*** Starting uWSGI 2.0.19.1-debian (64bit) on [Thu Nov 4 18:31:23 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x558aabc4a760 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 9182) spawned uWSGI worker 1 (pid: 9187, cores: 1) spawned uWSGI worker 2 (pid: 9188, cores: 1) spawned uWSGI worker 3 (pid: 9189, cores: 1) spawned uWSGI worker 4 (pid: 9190, cores: 1) spawned uWSGI worker 5 (pid: 9191, cores: 1) spawned uWSGI worker 6 (pid: 9192, cores: 1) spawned uWSGI worker 7 (pid: 9193, cores: 1) spawned uWSGI worker 8 (pid: 9194, cores: 1) spawned uWSGI worker 9 (pid: 9195, cores: 1) spawned uWSGI worker 10 (pid: 9196, cores: 1) spawned uWSGI worker 11 (pid: 9197, cores: 1) spawned uWSGI worker 12 (pid: 9198, cores: 1) spawned uWSGI worker 13 (pid: 9199, cores: 1) spawned uWSGI worker 14 (pid: 9200, cores: 1) spawned uWSGI worker 15 (pid: 9201, cores: 1) spawned uWSGI worker 16 (pid: 9202, cores: 1) 2021-11-04 18:31:41.961 9199 CRITICAL nova [req-839bd981-1e8c-4898-8f7a-c315ce0675e4 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:41.961 9199 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:41.961 9199 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:41.961 9199 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:41.961 9199 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:41.961 9199 ERROR nova 2021-11-04 18:31:41.961 9199 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:41.961 9199 ERROR nova 2021-11-04 18:31:41.961 9199 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:41.961 9199 ERROR nova application = init_application() 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:41.961 9199 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:41.961 9199 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:41.961 9199 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:41.961 9199 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:41.961 9199 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:41.961 9199 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:41.961 9199 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:41.961 9199 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:41.961 9199 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:41.961 9199 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:41.961 9199 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:41.961 9199 ERROR nova return dict(min_versions) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:41.961 9199 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:41.961 9199 ERROR nova result = self.session.execute( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:41.961 9199 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:41.961 9199 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:41.961 9199 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:41.961 9199 ERROR nova ret = self._execute_context( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:41.961 9199 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:41.961 9199 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:41.961 9199 ERROR nova raise exception 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:41.961 9199 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:41.961 9199 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:41.961 9199 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:41.961 9199 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:41.961 9199 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:41.961 9199 ERROR nova FROM services 2021-11-04 18:31:41.961 9199 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:41.961 9199 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:41.961 9199 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:41.961 9199 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.011 9194 CRITICAL nova [req-4601c351-6a41-4472-a59b-b1d9934dd529 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.011 9194 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.011 9194 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.011 9194 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.011 9194 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.011 9194 ERROR nova 2021-11-04 18:31:42.011 9194 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.011 9194 ERROR nova 2021-11-04 18:31:42.011 9194 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.011 9194 ERROR nova application = init_application() 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.011 9194 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.011 9194 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.011 9194 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.011 9194 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.011 9194 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.011 9194 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.011 9194 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.011 9194 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.011 9194 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.011 9194 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.011 9194 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.011 9194 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.011 9194 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.011 9194 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.011 9194 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.011 9194 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.011 9194 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.011 9194 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.011 9194 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.011 9194 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.011 9194 ERROR nova raise exception 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.011 9194 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.011 9194 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.011 9194 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.011 9194 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.011 9194 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.011 9194 ERROR nova FROM services 2021-11-04 18:31:42.011 9194 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.011 9194 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.011 9194 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.011 9194 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.499 9200 CRITICAL nova [req-96b99c46-e815-42ca-a215-cafa419d6f14 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.499 9200 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.499 9200 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.499 9200 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.499 9200 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.499 9200 ERROR nova 2021-11-04 18:31:42.499 9200 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.499 9200 ERROR nova 2021-11-04 18:31:42.499 9200 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.499 9200 ERROR nova application = init_application() 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.499 9200 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.499 9200 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.499 9200 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.499 9200 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.499 9200 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.499 9200 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.499 9200 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.499 9200 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.499 9200 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.499 9200 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.499 9200 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.499 9200 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.499 9200 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.499 9200 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.499 9200 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.499 9200 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.499 9200 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.499 9200 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.499 9200 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.499 9200 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.499 9200 ERROR nova raise exception 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.499 9200 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.499 9200 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.499 9200 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.499 9200 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.499 9200 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.499 9200 ERROR nova FROM services 2021-11-04 18:31:42.499 9200 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.499 9200 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.499 9200 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.499 9200 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.585 9189 CRITICAL nova [req-709075b8-444c-47a1-bfbc-4ec890672ce6 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.585 9189 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.585 9189 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.585 9189 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.585 9189 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.585 9189 ERROR nova 2021-11-04 18:31:42.585 9189 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.585 9189 ERROR nova 2021-11-04 18:31:42.585 9189 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.585 9189 ERROR nova application = init_application() 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.585 9189 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.585 9189 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.585 9189 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.585 9189 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.585 9189 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.585 9189 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.585 9189 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.585 9189 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.585 9189 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.585 9189 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.585 9189 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.585 9189 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.585 9189 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.585 9189 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.585 9189 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.585 9189 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.585 9189 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.585 9189 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.585 9189 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.585 9189 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.585 9189 ERROR nova raise exception 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.585 9189 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.585 9189 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.585 9189 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.585 9189 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.585 9189 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.585 9189 ERROR nova FROM services 2021-11-04 18:31:42.585 9189 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.585 9189 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.585 9189 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.585 9189 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.623 9202 CRITICAL nova [req-f334c53d-e30b-4568-94a6-3f9e14236d3c - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.623 9202 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.623 9202 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.623 9202 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.623 9202 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.623 9202 ERROR nova 2021-11-04 18:31:42.623 9202 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.623 9202 ERROR nova 2021-11-04 18:31:42.623 9202 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.623 9202 ERROR nova application = init_application() 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.623 9202 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.623 9202 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.623 9202 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.623 9202 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.623 9202 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.623 9202 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.623 9202 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.623 9202 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.623 9202 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.623 9202 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.623 9202 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.623 9202 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.623 9202 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.623 9202 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.623 9202 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.623 9202 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.623 9202 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.623 9202 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.623 9202 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.623 9202 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.623 9202 ERROR nova raise exception 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.623 9202 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.623 9202 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.623 9202 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.623 9202 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.623 9202 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.623 9202 ERROR nova FROM services 2021-11-04 18:31:42.623 9202 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.623 9202 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.623 9202 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.623 9202 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.677 9196 CRITICAL nova [req-255c0fe4-30aa-4c4a-a06c-c97877dfdaec - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.677 9196 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.677 9196 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.677 9196 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.677 9196 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.677 9196 ERROR nova 2021-11-04 18:31:42.677 9196 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.677 9196 ERROR nova 2021-11-04 18:31:42.677 9196 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.677 9196 ERROR nova application = init_application() 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.677 9196 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.677 9196 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.677 9196 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.677 9196 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.677 9196 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.677 9196 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.677 9196 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.677 9196 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.677 9196 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.677 9196 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.677 9196 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.677 9196 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.677 9196 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.677 9196 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.677 9196 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.677 9196 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.677 9196 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.677 9196 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.677 9196 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.677 9196 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.677 9196 ERROR nova raise exception 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.677 9196 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.677 9196 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.677 9196 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.677 9196 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.677 9196 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.677 9196 ERROR nova FROM services 2021-11-04 18:31:42.677 9196 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.677 9196 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.677 9196 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.677 9196 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.681 9191 CRITICAL nova [req-3906960c-410f-472e-a57a-b7fc22e44b04 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.681 9191 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.681 9191 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.681 9191 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.681 9191 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.681 9191 ERROR nova 2021-11-04 18:31:42.681 9191 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.681 9191 ERROR nova 2021-11-04 18:31:42.681 9191 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.681 9191 ERROR nova application = init_application() 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.681 9191 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.681 9191 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.681 9191 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.681 9191 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.681 9191 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.681 9191 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.681 9191 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.681 9191 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.681 9191 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.681 9191 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.681 9191 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.681 9191 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.681 9191 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.681 9191 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.681 9191 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.681 9191 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.681 9191 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.681 9191 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.681 9191 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.681 9191 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.681 9191 ERROR nova raise exception 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.681 9191 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.681 9191 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.681 9191 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.681 9191 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.681 9191 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.681 9191 ERROR nova FROM services 2021-11-04 18:31:42.681 9191 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.681 9191 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.681 9191 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.681 9191 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.767 9197 CRITICAL nova [req-f99c35af-e955-4505-9b2e-170f33e6ccf1 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.767 9197 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.767 9197 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.767 9197 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.767 9197 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.767 9197 ERROR nova 2021-11-04 18:31:42.767 9197 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.767 9197 ERROR nova 2021-11-04 18:31:42.767 9197 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.767 9197 ERROR nova application = init_application() 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.767 9197 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.767 9197 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.767 9197 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.767 9197 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.767 9197 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.767 9197 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.767 9197 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.767 9197 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.767 9197 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.767 9197 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.767 9197 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.767 9197 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.767 9197 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.767 9197 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.767 9197 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.767 9197 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.767 9197 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.767 9197 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.767 9197 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.767 9197 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.767 9197 ERROR nova raise exception 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.767 9197 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.767 9197 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.767 9197 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.767 9197 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.767 9197 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.767 9197 ERROR nova FROM services 2021-11-04 18:31:42.767 9197 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.767 9197 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.767 9197 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.767 9197 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.788 9201 CRITICAL nova [req-6b9bbfae-3c0f-4541-90b3-69966882fac7 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.788 9201 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.788 9201 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.788 9201 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.788 9201 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.788 9201 ERROR nova 2021-11-04 18:31:42.788 9201 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.788 9201 ERROR nova 2021-11-04 18:31:42.788 9201 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.788 9201 ERROR nova application = init_application() 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.788 9201 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.788 9201 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.788 9201 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.788 9201 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.788 9201 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.788 9201 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.788 9201 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.788 9201 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.788 9201 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.788 9201 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.788 9201 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.788 9201 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.788 9201 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.788 9201 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.788 9201 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.788 9201 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.788 9201 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.788 9201 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.788 9201 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.788 9201 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.788 9201 ERROR nova raise exception 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.788 9201 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.788 9201 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.788 9201 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.788 9201 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.788 9201 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.788 9201 ERROR nova FROM services 2021-11-04 18:31:42.788 9201 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.788 9201 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.788 9201 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.788 9201 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.943 9190 CRITICAL nova [req-599d9bc2-92e2-4c04-be74-fc5b8f47c47c - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.943 9190 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.943 9190 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.943 9190 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.943 9190 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.943 9190 ERROR nova 2021-11-04 18:31:42.943 9190 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.943 9190 ERROR nova 2021-11-04 18:31:42.943 9190 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.943 9190 ERROR nova application = init_application() 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.943 9190 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.943 9190 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.943 9190 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.943 9190 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.943 9190 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.943 9190 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.943 9190 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.943 9190 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.943 9190 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.943 9190 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.943 9190 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.943 9190 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.943 9190 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.943 9190 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.943 9190 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.943 9190 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.943 9190 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.943 9190 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.943 9190 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.943 9190 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.943 9190 ERROR nova raise exception 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.943 9190 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.943 9190 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.943 9190 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.943 9190 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.943 9190 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.943 9190 ERROR nova FROM services 2021-11-04 18:31:42.943 9190 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.943 9190 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.943 9190 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.943 9190 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.970 9187 CRITICAL nova [req-b8901c32-cedd-43fd-a889-7540702390f9 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.970 9187 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.970 9187 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.970 9187 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.970 9187 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.970 9187 ERROR nova 2021-11-04 18:31:42.970 9187 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.970 9187 ERROR nova 2021-11-04 18:31:42.970 9187 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.970 9187 ERROR nova application = init_application() 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.970 9187 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.970 9187 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.970 9187 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.970 9187 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.970 9187 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.970 9187 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.970 9187 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.970 9187 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.970 9187 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.970 9187 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.970 9187 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.970 9187 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.970 9187 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.970 9187 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.970 9187 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.970 9187 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.970 9187 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.970 9187 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.970 9187 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.970 9187 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.970 9187 ERROR nova raise exception 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.970 9187 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.970 9187 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.970 9187 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.970 9187 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.970 9187 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.970 9187 ERROR nova FROM services 2021-11-04 18:31:42.970 9187 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.970 9187 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.970 9187 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.970 9187 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.981 9198 CRITICAL nova [req-2ca25025-e173-4be6-ae21-7b51763873fb - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.981 9198 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.981 9198 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.981 9198 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.981 9198 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.981 9198 ERROR nova 2021-11-04 18:31:42.981 9198 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.981 9198 ERROR nova 2021-11-04 18:31:42.981 9198 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.981 9198 ERROR nova application = init_application() 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.981 9198 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.981 9198 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.981 9198 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.981 9198 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.981 9198 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.981 9198 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.981 9198 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.981 9198 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.981 9198 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.981 9198 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.981 9198 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.981 9198 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.981 9198 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.981 9198 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.981 9198 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.981 9198 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.981 9198 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.981 9198 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.981 9198 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.981 9198 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.981 9198 ERROR nova raise exception 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.981 9198 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.981 9198 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.981 9198 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.981 9198 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.981 9198 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.981 9198 ERROR nova FROM services 2021-11-04 18:31:42.981 9198 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.981 9198 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.981 9198 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.981 9198 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.997 9188 CRITICAL nova [req-88e8af6a-f23a-4c65-b6f7-12f13730524f - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.997 9188 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.997 9188 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.997 9188 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.997 9188 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.997 9188 ERROR nova 2021-11-04 18:31:42.997 9188 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.997 9188 ERROR nova 2021-11-04 18:31:42.997 9188 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.997 9188 ERROR nova application = init_application() 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.997 9188 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.997 9188 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.997 9188 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.997 9188 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.997 9188 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.997 9188 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.997 9188 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.997 9188 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.997 9188 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.997 9188 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.997 9188 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.997 9188 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.997 9188 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.997 9188 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.997 9188 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.997 9188 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.997 9188 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.997 9188 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.997 9188 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.997 9188 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.997 9188 ERROR nova raise exception 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.997 9188 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.997 9188 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.997 9188 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.997 9188 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.997 9188 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.997 9188 ERROR nova FROM services 2021-11-04 18:31:42.997 9188 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.997 9188 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.997 9188 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.997 9188 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:42.998 9192 CRITICAL nova [req-438b2400-e9d8-4ba7-bc8b-1fc2e9395c4a - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.998 9192 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.998 9192 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.998 9192 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.998 9192 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:42.998 9192 ERROR nova 2021-11-04 18:31:42.998 9192 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:42.998 9192 ERROR nova 2021-11-04 18:31:42.998 9192 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:42.998 9192 ERROR nova application = init_application() 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:42.998 9192 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:42.998 9192 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:42.998 9192 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:42.998 9192 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.998 9192 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:42.998 9192 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:42.998 9192 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:42.998 9192 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:42.998 9192 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:42.998 9192 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:42.998 9192 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:42.998 9192 ERROR nova return dict(min_versions) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:42.998 9192 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:42.998 9192 ERROR nova result = self.session.execute( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:42.998 9192 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:42.998 9192 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:42.998 9192 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:42.998 9192 ERROR nova ret = self._execute_context( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:42.998 9192 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:42.998 9192 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:42.998 9192 ERROR nova raise exception 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:42.998 9192 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:42.998 9192 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:42.998 9192 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:42.998 9192 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:42.998 9192 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:42.998 9192 ERROR nova FROM services 2021-11-04 18:31:42.998 9192 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:42.998 9192 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:42.998 9192 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:42.998 9192 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:43.002 9195 CRITICAL nova [req-027118da-f1cc-481b-889d-cd878a132335 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:43.002 9195 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:43.002 9195 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:43.002 9195 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:43.002 9195 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:43.002 9195 ERROR nova 2021-11-04 18:31:43.002 9195 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:43.002 9195 ERROR nova 2021-11-04 18:31:43.002 9195 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:43.002 9195 ERROR nova application = init_application() 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:43.002 9195 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:43.002 9195 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:43.002 9195 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:43.002 9195 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:43.002 9195 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:43.002 9195 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:43.002 9195 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:43.002 9195 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:43.002 9195 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:43.002 9195 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:43.002 9195 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:43.002 9195 ERROR nova return dict(min_versions) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:43.002 9195 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:43.002 9195 ERROR nova result = self.session.execute( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:43.002 9195 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:43.002 9195 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:43.002 9195 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:43.002 9195 ERROR nova ret = self._execute_context( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:43.002 9195 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:43.002 9195 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:43.002 9195 ERROR nova raise exception 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:43.002 9195 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:43.002 9195 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:43.002 9195 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:43.002 9195 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:43.002 9195 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:43.002 9195 ERROR nova FROM services 2021-11-04 18:31:43.002 9195 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:43.002 9195 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:43.002 9195 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:43.002 9195 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** 2021-11-04 18:31:43.024 9193 CRITICAL nova [req-ab064b44-0233-4503-8bf6-9659f99a9108 - - - - -] Unhandled error: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 FROM services WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] [parameters: ('nova-compute', 0)] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:43.024 9193 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:43.024 9193 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:43.024 9193 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:43.024 9193 ERROR nova sqlite3.OperationalError: no such table: services 2021-11-04 18:31:43.024 9193 ERROR nova 2021-11-04 18:31:43.024 9193 ERROR nova The above exception was the direct cause of the following exception: 2021-11-04 18:31:43.024 9193 ERROR nova 2021-11-04 18:31:43.024 9193 ERROR nova Traceback (most recent call last): 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/bin/nova-api-wsgi", line 52, in 2021-11-04 18:31:43.024 9193 ERROR nova application = init_application() 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/wsgi.py", line 20, in init_application 2021-11-04 18:31:43.024 9193 ERROR nova return wsgi_app.init_application(NAME) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 116, in init_application 2021-11-04 18:31:43.024 9193 ERROR nova _setup_service(CONF.host, name) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi_app.py", line 47, in _setup_service 2021-11-04 18:31:43.024 9193 ERROR nova utils.raise_if_old_compute() 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/utils.py", line 1082, in raise_if_old_compute 2021-11-04 18:31:43.024 9193 ERROR nova current_service_version = service.Service.get_minimum_version( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:43.024 9193 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 543, in get_minimum_version 2021-11-04 18:31:43.024 9193 ERROR nova return cls.get_minimum_version_multi(context, [binary], 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/oslo_versionedobjects/base.py", line 184, in wrapper 2021-11-04 18:31:43.024 9193 ERROR nova result = fn(cls, context, *args, **kwargs) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 520, in get_minimum_version_multi 2021-11-04 18:31:43.024 9193 ERROR nova min_versions = cls._db_service_get_minimum_version( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 162, in wrapper 2021-11-04 18:31:43.024 9193 ERROR nova return f(*args, **kwargs) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/objects/service.py", line 507, in _db_service_get_minimum_version 2021-11-04 18:31:43.024 9193 ERROR nova return db.service_get_minimum_version(context, binaries) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 224, in wrapper 2021-11-04 18:31:43.024 9193 ERROR nova return f(context, *args, **kwargs) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/nova/db/main/api.py", line 412, in service_get_minimum_version 2021-11-04 18:31:43.024 9193 ERROR nova return dict(min_versions) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2839, in __iter__ 2021-11-04 18:31:43.024 9193 ERROR nova return self._iter().__iter__() 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/query.py", line 2846, in _iter 2021-11-04 18:31:43.024 9193 ERROR nova result = self.session.execute( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/orm/session.py", line 1689, in execute 2021-11-04 18:31:43.024 9193 ERROR nova result = conn._execute_20(statement, params or {}, execution_options) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1583, in _execute_20 2021-11-04 18:31:43.024 9193 ERROR nova return meth(self, args_10style, kwargs_10style, execution_options) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection 2021-11-04 18:31:43.024 9193 ERROR nova return connection._execute_clauseelement( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1452, in _execute_clauseelement 2021-11-04 18:31:43.024 9193 ERROR nova ret = self._execute_context( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1814, in _execute_context 2021-11-04 18:31:43.024 9193 ERROR nova self._handle_dbapi_exception( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1993, in _handle_dbapi_exception 2021-11-04 18:31:43.024 9193 ERROR nova util.raise_(newraise, with_traceback=exc_info[2], from_=e) 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 207, in raise_ 2021-11-04 18:31:43.024 9193 ERROR nova raise exception 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1771, in _execute_context 2021-11-04 18:31:43.024 9193 ERROR nova self.dialect.do_execute( 2021-11-04 18:31:43.024 9193 ERROR nova File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 717, in do_execute 2021-11-04 18:31:43.024 9193 ERROR nova cursor.execute(statement, parameters) 2021-11-04 18:31:43.024 9193 ERROR nova oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: services 2021-11-04 18:31:43.024 9193 ERROR nova [SQL: SELECT services.binary AS services_binary, min(services.version) AS min_1 2021-11-04 18:31:43.024 9193 ERROR nova FROM services 2021-11-04 18:31:43.024 9193 ERROR nova WHERE services.binary IN (?) AND services.deleted = ? AND services.forced_down = 0 GROUP BY services.binary] 2021-11-04 18:31:43.024 9193 ERROR nova [parameters: ('nova-compute', 0)] 2021-11-04 18:31:43.024 9193 ERROR nova (Background on this error at: https://sqlalche.me/e/14/e3q8) 2021-11-04 18:31:43.024 9193 ERROR nova  unable to load app 0 (mountpoint='') (callable not found or import error) *** no app loaded. going in full dynamic mode *** SIGINT/SIGQUIT received...killing workers... worker 6 buried after 2 seconds worker 9 buried after 2 seconds worker 1 buried after 3 seconds worker 2 buried after 3 seconds worker 3 buried after 3 seconds worker 4 buried after 3 seconds worker 5 buried after 3 seconds worker 7 buried after 3 seconds worker 8 buried after 3 seconds worker 10 buried after 3 seconds worker 11 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 15 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Thu Nov 4 19:58:23 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x5565753e4760 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 38093) spawned uWSGI worker 1 (pid: 38097, cores: 1) spawned uWSGI worker 2 (pid: 38098, cores: 1) spawned uWSGI worker 3 (pid: 38099, cores: 1) spawned uWSGI worker 4 (pid: 38100, cores: 1) spawned uWSGI worker 5 (pid: 38101, cores: 1) spawned uWSGI worker 6 (pid: 38102, cores: 1) spawned uWSGI worker 7 (pid: 38103, cores: 1) spawned uWSGI worker 8 (pid: 38104, cores: 1) spawned uWSGI worker 9 (pid: 38105, cores: 1) spawned uWSGI worker 10 (pid: 38106, cores: 1) spawned uWSGI worker 11 (pid: 38107, cores: 1) spawned uWSGI worker 12 (pid: 38108, cores: 1) spawned uWSGI worker 13 (pid: 38109, cores: 1) spawned uWSGI worker 14 (pid: 38110, cores: 1) spawned uWSGI worker 15 (pid: 38111, cores: 1) spawned uWSGI worker 16 (pid: 38112, cores: 1) 2021-11-04 19:58:35.479 38110 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:35.512 38110 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:35.796 38104 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:35.809 38104 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.038 38106 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.073 38106 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.320 38103 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.351 38099 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.354 38112 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.357 38103 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.366 38112 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.379 38101 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.387 38099 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.393 38102 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.409 38101 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.430 38102 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.450 38105 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.462 38105 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.487 38109 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.515 38109 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.668 38107 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.713 38107 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.840 38098 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.845 38100 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.853 38098 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.858 38108 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.917 38100 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.921 38108 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:36.997 38111 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:37.012 38111 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:37.389 38097 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-04 19:58:37.425 38097 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-04 19:58:38.033 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] 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. 2021-11-04 19:58:38.649 38106 WARNING keystonemiddleware.auth_token [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] 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. 2021-11-04 19:58:38.654 38104 WARNING keystonemiddleware.auth_token [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] 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. 2021-11-04 19:58:38.743 38105 WARNING keystonemiddleware.auth_token [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] 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. 2021-11-04 19:58:38.899 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 15 seconds on interpreter 0x5565753e4760 pid: 38110 (default app) 2021-11-04 19:58:39.054 38112 WARNING keystonemiddleware.auth_token [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] 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. 2021-11-04 19:58:39.059 38100 WARNING keystonemiddleware.auth_token [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] 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. 2021-11-04 19:58:39.094 38109 WARNING keystonemiddleware.auth_token [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] 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. 2021-11-04 19:58:39.210 38103 WARNING keystonemiddleware.auth_token [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] 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. 2021-11-04 19:58:39.517 38101 WARNING keystonemiddleware.auth_token [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] 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. 2021-11-04 19:58:39.601 38102 WARNING keystonemiddleware.auth_token [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] 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. 2021-11-04 19:58:39.612 38099 WARNING keystonemiddleware.auth_token [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] 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. 2021-11-04 19:58:39.620 38108 WARNING keystonemiddleware.auth_token [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] 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. 2021-11-04 19:58:39.646 38097 WARNING keystonemiddleware.auth_token [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] 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. 2021-11-04 19:58:39.774 38106 WARNING keystonemiddleware.auth_token [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] 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. 2021-11-04 19:58:39.785 38098 WARNING keystonemiddleware.auth_token [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] 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. 2021-11-04 19:58:39.825 38104 WARNING keystonemiddleware.auth_token [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] 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. 2021-11-04 19:58:39.852 38107 WARNING keystonemiddleware.auth_token [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x5565753e4760 pid: 38106 (default app) WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x5565753e4760 pid: 38104 (default app) 2021-11-04 19:58:39.933 38105 WARNING keystonemiddleware.auth_token [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] 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. 2021-11-04 19:58:40.003 38112 WARNING keystonemiddleware.auth_token [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] 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. 2021-11-04 19:58:40.018 38103 WARNING keystonemiddleware.auth_token [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] 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. 2021-11-04 19:58:40.046 38111 WARNING keystonemiddleware.auth_token [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38105 (default app) WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38112 (default app) WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38103 (default app) 2021-11-04 19:58:40.180 38100 WARNING keystonemiddleware.auth_token [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38100 (default app) 2021-11-04 19:58:40.280 38109 WARNING keystonemiddleware.auth_token [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38109 (default app) 2021-11-04 19:58:40.352 38101 WARNING keystonemiddleware.auth_token [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38101 (default app) 2021-11-04 19:58:40.462 38099 WARNING keystonemiddleware.auth_token [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] 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. 2021-11-04 19:58:40.497 38097 WARNING keystonemiddleware.auth_token [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] 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. 2021-11-04 19:58:40.516 38108 WARNING keystonemiddleware.auth_token [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38097 (default app) 2021-11-04 19:58:40.547 38102 WARNING keystonemiddleware.auth_token [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38099 (default app) 2021-11-04 19:58:40.565 38098 WARNING keystonemiddleware.auth_token [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38108 (default app) WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38102 (default app) WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38098 (default app) 2021-11-04 19:58:40.628 38107 WARNING keystonemiddleware.auth_token [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] 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. 2021-11-04 19:58:40.638 38111 WARNING keystonemiddleware.auth_token [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38111 (default app) WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x5565753e4760 pid: 38107 (default app) 2021-11-04 22:30:45.385 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-588e7baa-d774-49cb-89c3-3d6a72a25155) 2021-11-04 22:30:45.796 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-33daa317-20b7-4462-916a-7495e8170c96) 2021-11-04 22:30:45.797 38110 CRITICAL keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:30:45.799 38110 INFO nova.api.openstack.requestlog [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.825558 [pid: 38110|app: 0|req: 1/1] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:30:44 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 827 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:32:09.331 38106 WARNING keystonemiddleware.auth_token [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-c5c4b7a6-2319-4bee-a6dd-1b01e5550599) 2021-11-04 22:32:09.734 38106 WARNING keystonemiddleware.auth_token [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-abaf7d64-f55d-4e4f-b039-1cac88888094) 2021-11-04 22:32:09.736 38106 CRITICAL keystonemiddleware.auth_token [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:32:09.737 38106 INFO nova.api.openstack.requestlog [req-7423579e-3b70-4872-908a-53294415e600 - - - - -] 10.0.3.10 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.846694 [pid: 38106|app: 0|req: 1/2] 10.0.3.10 () {32 vars in 641 bytes} [Thu Nov 4 22:32:08 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 848 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:32:27.139 38104 WARNING keystonemiddleware.auth_token [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-951b1ad4-906d-41c4-a501-737165712f03) 2021-11-04 22:32:27.554 38104 WARNING keystonemiddleware.auth_token [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-e1ba94ef-f581-4f3c-9f40-db18959137e9) 2021-11-04 22:32:27.556 38104 CRITICAL keystonemiddleware.auth_token [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:32:27.557 38104 INFO nova.api.openstack.requestlog [req-41710aa1-83bc-4259-90d9-2d99c3603aa6 - - - - -] 10.0.3.10 "GET /v2.1/os-services" status: 503 len: 218 microversion: - time: 0.852016 [pid: 38104|app: 0|req: 1/3] 10.0.3.10 () {32 vars in 602 bytes} [Thu Nov 4 22:32:26 2021] GET /v2.1/os-services => generated 218 bytes in 853 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:33:21.200 38105 WARNING keystonemiddleware.auth_token [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-1093d626-5000-424c-bee1-5a72c86d63f1) 2021-11-04 22:33:21.599 38105 WARNING keystonemiddleware.auth_token [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-227d80f8-a2c7-4f44-bf24-b78052b1f1c6) 2021-11-04 22:33:21.601 38105 CRITICAL keystonemiddleware.auth_token [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:33:21.602 38105 INFO nova.api.openstack.requestlog [req-aec0c9d2-0ebd-4948-8b9e-8379980e4df2 - - - - -] 10.0.3.10 "GET /v2.1/os-services" status: 503 len: 218 microversion: - time: 0.812907 [pid: 38105|app: 0|req: 1/4] 10.0.3.10 () {32 vars in 602 bytes} [Thu Nov 4 22:33:20 2021] GET /v2.1/os-services => generated 218 bytes in 814 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:34:29.239 38112 WARNING keystonemiddleware.auth_token [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-e739e27b-d801-4bf0-91e1-7a51f230c347) 2021-11-04 22:34:29.649 38112 WARNING keystonemiddleware.auth_token [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-d9a4817c-1dd6-4520-896e-fc040b74ce3e) 2021-11-04 22:34:29.651 38112 CRITICAL keystonemiddleware.auth_token [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:34:29.652 38112 INFO nova.api.openstack.requestlog [req-df891923-c0c6-4580-810b-3e2910432592 - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.822209 [pid: 38112|app: 0|req: 1/5] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:34:28 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 824 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:40:32.151 38103 WARNING keystonemiddleware.auth_token [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-f32a5fc6-e849-47de-ae99-1cade9c68e46) 2021-11-04 22:40:32.564 38103 WARNING keystonemiddleware.auth_token [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-512fd9f3-7770-4a8d-b9f0-543ae9598543) 2021-11-04 22:40:32.566 38103 CRITICAL keystonemiddleware.auth_token [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:40:32.567 38103 INFO nova.api.openstack.requestlog [req-656c87d8-a3a1-4369-bb92-e4da5a7c84bc - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.823949 [pid: 38103|app: 0|req: 1/6] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:40:31 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 825 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:42:46.113 38100 WARNING keystonemiddleware.auth_token [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-2ba01bdb-9410-4e39-a9a8-fa7bf66e843e) 2021-11-04 22:42:46.513 38100 WARNING keystonemiddleware.auth_token [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-a196a695-50ce-4128-a7f4-5a45ae52a426) 2021-11-04 22:42:46.515 38100 CRITICAL keystonemiddleware.auth_token [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:42:46.516 38100 INFO nova.api.openstack.requestlog [req-56c2c4fc-b439-4fb0-8fc1-417f14bb68aa - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.810589 [pid: 38100|app: 0|req: 1/7] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:42:45 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 812 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:46:47.110 38109 WARNING keystonemiddleware.auth_token [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-4c944033-1a26-4562-a068-0166f4d89bc0) 2021-11-04 22:46:47.535 38109 WARNING keystonemiddleware.auth_token [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-a2d91364-fbc3-45d8-917c-990645478e96) 2021-11-04 22:46:47.537 38109 CRITICAL keystonemiddleware.auth_token [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:46:47.538 38109 INFO nova.api.openstack.requestlog [req-95aace84-94af-4f22-84f5-1fa7c6ff9802 - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.848813 [pid: 38109|app: 0|req: 1/8] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:46:46 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 850 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:50:59.627 38101 WARNING keystonemiddleware.auth_token [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-0bba3fe3-035a-49d7-ae2c-d84e44a97bf5) 2021-11-04 22:51:00.026 38101 WARNING keystonemiddleware.auth_token [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-2c48fe60-ae92-40e9-be75-ea1f877e3ee7) 2021-11-04 22:51:00.028 38101 CRITICAL keystonemiddleware.auth_token [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:51:00.029 38101 INFO nova.api.openstack.requestlog [req-dcb48feb-ebcc-47e7-952b-3130d7aea1cb - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.832426 [pid: 38101|app: 0|req: 1/9] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:50:59 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 834 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:51:21.717 38097 WARNING keystonemiddleware.auth_token [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-82a5be2a-ada4-4f8b-8b2b-d11ace16f8c4) 2021-11-04 22:51:22.143 38097 WARNING keystonemiddleware.auth_token [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-6d82bc8d-579b-4e92-ae89-2a1bdf09d6d5) 2021-11-04 22:51:22.145 38097 CRITICAL keystonemiddleware.auth_token [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:51:22.146 38097 INFO nova.api.openstack.requestlog [req-25ede4d2-a7e6-46c8-8561-53bb2ab81644 - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.847751 [pid: 38097|app: 0|req: 1/10] 10.0.3.16 () {32 vars in 641 bytes} [Thu Nov 4 22:51:21 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 849 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:57:51.976 38099 WARNING keystonemiddleware.auth_token [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-fc047dac-895b-47a9-b7ce-121ca351fae5) 2021-11-04 22:57:52.397 38099 WARNING keystonemiddleware.auth_token [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-49cb2417-9c93-40b1-b062-54909545ab0c) 2021-11-04 22:57:52.399 38099 CRITICAL keystonemiddleware.auth_token [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:57:52.400 38099 INFO nova.api.openstack.requestlog [req-2350e5bd-7eeb-4d9e-a50d-d1c7743b5480 - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.845644 [pid: 38099|app: 0|req: 1/11] 10.0.3.16 () {32 vars in 641 bytes} [Thu Nov 4 22:57:51 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 847 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-04 22:58:38.926 38108 WARNING keystonemiddleware.auth_token [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-3aa4b600-028b-48cb-8842-6ee95819a739) 2021-11-04 22:58:39.423 38108 WARNING keystonemiddleware.auth_token [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-c6061231-6660-4ac8-9adc-80debd6a6727) 2021-11-04 22:58:39.425 38108 CRITICAL keystonemiddleware.auth_token [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-04 22:58:39.427 38108 INFO nova.api.openstack.requestlog [req-acb82c09-8c74-43e1-a492-ae6b1e04ddd1 - - - - -] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.908661 [pid: 38108|app: 0|req: 1/12] 10.0.3.13 () {32 vars in 641 bytes} [Thu Nov 4 22:58:38 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 910 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-05 15:02:35.301 38102 WARNING keystonemiddleware.auth_token [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-c2c4ddb7-c5f6-4fa4-86c8-4ceb23a54766) 2021-11-05 15:02:35.713 38102 WARNING keystonemiddleware.auth_token [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-5b12699c-7b08-4d18-8992-7f8c5ce99342) 2021-11-05 15:02:35.715 38102 CRITICAL keystonemiddleware.auth_token [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-05 15:02:35.716 38102 INFO nova.api.openstack.requestlog [req-50ed676c-6119-48ff-a678-a75064f654b5 - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.825699 [pid: 38102|app: 0|req: 1/13] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 15:02:34 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 827 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-05 15:03:18.226 38098 WARNING keystonemiddleware.auth_token [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-df59e316-22fe-4f97-a4be-5f9fc362257f) 2021-11-05 15:03:18.630 38098 WARNING keystonemiddleware.auth_token [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-13fa90ee-ef9f-47e6-9c19-9c273ad515de) 2021-11-05 15:03:18.632 38098 CRITICAL keystonemiddleware.auth_token [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-05 15:03:18.633 38098 INFO nova.api.openstack.requestlog [req-fef7afe3-f184-422e-8dcf-0ad75bc714ed - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.833978 [pid: 38098|app: 0|req: 1/14] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 15:03:17 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 835 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-05 15:05:41.990 38111 WARNING keystonemiddleware.auth_token [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-64835c75-45af-4013-90fc-60a9a619495b) 2021-11-05 15:05:42.405 38111 WARNING keystonemiddleware.auth_token [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-2135e193-ef23-4e89-a311-bd4bec9391b6) 2021-11-05 15:05:42.407 38111 CRITICAL keystonemiddleware.auth_token [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-05 15:05:42.408 38111 INFO nova.api.openstack.requestlog [req-4fd8f7ae-2be7-4d65-9440-13ab1bd6f4a6 - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.830886 [pid: 38111|app: 0|req: 1/15] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 15:05:41 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 832 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-05 15:12:26.720 38107 WARNING keystonemiddleware.auth_token [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-bd8f0623-92f2-4a35-996b-a362a845e442) 2021-11-05 15:12:27.136 38107 WARNING keystonemiddleware.auth_token [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-e43cb9bb-2bda-43cb-bf62-9aa8fe7ccea9) 2021-11-05 15:12:27.138 38107 CRITICAL keystonemiddleware.auth_token [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-05 15:12:27.139 38107 INFO nova.api.openstack.requestlog [req-77ed1b96-2492-4bb5-8778-5650fbc19cfd - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.826849 [pid: 38107|app: 0|req: 1/16] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 15:12:26 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 828 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) 2021-11-05 15:15:08.041 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-08b4cce3-feee-45a7-8344-83833c872735) 2021-11-05 15:15:08.463 38110 WARNING keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Identity response: {"error":{"code":401,"message":"The request you have made requires authentication.","title":"Unauthorized"}} : keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-ee7c7b1c-e8b0-4205-bc30-b119e7960542) 2021-11-05 15:15:08.464 38110 CRITICAL keystonemiddleware.auth_token [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] Unable to validate token: Identity server rejected authorization necessary to fetch token data: keystonemiddleware.auth_token._exceptions.ServiceError: Identity server rejected authorization necessary to fetch token data 2021-11-05 15:15:08.465 38110 INFO nova.api.openstack.requestlog [req-5dec5f35-69f1-458b-b577-83ebc6194281 - - - - -] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 503 len: 218 microversion: - time: 0.847358 [pid: 38110|app: 0|req: 2/17] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 15:15:07 2021] GET /v2.1/os-services?binary=nova-compute => generated 218 bytes in 848 msecs (HTTP/1.1 503) 3 headers in 198 bytes (1 switches on core 0) SIGINT/SIGQUIT received...killing workers... worker 5 buried after 2 seconds worker 6 buried after 2 seconds worker 1 buried after 3 seconds worker 2 buried after 3 seconds worker 3 buried after 3 seconds worker 4 buried after 3 seconds worker 7 buried after 3 seconds worker 8 buried after 3 seconds worker 9 buried after 3 seconds worker 10 buried after 3 seconds worker 11 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 15 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Fri Nov 5 16:49:09 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x555d6bfd4760 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 40212) spawned uWSGI worker 1 (pid: 40217, cores: 1) spawned uWSGI worker 2 (pid: 40218, cores: 1) spawned uWSGI worker 3 (pid: 40219, cores: 1) spawned uWSGI worker 4 (pid: 40220, cores: 1) spawned uWSGI worker 5 (pid: 40221, cores: 1) spawned uWSGI worker 6 (pid: 40222, cores: 1) spawned uWSGI worker 7 (pid: 40223, cores: 1) spawned uWSGI worker 8 (pid: 40224, cores: 1) spawned uWSGI worker 9 (pid: 40225, cores: 1) spawned uWSGI worker 10 (pid: 40226, cores: 1) spawned uWSGI worker 11 (pid: 40227, cores: 1) spawned uWSGI worker 12 (pid: 40228, cores: 1) spawned uWSGI worker 13 (pid: 40229, cores: 1) spawned uWSGI worker 14 (pid: 40230, cores: 1) spawned uWSGI worker 15 (pid: 40231, cores: 1) spawned uWSGI worker 16 (pid: 40232, cores: 1) 2021-11-05 16:49:20.314 40224 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:20.327 40224 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.089 40219 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.110 40230 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.118 40219 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.144 40230 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.287 40221 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.316 40221 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.351 40220 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.364 40232 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.380 40220 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.404 40232 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.406 40227 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.446 40227 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.761 40222 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.783 40222 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.797 40217 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.810 40229 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.835 40217 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.841 40231 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.843 40229 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.873 40231 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.916 40218 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.939 40218 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:21.991 40228 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.006 40225 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.043 40225 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.023 40228 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.059 40226 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.070 40223 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.093 40223 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.112 40226 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 16:49:22.989 40224 WARNING keystonemiddleware.auth_token [req-ccdba5f9-18a5-48f9-bc5c-e110a35760b9 - - - - -] 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. 2021-11-05 16:49:23.775 40221 WARNING keystonemiddleware.auth_token [req-022fc63e-b937-42f5-ad9c-4dd5fd1f787f - - - - -] 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. 2021-11-05 16:49:23.925 40219 WARNING keystonemiddleware.auth_token [req-179e2bfb-c67a-4af9-a1bd-6f4e17fcf6cf - - - - -] 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. 2021-11-05 16:49:23.945 40229 WARNING keystonemiddleware.auth_token [req-0285eaff-5e3a-4c4a-b2d7-0c5ae6ca07f9 - - - - -] 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. 2021-11-05 16:49:24.054 40230 WARNING keystonemiddleware.auth_token [req-146d956d-a0fa-4684-9153-c496ed9946eb - - - - -] 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. 2021-11-05 16:49:24.177 40231 WARNING keystonemiddleware.auth_token [req-b8b10c88-d030-4f47-ab4c-120703c90c37 - - - - -] 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. 2021-11-05 16:49:24.457 40227 WARNING keystonemiddleware.auth_token [req-ce65e99a-4dda-49ce-a9a8-0da52f33215f - - - - -] 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. 2021-11-05 16:49:24.531 40225 WARNING keystonemiddleware.auth_token [req-535d8103-4a14-4dad-b8f4-38d9d7e55099 - - - - -] 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. 2021-11-05 16:49:24.566 40218 WARNING keystonemiddleware.auth_token [req-3f2aa1c6-4107-475d-82e5-9b9dc6a87e2a - - - - -] 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. 2021-11-05 16:49:24.554 40220 WARNING keystonemiddleware.auth_token [req-6b666902-9432-4556-93e6-d5bb6a4152b3 - - - - -] 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. 2021-11-05 16:49:24.591 40229 WARNING keystonemiddleware.auth_token [req-0285eaff-5e3a-4c4a-b2d7-0c5ae6ca07f9 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 15 seconds on interpreter 0x555d6bfd4760 pid: 40229 (default app) 2021-11-05 16:49:24.679 40224 WARNING keystonemiddleware.auth_token [req-ccdba5f9-18a5-48f9-bc5c-e110a35760b9 - - - - -] 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. 2021-11-05 16:49:24.702 40232 WARNING keystonemiddleware.auth_token [req-53c69149-9849-4126-9bbc-4bd5189016a6 - - - - -] 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. 2021-11-05 16:49:24.746 40226 WARNING keystonemiddleware.auth_token [req-67e8a792-8963-4bd6-9fcb-cc9a5cc7a486 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 15 seconds on interpreter 0x555d6bfd4760 pid: 40224 (default app) 2021-11-05 16:49:24.871 40217 WARNING keystonemiddleware.auth_token [req-ee65341b-0608-412a-806d-a7bbab95300b - - - - -] 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. 2021-11-05 16:49:24.947 40222 WARNING keystonemiddleware.auth_token [req-ce6bd4f5-8e95-4472-8609-3eebcab42679 - - - - -] 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. 2021-11-05 16:49:24.986 40221 WARNING keystonemiddleware.auth_token [req-022fc63e-b937-42f5-ad9c-4dd5fd1f787f - - - - -] 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. 2021-11-05 16:49:25.014 40227 WARNING keystonemiddleware.auth_token [req-ce65e99a-4dda-49ce-a9a8-0da52f33215f - - - - -] 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. 2021-11-05 16:49:25.064 40228 WARNING keystonemiddleware.auth_token [req-d4dffcda-f699-4264-95bf-64e957d4b014 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40221 (default app) WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40227 (default app) 2021-11-05 16:49:25.114 40219 WARNING keystonemiddleware.auth_token [req-179e2bfb-c67a-4af9-a1bd-6f4e17fcf6cf - - - - -] 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. 2021-11-05 16:49:25.126 40231 WARNING keystonemiddleware.auth_token [req-b8b10c88-d030-4f47-ab4c-120703c90c37 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40219 (default app) 2021-11-05 16:49:25.166 40223 WARNING keystonemiddleware.auth_token [req-662dc0d6-53e5-4dd8-8af0-6a4908c37980 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40231 (default app) 2021-11-05 16:49:25.201 40230 WARNING keystonemiddleware.auth_token [req-146d956d-a0fa-4684-9153-c496ed9946eb - - - - -] 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. 2021-11-05 16:49:25.258 40226 WARNING keystonemiddleware.auth_token [req-67e8a792-8963-4bd6-9fcb-cc9a5cc7a486 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40230 (default app) WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40226 (default app) 2021-11-05 16:49:25.384 40218 WARNING keystonemiddleware.auth_token [req-3f2aa1c6-4107-475d-82e5-9b9dc6a87e2a - - - - -] 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. 2021-11-05 16:49:25.411 40225 WARNING keystonemiddleware.auth_token [req-535d8103-4a14-4dad-b8f4-38d9d7e55099 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40218 (default app) 2021-11-05 16:49:25.436 40220 WARNING keystonemiddleware.auth_token [req-6b666902-9432-4556-93e6-d5bb6a4152b3 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40225 (default app) 2021-11-05 16:49:25.480 40232 WARNING keystonemiddleware.auth_token [req-53c69149-9849-4126-9bbc-4bd5189016a6 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40220 (default app) 2021-11-05 16:49:25.502 40217 WARNING keystonemiddleware.auth_token [req-ee65341b-0608-412a-806d-a7bbab95300b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40232 (default app) WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40217 (default app) 2021-11-05 16:49:25.564 40228 WARNING keystonemiddleware.auth_token [req-d4dffcda-f699-4264-95bf-64e957d4b014 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40228 (default app) 2021-11-05 16:49:25.592 40222 WARNING keystonemiddleware.auth_token [req-ce6bd4f5-8e95-4472-8609-3eebcab42679 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40222 (default app) 2021-11-05 16:49:25.664 40223 WARNING keystonemiddleware.auth_token [req-662dc0d6-53e5-4dd8-8af0-6a4908c37980 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x555d6bfd4760 pid: 40223 (default app) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-services:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-05 16:49:52.060 40229 INFO nova.api.openstack.requestlog [req-7ee8a6d5-024b-4bd5-b822-941921bb09ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.16 "GET /v2.1/os-services?binary=nova-compute" status: 200 len: 197 microversion: 2.1 time: 1.245778 [pid: 40229|app: 0|req: 1/1] 10.0.3.16 () {32 vars in 641 bytes} [Fri Nov 5 16:49:50 2021] GET /v2.1/os-services?binary=nova-compute => generated 197 bytes in 1247 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-services:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-05 16:54:34.039 40224 INFO nova.api.openstack.requestlog [req-c5b09bd1-fdcd-4c82-89c4-145de8af7b18 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/os-services?binary=nova-compute" status: 200 len: 197 microversion: 2.1 time: 1.292957 [pid: 40224|app: 0|req: 1/2] 10.0.3.13 () {32 vars in 641 bytes} [Fri Nov 5 16:54:32 2021] GET /v2.1/os-services?binary=nova-compute => generated 197 bytes in 1295 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) SIGINT/SIGQUIT received...killing workers... worker 4 buried after 2 seconds worker 6 buried after 2 seconds worker 15 buried after 2 seconds worker 1 buried after 3 seconds worker 2 buried after 3 seconds worker 3 buried after 3 seconds worker 5 buried after 3 seconds worker 7 buried after 3 seconds worker 8 buried after 3 seconds worker 9 buried after 3 seconds worker 10 buried after 3 seconds worker 11 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Fri Nov 5 18:12:20 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x56065388d760 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 40332) spawned uWSGI worker 1 (pid: 40337, cores: 1) spawned uWSGI worker 2 (pid: 40338, cores: 1) spawned uWSGI worker 3 (pid: 40339, cores: 1) spawned uWSGI worker 4 (pid: 40340, cores: 1) spawned uWSGI worker 5 (pid: 40341, cores: 1) spawned uWSGI worker 6 (pid: 40342, cores: 1) spawned uWSGI worker 7 (pid: 40343, cores: 1) spawned uWSGI worker 8 (pid: 40344, cores: 1) spawned uWSGI worker 9 (pid: 40345, cores: 1) spawned uWSGI worker 10 (pid: 40346, cores: 1) spawned uWSGI worker 11 (pid: 40347, cores: 1) spawned uWSGI worker 12 (pid: 40348, cores: 1) spawned uWSGI worker 13 (pid: 40349, cores: 1) spawned uWSGI worker 14 (pid: 40350, cores: 1) spawned uWSGI worker 15 (pid: 40351, cores: 1) spawned uWSGI worker 16 (pid: 40352, cores: 1) 2021-11-05 18:12:31.771 40346 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:31.798 40346 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:32.615 40340 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:32.649 40340 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:32.740 40337 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:32.754 40337 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.422 40349 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.454 40349 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.470 40347 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.487 40342 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.508 40342 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.532 40347 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.857 40338 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:33.890 40338 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.258 40345 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.287 40345 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.334 40344 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.345 40344 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.535 40341 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.567 40337 WARNING keystonemiddleware.auth_token [req-43afc4c2-3899-47b8-8da8-e20cdd0ba5ac - - - - -] 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. 2021-11-05 18:12:34.570 40341 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.746 40346 WARNING keystonemiddleware.auth_token [req-edc5f2d4-dc2d-4d2b-901e-6f541f4e5d23 - - - - -] 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. 2021-11-05 18:12:34.794 40350 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.816 40350 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.868 40339 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:34.896 40339 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.214 40352 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.246 40342 WARNING keystonemiddleware.auth_token [req-62b5df3f-8011-4df3-818c-af469e032156 - - - - -] 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. 2021-11-05 18:12:35.250 40352 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.250 40343 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.262 40343 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.299 40351 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.311 40351 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.414 40348 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.439 40348 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 18:12:35.500 40340 WARNING keystonemiddleware.auth_token [req-94118893-05bd-4ce4-8530-fe9fd6c6b3d9 - - - - -] 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. 2021-11-05 18:12:35.837 40337 WARNING keystonemiddleware.auth_token [req-43afc4c2-3899-47b8-8da8-e20cdd0ba5ac - - - - -] 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. WSGI app 0 (mountpoint='') ready in 15 seconds on interpreter 0x56065388d760 pid: 40337 (default app) 2021-11-05 18:12:36.015 40346 WARNING keystonemiddleware.auth_token [req-edc5f2d4-dc2d-4d2b-901e-6f541f4e5d23 - - - - -] 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. 2021-11-05 18:12:36.093 40341 WARNING keystonemiddleware.auth_token [req-84e67a20-12b9-45ae-8524-dc2e93bce06c - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x56065388d760 pid: 40346 (default app) 2021-11-05 18:12:36.359 40349 WARNING keystonemiddleware.auth_token [req-eeee9fb6-3cf8-4db6-8deb-272a1d00381d - - - - -] 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. 2021-11-05 18:12:36.413 40347 WARNING keystonemiddleware.auth_token [req-26842aba-eccc-46b2-b501-e7bf04dd2b98 - - - - -] 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. 2021-11-05 18:12:36.706 40342 WARNING keystonemiddleware.auth_token [req-62b5df3f-8011-4df3-818c-af469e032156 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x56065388d760 pid: 40342 (default app) 2021-11-05 18:12:36.900 40340 WARNING keystonemiddleware.auth_token [req-94118893-05bd-4ce4-8530-fe9fd6c6b3d9 - - - - -] 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. 2021-11-05 18:12:36.927 40349 WARNING keystonemiddleware.auth_token [req-eeee9fb6-3cf8-4db6-8deb-272a1d00381d - - - - -] 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. 2021-11-05 18:12:36.953 40338 WARNING keystonemiddleware.auth_token [req-4818588d-2696-4de5-bcf3-99571f569b9b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x56065388d760 pid: 40349 (default app) WSGI app 0 (mountpoint='') ready in 16 seconds on interpreter 0x56065388d760 pid: 40340 (default app) 2021-11-05 18:12:37.011 40341 WARNING keystonemiddleware.auth_token [req-84e67a20-12b9-45ae-8524-dc2e93bce06c - - - - -] 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. 2021-11-05 18:12:37.035 40345 WARNING keystonemiddleware.auth_token [req-85bf7968-6412-44fe-a768-052e2440469b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x56065388d760 pid: 40341 (default app) 2021-11-05 18:12:37.127 40347 WARNING keystonemiddleware.auth_token [req-26842aba-eccc-46b2-b501-e7bf04dd2b98 - - - - -] 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. 2021-11-05 18:12:37.211 40344 WARNING keystonemiddleware.auth_token [req-b0535bf4-cbaa-4697-a44a-15dd3294f1a3 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x56065388d760 pid: 40347 (default app) 2021-11-05 18:12:37.365 40351 WARNING keystonemiddleware.auth_token [req-95e64749-e4a9-4a2d-9f7c-5ccca76b80d2 - - - - -] 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. 2021-11-05 18:12:37.418 40350 WARNING keystonemiddleware.auth_token [req-14799ccb-6f07-48da-9900-710193fa37ac - - - - -] 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. 2021-11-05 18:12:37.465 40339 WARNING keystonemiddleware.auth_token [req-81740557-ad2b-402d-85b3-60cb2efa9ad4 - - - - -] 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. 2021-11-05 18:12:37.598 40338 WARNING keystonemiddleware.auth_token [req-4818588d-2696-4de5-bcf3-99571f569b9b - - - - -] 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. 2021-11-05 18:12:37.610 40352 WARNING keystonemiddleware.auth_token [req-63bb3710-72f8-4283-b153-59eff8ced800 - - - - -] 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. 2021-11-05 18:12:37.617 40343 WARNING keystonemiddleware.auth_token [req-78228851-dc76-4064-ad04-3d3ab7e92d46 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x56065388d760 pid: 40338 (default app) 2021-11-05 18:12:37.719 40345 WARNING keystonemiddleware.auth_token [req-85bf7968-6412-44fe-a768-052e2440469b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x56065388d760 pid: 40345 (default app) 2021-11-05 18:12:37.951 40351 WARNING keystonemiddleware.auth_token [req-95e64749-e4a9-4a2d-9f7c-5ccca76b80d2 - - - - -] 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. 2021-11-05 18:12:37.978 40344 WARNING keystonemiddleware.auth_token [req-b0535bf4-cbaa-4697-a44a-15dd3294f1a3 - - - - -] 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. 2021-11-05 18:12:37.996 40350 WARNING keystonemiddleware.auth_token [req-14799ccb-6f07-48da-9900-710193fa37ac - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x56065388d760 pid: 40351 (default app) 2021-11-05 18:12:38.012 40348 WARNING keystonemiddleware.auth_token [req-e42b4448-6037-43c5-877b-9b5375754601 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40344 (default app) WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40350 (default app) 2021-11-05 18:12:38.062 40339 WARNING keystonemiddleware.auth_token [req-81740557-ad2b-402d-85b3-60cb2efa9ad4 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40339 (default app) 2021-11-05 18:12:38.141 40343 WARNING keystonemiddleware.auth_token [req-78228851-dc76-4064-ad04-3d3ab7e92d46 - - - - -] 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. 2021-11-05 18:12:38.161 40352 WARNING keystonemiddleware.auth_token [req-63bb3710-72f8-4283-b153-59eff8ced800 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40343 (default app) WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40352 (default app) 2021-11-05 18:12:38.422 40348 WARNING keystonemiddleware.auth_token [req-e42b4448-6037-43c5-877b-9b5375754601 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x56065388d760 pid: 40348 (default app) SIGINT/SIGQUIT received...killing workers... worker 1 buried after 2 seconds worker 2 buried after 2 seconds worker 3 buried after 2 seconds worker 4 buried after 3 seconds worker 5 buried after 3 seconds worker 6 buried after 3 seconds worker 7 buried after 3 seconds worker 8 buried after 3 seconds worker 9 buried after 3 seconds worker 10 buried after 3 seconds worker 11 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 15 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Fri Nov 5 20:37:44 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x565032714770 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 40445) spawned uWSGI worker 1 (pid: 40450, cores: 1) spawned uWSGI worker 2 (pid: 40451, cores: 1) spawned uWSGI worker 3 (pid: 40452, cores: 1) spawned uWSGI worker 4 (pid: 40453, cores: 1) spawned uWSGI worker 5 (pid: 40454, cores: 1) spawned uWSGI worker 6 (pid: 40455, cores: 1) spawned uWSGI worker 7 (pid: 40456, cores: 1) spawned uWSGI worker 8 (pid: 40457, cores: 1) spawned uWSGI worker 9 (pid: 40458, cores: 1) spawned uWSGI worker 10 (pid: 40459, cores: 1) spawned uWSGI worker 11 (pid: 40460, cores: 1) spawned uWSGI worker 12 (pid: 40461, cores: 1) spawned uWSGI worker 13 (pid: 40462, cores: 1) spawned uWSGI worker 14 (pid: 40463, cores: 1) spawned uWSGI worker 15 (pid: 40464, cores: 1) spawned uWSGI worker 16 (pid: 40465, cores: 1) 2021-11-05 20:37:57.643 40458 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:37:57.694 40458 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.029 40464 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.121 40464 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.798 40460 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.827 40460 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.828 40453 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.855 40463 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.890 40453 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:37:59.903 40463 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.149 40451 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.163 40451 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.739 40456 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.752 40456 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.781 40462 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:00.796 40462 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.012 40459 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.040 40459 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.057 40455 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.094 40455 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.853 40461 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:01.903 40458 WARNING keystonemiddleware.auth_token [req-74864a2b-1298-4e79-bfd5-e67b3fd1b24d - - - - -] 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. 2021-11-05 20:38:01.907 40461 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.149 40450 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.166 40456 WARNING keystonemiddleware.auth_token [req-8876ad07-59e5-4de3-b229-e2e3cc97d65a - - - - -] 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. 2021-11-05 20:38:02.182 40450 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.206 40465 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.237 40465 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.669 40454 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.684 40454 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:02.740 40464 WARNING keystonemiddleware.auth_token [req-5e49f81e-20a8-49b1-83c8-3be2f15f258d - - - - -] 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. 2021-11-05 20:38:02.910 40462 WARNING keystonemiddleware.auth_token [req-2bd9f9ab-632c-4cc2-b9c5-f9f09a4ab10f - - - - -] 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. 2021-11-05 20:38:03.125 40456 WARNING keystonemiddleware.auth_token [req-8876ad07-59e5-4de3-b229-e2e3cc97d65a - - - - -] 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. 2021-11-05 20:38:03.239 40460 WARNING keystonemiddleware.auth_token [req-6d9d34cc-bbf5-4bba-9437-3703d5d0538e - - - - -] 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. 2021-11-05 20:38:03.265 40464 WARNING keystonemiddleware.auth_token [req-5e49f81e-20a8-49b1-83c8-3be2f15f258d - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x565032714770 pid: 40456 (default app) WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x565032714770 pid: 40464 (default app) 2021-11-05 20:38:03.320 40453 WARNING keystonemiddleware.auth_token [req-1538467a-c634-42f7-a1bf-83a5c33e7da8 - - - - -] 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. 2021-11-05 20:38:03.446 40458 WARNING keystonemiddleware.auth_token [req-74864a2b-1298-4e79-bfd5-e67b3fd1b24d - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x565032714770 pid: 40458 (default app) 2021-11-05 20:38:03.756 40452 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:03.792 40452 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:03.965 40463 WARNING keystonemiddleware.auth_token [req-a02cce4f-0722-42a2-968f-2aefd4c2d8ae - - - - -] 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. 2021-11-05 20:38:04.017 40459 WARNING keystonemiddleware.auth_token [req-760a057c-01b7-494e-844b-61baf31cf3b9 - - - - -] 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. 2021-11-05 20:38:04.115 40453 WARNING keystonemiddleware.auth_token [req-1538467a-c634-42f7-a1bf-83a5c33e7da8 - - - - -] 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. 2021-11-05 20:38:04.165 40462 WARNING keystonemiddleware.auth_token [req-2bd9f9ab-632c-4cc2-b9c5-f9f09a4ab10f - - - - -] 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. 2021-11-05 20:38:04.183 40451 WARNING keystonemiddleware.auth_token [req-6caa973c-f1f1-4d66-b6b5-77a031eb7bb3 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 20 seconds on interpreter 0x565032714770 pid: 40453 (default app) WSGI app 0 (mountpoint='') ready in 20 seconds on interpreter 0x565032714770 pid: 40462 (default app) 2021-11-05 20:38:04.415 40457 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-05 20:38:04.445 40457 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-05 20:38:04.567 40460 WARNING keystonemiddleware.auth_token [req-6d9d34cc-bbf5-4bba-9437-3703d5d0538e - - - - -] 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. 2021-11-05 20:38:04.585 40459 WARNING keystonemiddleware.auth_token [req-760a057c-01b7-494e-844b-61baf31cf3b9 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 20 seconds on interpreter 0x565032714770 pid: 40459 (default app) WSGI app 0 (mountpoint='') ready in 20 seconds on interpreter 0x565032714770 pid: 40460 (default app) 2021-11-05 20:38:04.706 40465 WARNING keystonemiddleware.auth_token [req-dbb694b1-ea3b-4694-ab56-96efa9e493f2 - - - - -] 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. 2021-11-05 20:38:04.772 40455 WARNING keystonemiddleware.auth_token [req-79980c7d-b97d-4709-94c2-db67dad927db - - - - -] 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. 2021-11-05 20:38:04.931 40463 WARNING keystonemiddleware.auth_token [req-a02cce4f-0722-42a2-968f-2aefd4c2d8ae - - - - -] 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. 2021-11-05 20:38:04.972 40451 WARNING keystonemiddleware.auth_token [req-6caa973c-f1f1-4d66-b6b5-77a031eb7bb3 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 20 seconds on interpreter 0x565032714770 pid: 40463 (default app) WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40451 (default app) 2021-11-05 20:38:05.064 40450 WARNING keystonemiddleware.auth_token [req-0447c2e5-14bc-4bba-881e-885a510fd6b2 - - - - -] 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. 2021-11-05 20:38:05.138 40461 WARNING keystonemiddleware.auth_token [req-8e805c82-fc19-4544-87b8-d3418a74e7ab - - - - -] 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. 2021-11-05 20:38:05.252 40465 WARNING keystonemiddleware.auth_token [req-dbb694b1-ea3b-4694-ab56-96efa9e493f2 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40465 (default app) 2021-11-05 20:38:05.431 40455 WARNING keystonemiddleware.auth_token [req-79980c7d-b97d-4709-94c2-db67dad927db - - - - -] 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. 2021-11-05 20:38:05.454 40454 WARNING keystonemiddleware.auth_token [req-00ffa22f-6be3-4299-9f1d-f768e612f393 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40455 (default app) 2021-11-05 20:38:05.644 40450 WARNING keystonemiddleware.auth_token [req-0447c2e5-14bc-4bba-881e-885a510fd6b2 - - - - -] 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. 2021-11-05 20:38:05.687 40461 WARNING keystonemiddleware.auth_token [req-8e805c82-fc19-4544-87b8-d3418a74e7ab - - - - -] 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. WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40450 (default app) WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40461 (default app) 2021-11-05 20:38:05.777 40452 WARNING keystonemiddleware.auth_token [req-8d237093-3f04-45fe-9be3-beb30336cb2a - - - - -] 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. 2021-11-05 20:38:05.881 40454 WARNING keystonemiddleware.auth_token [req-00ffa22f-6be3-4299-9f1d-f768e612f393 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 21 seconds on interpreter 0x565032714770 pid: 40454 (default app) 2021-11-05 20:38:06.037 40457 WARNING keystonemiddleware.auth_token [req-8644d0f7-b080-4701-913a-b8928ec5c337 - - - - -] 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. 2021-11-05 20:38:06.093 40452 WARNING keystonemiddleware.auth_token [req-8d237093-3f04-45fe-9be3-beb30336cb2a - - - - -] 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. WSGI app 0 (mountpoint='') ready in 22 seconds on interpreter 0x565032714770 pid: 40452 (default app) 2021-11-05 20:38:06.352 40457 WARNING keystonemiddleware.auth_token [req-8644d0f7-b080-4701-913a-b8928ec5c337 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 22 seconds on interpreter 0x565032714770 pid: 40457 (default app) 2021-11-05 21:49:11.723 40456 INFO nova.api.openstack.requestlog [req-8876ad07-59e5-4de3-b229-e2e3cc97d65a - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000880 [pid: 40456|app: 0|req: 1/1] 10.0.3.17 () {30 vars in 559 bytes} [Fri Nov 5 21:49:11 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-05 21:49:13.361 40464 INFO nova.api.openstack.requestlog [req-c79b09b2-cd33-45e3-9961-ad81a35359ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-04T00:00:00&end=2021-11-05T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.374804 [pid: 40464|app: 0|req: 1/2] 10.0.3.17 () {34 vars in 853 bytes} [Fri Nov 5 21:49:11 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-04T00:00:00&end=2021-11-05T23:59:59 => generated 20 bytes in 1377 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-05 21:49:16.450 40458 INFO nova.api.openstack.requestlog [req-b370d689-ce9e-46fa-a572-5aecaf653c88 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.326745 [pid: 40458|app: 0|req: 1/3] 10.0.3.17 () {30 vars in 594 bytes} [Fri Nov 5 21:49:15 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1329 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-05 21:50:01.321 40453 INFO nova.api.openstack.requestlog [req-1538467a-c634-42f7-a1bf-83a5c33e7da8 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001475 [pid: 40453|app: 0|req: 1/4] 10.0.3.17 () {30 vars in 559 bytes} [Fri Nov 5 21:50:01 2021] GET /v2.1 => generated 378 bytes in 4 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-05 21:50:02.927 40462 INFO nova.api.openstack.requestlog [req-6bc1e324-60ec-4ecf-adfe-8c5f8127124e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-04T00:00:00&end=2021-11-05T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.311804 [pid: 40462|app: 0|req: 1/5] 10.0.3.17 () {34 vars in 853 bytes} [Fri Nov 5 21:50:01 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-04T00:00:00&end=2021-11-05T23:59:59 => generated 20 bytes in 1314 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-05 21:50:04.663 40459 INFO nova.api.openstack.requestlog [req-60ad5f15-8525-4b58-a41f-a92b0416a1c0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.374561 [pid: 40459|app: 0|req: 1/6] 10.0.3.17 () {30 vars in 594 bytes} [Fri Nov 5 21:50:03 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1377 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-08 20:27:04.173 40460 INFO nova.api.openstack.requestlog [req-6d9d34cc-bbf5-4bba-9437-3703d5d0538e - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000893 [pid: 40460|app: 0|req: 1/7] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 8 20:27:04 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-08 20:27:05.718 40463 INFO nova.api.openstack.requestlog [req-1e7d79f9-7cd4-48c5-afef-43170d90a5ee 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-07T00:00:00&end=2021-11-08T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.340043 [pid: 40463|app: 0|req: 1/8] 10.0.3.17 () {34 vars in 853 bytes} [Mon Nov 8 20:27:04 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-07T00:00:00&end=2021-11-08T23:59:59 => generated 20 bytes in 1342 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-08 20:27:07.765 40451 INFO nova.api.openstack.requestlog [req-1ab0f444-7000-4c0a-b83f-7eb5c1164641 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.327299 [pid: 40451|app: 0|req: 1/9] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 8 20:27:06 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1329 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-08 20:35:18.783 40465 INFO nova.api.openstack.requestlog [req-dbb694b1-ea3b-4694-ab56-96efa9e493f2 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000902 [pid: 40465|app: 0|req: 1/10] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 8 20:35:18 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-08 20:35:20.303 40455 INFO nova.api.openstack.requestlog [req-f81f5278-20a4-43ed-9fd5-e60f4994951b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-07T00:00:00&end=2021-11-08T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.307768 [pid: 40455|app: 0|req: 1/11] 10.0.3.17 () {34 vars in 853 bytes} [Mon Nov 8 20:35:18 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-07T00:00:00&end=2021-11-08T23:59:59 => generated 20 bytes in 1310 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-08 20:35:21.953 40450 INFO nova.api.openstack.requestlog [req-8b5d836f-afc4-4951-97fc-0e179516cf27 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.290419 [pid: 40450|app: 0|req: 1/12] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 8 20:35:20 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1293 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-08 20:35:47.195 40461 INFO nova.api.openstack.requestlog [req-2f112bdc-a61a-4de2-b006-ff1604e30f6b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 1.302596 [pid: 40461|app: 0|req: 1/13] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 8 20:35:45 2021] GET /v2.1/flavors/detail => generated 15 bytes in 1305 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:22:46.837 40454 INFO nova.api.openstack.requestlog [req-00ffa22f-6be3-4299-9f1d-f768e612f393 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000901 [pid: 40454|app: 0|req: 1/14] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:22:46 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:22:48.295 40452 INFO nova.api.openstack.requestlog [req-15847232-a627-4a6f-a9a3-d259277a7d9a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.271478 [pid: 40452|app: 0|req: 1/15] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 16:22:47 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:22:50.315 40457 INFO nova.api.openstack.requestlog [req-fdf6e13b-ad5b-4637-8979-9be3c0302562 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.289693 [pid: 40457|app: 0|req: 1/16] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:22:49 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1292 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:22:58.292 40456 INFO nova.api.openstack.requestlog [req-f8e17c05-2cc8-4ff8-8211-0733e78a32ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.265973 [pid: 40456|app: 0|req: 2/17] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:22:57 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1267 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:22:59.394 40464 INFO nova.api.openstack.requestlog [req-c79b09b2-cd33-45e3-9961-ad81a35359ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000841 [pid: 40464|app: 0|req: 2/18] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:22:59 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 16:23:00.469 40458 INFO nova.api.openstack.requestlog [req-8d75b39c-bce2-447a-83db-3ed9c514a504 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.873456 [pid: 40458|app: 0|req: 2/19] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 16:22:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 875 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:23:10.502 40453 INFO nova.api.openstack.requestlog [req-1538467a-c634-42f7-a1bf-83a5c33e7da8 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000856 [pid: 40453|app: 0|req: 2/20] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:23:10 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:23:11.485 40462 INFO nova.api.openstack.requestlog [req-db430add-14c4-4b5e-bb82-384cf8e0c455 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.821702 [pid: 40462|app: 0|req: 2/21] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:23:10 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 823 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:23:11.560 40459 INFO nova.api.openstack.requestlog [req-391286dc-8d75-4115-b6d7-92a27147b21d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.883141 [pid: 40459|app: 0|req: 2/22] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 16:23:10 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 885 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:23:12.100 40460 WARNING oslo_db.sqlalchemy.utils [req-1d775be8-12b1-46e3-bee8-22af55464878 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 16:23:12.118 40460 WARNING oslo_db.sqlalchemy.utils [req-1d775be8-12b1-46e3-bee8-22af55464878 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 16:23:12.125 40460 INFO nova.api.openstack.requestlog [req-1d775be8-12b1-46e3-bee8-22af55464878 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 1.384127 [pid: 40460|app: 0|req: 2/23] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 16:23:10 2021] GET /v2.1/os-keypairs => generated 16 bytes in 1385 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:38:58.785 40463 INFO nova.api.openstack.requestlog [req-1e7d79f9-7cd4-48c5-afef-43170d90a5ee 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000780 [pid: 40463|app: 0|req: 2/24] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:38:58 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:38:59.689 40451 INFO nova.api.openstack.requestlog [req-a18e7295-9d10-4dff-8f97-e063170f871e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.713022 [pid: 40451|app: 0|req: 2/25] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 16:38:58 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 714 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:39:01.240 40465 INFO nova.api.openstack.requestlog [req-d8acc515-9b15-4635-8e53-79794047d597 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.313330 [pid: 40465|app: 0|req: 2/26] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:38:59 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1314 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:48:17.689 40455 INFO nova.api.openstack.requestlog [req-f81f5278-20a4-43ed-9fd5-e60f4994951b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000782 [pid: 40455|app: 0|req: 2/27] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:48:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:48:18.596 40450 INFO nova.api.openstack.requestlog [req-fcf12c19-b6fa-4551-a4fd-ce9daa420c8f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.708707 [pid: 40450|app: 0|req: 2/28] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 16:48:17 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 710 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:48:20.027 40461 INFO nova.api.openstack.requestlog [req-e672ab83-5501-4eec-9dc3-f963762f35be 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.742230 [pid: 40461|app: 0|req: 2/29] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:48:19 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 744 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:48:29.194 40454 INFO nova.api.openstack.requestlog [req-8d3a8b0c-87a2-4cc8-8c62-acb076053ff2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.283126 [pid: 40454|app: 0|req: 2/30] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:48:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1284 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:49:57.765 40452 INFO nova.api.openstack.requestlog [req-faf5d32b-d992-4803-866a-89a7d052090c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.261579 [pid: 40452|app: 0|req: 2/31] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:49:57 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:49:58.584 40457 INFO nova.api.openstack.requestlog [req-fdf6e13b-ad5b-4637-8979-9be3c0302562 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000798 [pid: 40457|app: 0|req: 2/32] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:49:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 16:49:59.168 40456 INFO nova.api.openstack.requestlog [req-2f720af6-142a-40e0-a667-dd283c654c98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.398007 [pid: 40456|app: 0|req: 3/33] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 16:49:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 399 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:50:09.540 40464 INFO nova.api.openstack.requestlog [req-c79b09b2-cd33-45e3-9961-ad81a35359ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000657 [pid: 40464|app: 0|req: 3/34] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:50:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:50:10.029 40458 INFO nova.api.openstack.requestlog [req-63e7c9b8-75fe-4b1a-afb1-05de6505c6ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262130 [pid: 40458|app: 0|req: 3/35] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 16:50:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:50:20.357 40453 INFO nova.api.openstack.requestlog [req-1538467a-c634-42f7-a1bf-83a5c33e7da8 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000706 [pid: 40453|app: 0|req: 3/36] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:50:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 16:50:20.914 40462 INFO nova.api.openstack.requestlog [req-d0771823-8a29-44d6-9b55-955a290bc817 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.370600 [pid: 40462|app: 0|req: 3/37] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 16:50:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 372 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:50:48.689 40459 INFO nova.api.openstack.requestlog [req-391286dc-8d75-4115-b6d7-92a27147b21d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001174 [pid: 40459|app: 0|req: 3/38] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:50:48 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:50:49.145 40460 INFO nova.api.openstack.requestlog [req-9156e519-7f2d-4801-b662-01db84b431bd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.271002 [pid: 40460|app: 0|req: 3/39] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 16:50:48 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:50:50.629 40463 INFO nova.api.openstack.requestlog [req-df815a9c-c09f-4c9e-8b6f-2d3a9f9d9a78 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.801311 [pid: 40463|app: 0|req: 3/40] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:50:49 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 802 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:51:09.998 40451 INFO nova.api.openstack.requestlog [req-6e69ffc6-ca61-4ac2-981f-b015d435271d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.349224 [pid: 40451|app: 0|req: 3/41] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 16:51:09 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 350 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:51:11.024 40465 INFO nova.api.openstack.requestlog [req-d8acc515-9b15-4635-8e53-79794047d597 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000795 [pid: 40465|app: 0|req: 3/42] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 16:51:11 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 16:51:12.023 40455 INFO nova.api.openstack.requestlog [req-4682ec5a-88fd-49ce-a732-b6a817c97e12 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.814356 [pid: 40455|app: 0|req: 3/43] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 16:51:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 815 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 16:51:14.182 40461 INFO nova.api.openstack.requestlog [req-dc51a401-8d1b-42db-97f8-5b5477c7e36f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.256936 [pid: 40461|app: 0|req: 3/44] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 16:51:13 2021] GET /v2.1/flavors/detail => generated 15 bytes in 258 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 16:51:14.186 40450 INFO nova.api.openstack.requestlog [req-d6a0ad15-690b-443c-a9d4-632a9956ae03 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.290617 [pid: 40450|app: 0|req: 3/45] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 16:51:13 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) SIGINT/SIGQUIT received...killing workers... worker 5 buried after 2 seconds worker 11 buried after 2 seconds worker 15 buried after 2 seconds worker 1 buried after 3 seconds worker 2 buried after 3 seconds worker 3 buried after 3 seconds worker 4 buried after 3 seconds worker 6 buried after 3 seconds worker 7 buried after 3 seconds worker 8 buried after 3 seconds worker 9 buried after 3 seconds worker 10 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Tue Nov 9 17:09:27 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x563dd0d7b770 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 43847) spawned uWSGI worker 1 (pid: 43852, cores: 1) spawned uWSGI worker 2 (pid: 43853, cores: 1) spawned uWSGI worker 3 (pid: 43854, cores: 1) spawned uWSGI worker 4 (pid: 43855, cores: 1) spawned uWSGI worker 5 (pid: 43856, cores: 1) spawned uWSGI worker 6 (pid: 43857, cores: 1) spawned uWSGI worker 7 (pid: 43858, cores: 1) spawned uWSGI worker 8 (pid: 43859, cores: 1) spawned uWSGI worker 9 (pid: 43860, cores: 1) spawned uWSGI worker 10 (pid: 43861, cores: 1) spawned uWSGI worker 11 (pid: 43862, cores: 1) spawned uWSGI worker 12 (pid: 43863, cores: 1) spawned uWSGI worker 13 (pid: 43864, cores: 1) spawned uWSGI worker 14 (pid: 43865, cores: 1) spawned uWSGI worker 15 (pid: 43866, cores: 1) spawned uWSGI worker 16 (pid: 43867, cores: 1) 2021-11-09 17:09:38.682 43865 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:38.696 43865 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:38.820 43857 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:38.834 43857 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:40.012 43865 WARNING keystonemiddleware.auth_token [req-f76a651f-fd06-4b18-b5cd-bfdc1187708a - - - - -] 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. 2021-11-09 17:09:40.042 43862 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:40.053 43862 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:40.163 43852 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:40.174 43852 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:41.268 43857 WARNING keystonemiddleware.auth_token [req-3562f750-dfd1-4e4d-b2de-8e3fd503c334 - - - - -] 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. 2021-11-09 17:09:41.460 43865 WARNING keystonemiddleware.auth_token [req-f76a651f-fd06-4b18-b5cd-bfdc1187708a - - - - -] 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. WSGI app 0 (mountpoint='') ready in 14 seconds on interpreter 0x563dd0d7b770 pid: 43865 (default app) 2021-11-09 17:09:41.608 43865 INFO nova.api.openstack.requestlog [req-f76a651f-fd06-4b18-b5cd-bfdc1187708a - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.025446 [pid: 43865|app: 0|req: 1/1] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:09:41 2021] GET /v2.1 => generated 378 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:41.904 43855 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:41.944 43855 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.109 43867 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.114 43863 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.120 43867 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.126 43858 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.128 43863 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.166 43858 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.266 43864 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.299 43864 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.432 43860 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.468 43860 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:42.680 43857 WARNING keystonemiddleware.auth_token [req-3562f750-dfd1-4e4d-b2de-8e3fd503c334 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 15 seconds on interpreter 0x563dd0d7b770 pid: 43857 (default app) 2021-11-09 17:09:43.170 43853 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.184 43853 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.241 43862 WARNING keystonemiddleware.auth_token [req-2fdb91b3-255c-48ce-b445-613a127ebdb4 - - - - -] 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. 2021-11-09 17:09:43.280 43854 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.293 43854 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.436 43856 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.465 43856 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.561 43852 WARNING keystonemiddleware.auth_token [req-89696f9c-75de-40f9-aba4-910b03260cad - - - - -] 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. 2021-11-09 17:09:43.571 43861 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.614 43861 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.634 43866 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.658 43866 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.907 43859 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 17:09:43.936 43859 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 17:09:44.072 43863 WARNING keystonemiddleware.auth_token [req-d33bb514-1862-4cd9-961b-038c1c0ead52 - - - - -] 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. 2021-11-09 17:09:44.259 43867 WARNING keystonemiddleware.auth_token [req-aa3e35fa-3274-4b00-b004-cdf4fb42ee58 - - - - -] 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. 2021-11-09 17:09:44.274 43862 WARNING keystonemiddleware.auth_token [req-2fdb91b3-255c-48ce-b445-613a127ebdb4 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x563dd0d7b770 pid: 43862 (default app) 2021-11-09 17:09:44.552 43853 WARNING keystonemiddleware.auth_token [req-d400e042-4b70-4eb9-8d84-fdb441c743c6 - - - - -] 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. 2021-11-09 17:09:44.903 43852 WARNING keystonemiddleware.auth_token [req-89696f9c-75de-40f9-aba4-910b03260cad - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x563dd0d7b770 pid: 43852 (default app) 2021-11-09 17:09:45.090 43853 WARNING keystonemiddleware.auth_token [req-d400e042-4b70-4eb9-8d84-fdb441c743c6 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x563dd0d7b770 pid: 43853 (default app) 2021-11-09 17:09:45.141 43855 WARNING keystonemiddleware.auth_token [req-03d8651d-37f9-4f5e-8227-0ef3b7abf196 - - - - -] 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. 2021-11-09 17:09:45.166 43864 WARNING keystonemiddleware.auth_token [req-21f78afa-f1e5-4316-b34c-0324f809ac27 - - - - -] 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. 2021-11-09 17:09:45.236 43863 WARNING keystonemiddleware.auth_token [req-d33bb514-1862-4cd9-961b-038c1c0ead52 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x563dd0d7b770 pid: 43863 (default app) 2021-11-09 17:09:45.338 43867 WARNING keystonemiddleware.auth_token [req-aa3e35fa-3274-4b00-b004-cdf4fb42ee58 - - - - -] 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. 2021-11-09 17:09:45.368 43858 WARNING keystonemiddleware.auth_token [req-54684089-65c3-4f10-8ed9-e55b027e2023 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x563dd0d7b770 pid: 43867 (default app) 2021-11-09 17:09:45.396 43856 WARNING keystonemiddleware.auth_token [req-15ec29f3-33ec-441d-bece-367236171c94 - - - - -] 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. 2021-11-09 17:09:45.492 43860 WARNING keystonemiddleware.auth_token [req-44d23fa9-8f22-41ce-8f45-530a1083f52f - - - - -] 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. 2021-11-09 17:09:45.551 43861 WARNING keystonemiddleware.auth_token [req-28215492-f578-46ff-b2a8-5a6f1870374c - - - - -] 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. 2021-11-09 17:09:45.705 43865 INFO nova.api.openstack.requestlog [req-75cf3a5a-174f-43b9-8e07-b6b9e7f1be33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 3.723203 [pid: 43865|app: 0|req: 2/2] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:09:41 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 3725 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:09:45.776 43855 WARNING keystonemiddleware.auth_token [req-03d8651d-37f9-4f5e-8227-0ef3b7abf196 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x563dd0d7b770 pid: 43855 (default app) 2021-11-09 17:09:45.853 43866 WARNING keystonemiddleware.auth_token [req-44914791-ac8f-4527-b41c-c06c877fc84c - - - - -] 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. 2021-11-09 17:09:45.886 43854 WARNING keystonemiddleware.auth_token [req-b6cc8177-de75-4096-b17b-52434ff7de6a - - - - -] 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. 2021-11-09 17:09:46.149 43864 WARNING keystonemiddleware.auth_token [req-21f78afa-f1e5-4316-b34c-0324f809ac27 - - - - -] 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. 2021-11-09 17:09:46.178 43858 WARNING keystonemiddleware.auth_token [req-54684089-65c3-4f10-8ed9-e55b027e2023 - - - - -] 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. 2021-11-09 17:09:46.179 43861 WARNING keystonemiddleware.auth_token [req-28215492-f578-46ff-b2a8-5a6f1870374c - - - - -] 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. 2021-11-09 17:09:46.186 43860 WARNING keystonemiddleware.auth_token [req-44d23fa9-8f22-41ce-8f45-530a1083f52f - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43864 (default app) WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43858 (default app) 2021-11-09 17:09:46.230 43856 WARNING keystonemiddleware.auth_token [req-15ec29f3-33ec-441d-bece-367236171c94 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43861 (default app) WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43860 (default app) 2021-11-09 17:09:46.271 43859 WARNING keystonemiddleware.auth_token [req-34e18919-e2e9-4c9e-9f5a-09a72737d995 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43856 (default app) 2021-11-09 17:09:46.393 43854 WARNING keystonemiddleware.auth_token [req-b6cc8177-de75-4096-b17b-52434ff7de6a - - - - -] 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. 2021-11-09 17:09:46.414 43866 WARNING keystonemiddleware.auth_token [req-44914791-ac8f-4527-b41c-c06c877fc84c - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43854 (default app) WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43866 (default app) 2021-11-09 17:09:46.613 43859 WARNING keystonemiddleware.auth_token [req-34e18919-e2e9-4c9e-9f5a-09a72737d995 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 19 seconds on interpreter 0x563dd0d7b770 pid: 43859 (default app) 2021-11-09 17:09:47.684 43857 INFO nova.api.openstack.requestlog [req-1613eec7-ec3b-4c25-afc1-1e574f4fc7ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.391538 [pid: 43857|app: 0|req: 1/3] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:09:46 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1394 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:50.286 43862 INFO nova.api.openstack.requestlog [req-2fdb91b3-255c-48ce-b445-613a127ebdb4 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000852 [pid: 43862|app: 0|req: 1/4] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:09:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:51.343 43853 INFO nova.api.openstack.requestlog [req-d400e042-4b70-4eb9-8d84-fdb441c743c6 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001247 [pid: 43853|app: 0|req: 1/5] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:09:51 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:51.938 43852 INFO nova.api.openstack.requestlog [req-da16da1b-bfa8-4925-bbe3-1668b77fd632 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.411992 [pid: 43852|app: 0|req: 1/6] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:09:50 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1414 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:09:52.768 43865 INFO nova.api.openstack.requestlog [req-75cf3a5a-174f-43b9-8e07-b6b9e7f1be33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001166 [pid: 43865|app: 0|req: 3/7] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:09:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:53.124 43863 INFO nova.api.openstack.requestlog [req-90413b1e-0826-4913-812f-bb7dc1509921 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.534481 [pid: 43863|app: 0|req: 1/8] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:09:51 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1536 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:09:53.531 43867 INFO nova.api.openstack.requestlog [req-4499ff7e-5255-4db2-a221-081bf375aa12 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.480371 [pid: 43867|app: 0|req: 1/9] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:09:52 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1483 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:54.426 43855 INFO nova.api.openstack.requestlog [req-36034ad3-bfff-476f-9669-fd1b7a646345 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.442371 [pid: 43855|app: 0|req: 1/10] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:09:52 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1444 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:09:54.587 43864 INFO nova.api.openstack.requestlog [req-d12a0d2e-b1d2-4884-a5d6-9feda89d6091 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.432877 [pid: 43864|app: 0|req: 1/11] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:09:53 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1435 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:55.314 43861 INFO nova.api.openstack.requestlog [req-28215492-f578-46ff-b2a8-5a6f1870374c - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001401 [pid: 43861|app: 0|req: 1/12] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:09:55 2021] GET /v2.1 => generated 378 bytes in 4 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:55.866 43858 INFO nova.api.openstack.requestlog [req-e76ad490-ce13-4a5d-a237-675c0fa7948a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.418714 [pid: 43858|app: 0|req: 1/13] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:09:54 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1420 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:09:56.891 43860 INFO nova.api.openstack.requestlog [req-4226e9bf-e942-411b-99b8-9f14246dedb8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.343275 [pid: 43860|app: 0|req: 1/14] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:09:55 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1345 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:09:58.201 43856 INFO nova.api.openstack.requestlog [req-6feafff4-f16e-485f-8299-bdb476c4c262 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.291682 [pid: 43856|app: 0|req: 1/15] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:09:56 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1294 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:16.843 43854 INFO nova.api.openstack.requestlog [req-b6cc8177-de75-4096-b17b-52434ff7de6a - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000871 [pid: 43854|app: 0|req: 1/16] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:16 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:18.301 43866 INFO nova.api.openstack.requestlog [req-e371fc71-4424-481b-8ec7-1f689e19f079 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.274319 [pid: 43866|app: 0|req: 1/17] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:10:17 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:10:19.819 43859 INFO nova.api.openstack.requestlog [req-8bfebb16-e640-4d8a-bfd9-e42f6a4bf6a2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.264664 [pid: 43859|app: 0|req: 1/18] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:10:18 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1267 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:28.250 43857 INFO nova.api.openstack.requestlog [req-c3c4026c-f72d-40ba-8912-a26a207d095a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.259454 [pid: 43857|app: 0|req: 2/19] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:10:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:29.111 43862 INFO nova.api.openstack.requestlog [req-2fdb91b3-255c-48ce-b445-613a127ebdb4 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 43862|app: 0|req: 2/20] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:10:30.683 43853 INFO nova.api.openstack.requestlog [req-6bff609f-7e13-48cb-92fe-3d02a471a30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.384977 [pid: 43853|app: 0|req: 2/21] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:10:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1386 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:10:32.553 43863 INFO nova.api.openstack.requestlog [req-90413b1e-0826-4913-812f-bb7dc1509921 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000806 [pid: 43863|app: 0|req: 2/22] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:32 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:32.657 43865 INFO nova.api.openstack.requestlog [req-91e545f8-77e5-42b3-a15b-96348beef01a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.289971 [pid: 43865|app: 0|req: 4/23] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 17:10:32 2021] GET /v2.1/flavors/detail => generated 15 bytes in 291 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:32.855 43852 INFO nova.api.openstack.requestlog [req-2d45679c-2093-41e0-8ba4-e5c38972a8c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.519999 [pid: 43852|app: 0|req: 2/24] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 17:10:32 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 522 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:32.970 43867 INFO nova.api.openstack.requestlog [req-314f1857-c88d-40bd-b449-be1ce0615898 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.354195 [pid: 43867|app: 0|req: 2/25] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:10:32 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 356 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:33.138 43855 WARNING oslo_db.sqlalchemy.utils [req-147363b4-d9fa-4847-b0f4-0525ed969ec2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 17:10:33.138 43864 INFO nova.api.openstack.requestlog [req-d12a0d2e-b1d2-4884-a5d6-9feda89d6091 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001279 [pid: 43864|app: 0|req: 2/26] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:33 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:33.147 43855 WARNING oslo_db.sqlalchemy.utils [req-147363b4-d9fa-4847-b0f4-0525ed969ec2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 17:10:33.153 43855 INFO nova.api.openstack.requestlog [req-147363b4-d9fa-4847-b0f4-0525ed969ec2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.327684 [pid: 43855|app: 0|req: 2/27] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 17:10:32 2021] GET /v2.1/os-keypairs => generated 16 bytes in 329 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:34.773 43861 INFO nova.api.openstack.requestlog [req-25e12758-db84-458c-89fd-7179c44e0d13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 1.278572 [pid: 43861|app: 0|req: 2/28] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 17:10:33 2021] GET /v2.1/os-server-groups => generated 21 bytes in 1280 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:10:41.045 43858 INFO nova.api.openstack.requestlog [req-e76ad490-ce13-4a5d-a237-675c0fa7948a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000845 [pid: 43858|app: 0|req: 2/29] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:41 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:10:41.605 43860 INFO nova.api.openstack.requestlog [req-bbd37ce1-aed0-4554-8680-e24436b9d363 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.372656 [pid: 43860|app: 0|req: 2/30] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:10:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 374 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:10:53.399 43856 INFO nova.api.openstack.requestlog [req-6feafff4-f16e-485f-8299-bdb476c4c262 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000823 [pid: 43856|app: 0|req: 2/31] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:10:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:10:54.941 43854 INFO nova.api.openstack.requestlog [req-3239a9fd-8567-449c-b0a5-00397b9dd5f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.352535 [pid: 43854|app: 0|req: 2/32] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:10:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1354 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:05.323 43866 INFO nova.api.openstack.requestlog [req-e371fc71-4424-481b-8ec7-1f689e19f079 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000793 [pid: 43866|app: 0|req: 2/33] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:11:05.969 43859 INFO nova.api.openstack.requestlog [req-a16129ee-e922-4ee1-a503-8bab7a71ab91 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.458015 [pid: 43859|app: 0|req: 2/34] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:11:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 459 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:16.307 43857 INFO nova.api.openstack.requestlog [req-c3c4026c-f72d-40ba-8912-a26a207d095a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000751 [pid: 43857|app: 0|req: 3/35] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:16 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:11:17.882 43862 INFO nova.api.openstack.requestlog [req-af2e0d63-5cab-4ec9-bd24-5aaa659b3b6f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.380181 [pid: 43862|app: 0|req: 3/36] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:11:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1381 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:28.225 43853 INFO nova.api.openstack.requestlog [req-6bff609f-7e13-48cb-92fe-3d02a471a30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000790 [pid: 43853|app: 0|req: 3/37] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:28 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:11:28.771 43863 INFO nova.api.openstack.requestlog [req-3ce7d345-77f7-4d41-811e-915ba688958d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.357318 [pid: 43863|app: 0|req: 3/38] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 17:11:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 358 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:29.710 43865 INFO nova.api.openstack.requestlog [req-b8a9965b-7afc-4984-8803-df3762a56ab9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.235806 [pid: 43865|app: 0|req: 5/39] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 17:11:29 2021] GET /v2.1/flavors/detail => generated 15 bytes in 237 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:32.209 43852 INFO nova.api.openstack.requestlog [req-2d45679c-2093-41e0-8ba4-e5c38972a8c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000736 [pid: 43852|app: 0|req: 3/40] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:32.673 43867 INFO nova.api.openstack.requestlog [req-58467174-a2b3-4827-97ea-4db6011cc7b4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.277141 [pid: 43867|app: 0|req: 3/41] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:11:32 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:32.980 43864 INFO nova.api.openstack.requestlog [req-ad039f6f-0683-462d-9834-d4dba581aa00 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.292814 [pid: 43864|app: 0|req: 3/42] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:11:32 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:35.854 43855 INFO nova.api.openstack.requestlog [req-0c174926-fd89-4f6b-b184-33d1f0633849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.296358 [pid: 43855|app: 0|req: 3/43] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 17:11:35 2021] GET /v2.1/flavors/detail => generated 15 bytes in 298 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:38.313 43861 INFO nova.api.openstack.requestlog [req-25e12758-db84-458c-89fd-7179c44e0d13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000793 [pid: 43861|app: 0|req: 3/44] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:38 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:38.777 43858 INFO nova.api.openstack.requestlog [req-ce4b4a3e-c5f9-4458-8c6c-31bef8e7112d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.277943 [pid: 43858|app: 0|req: 3/45] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:11:38 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:11:39.065 43860 INFO nova.api.openstack.requestlog [req-c822c4e9-a11c-48ad-9f4d-dccbe15b5fcc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.273085 [pid: 43860|app: 0|req: 3/46] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:11:38 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:51.929 43856 INFO nova.api.openstack.requestlog [req-6feafff4-f16e-485f-8299-bdb476c4c262 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000659 [pid: 43856|app: 0|req: 3/47] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:52.345 43854 WARNING oslo_db.sqlalchemy.utils [req-078fae41-7fdd-4c4a-8f43-2e49c680d19c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 17:11:52.351 43854 WARNING oslo_db.sqlalchemy.utils [req-078fae41-7fdd-4c4a-8f43-2e49c680d19c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 17:11:52.357 43854 INFO nova.api.openstack.requestlog [req-078fae41-7fdd-4c4a-8f43-2e49c680d19c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.242873 [pid: 43854|app: 0|req: 3/48] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 17:11:52 2021] GET /v2.1/os-keypairs => generated 16 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:59.401 43866 INFO nova.api.openstack.requestlog [req-a8fdbaec-4614-4956-8db4-1ca27f389154 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.250784 [pid: 43866|app: 0|req: 3/49] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 17:11:59 2021] GET /v2.1/os-server-groups => generated 21 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:11:59.623 43859 INFO nova.api.openstack.requestlog [req-a16129ee-e922-4ee1-a503-8bab7a71ab91 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000727 [pid: 43859|app: 0|req: 3/50] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:11:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:list-detail failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:12:07.499 43857 INFO nova.api.openstack.requestlog [req-033aac55-3d07-4074-a83f-306dd7ddd49e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/detail" status: 200 len: 1184 microversion: 2.1 time: 0.286156 [pid: 43857|app: 0|req: 4/51] 10.0.3.17 () {30 vars in 603 bytes} [Tue Nov 9 17:12:07 2021] GET /v2.1/os-hypervisors/detail => generated 1184 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-services:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:12:07.536 43862 INFO nova.api.openstack.requestlog [req-03430035-4151-4254-b298-94952235dbaf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-services?binary=nova-compute" status: 200 len: 197 microversion: 2.1 time: 0.031308 [pid: 43862|app: 0|req: 4/52] 10.0.3.17 () {30 vars in 622 bytes} [Tue Nov 9 17:12:07 2021] GET /v2.1/os-services?binary=nova-compute => generated 197 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:statistics failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:12:07.568 43853 INFO nova.api.openstack.requestlog [req-1a3c8f27-bf3e-4e34-bdf4-0aafc67194cf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/statistics" status: 200 len: 264 microversion: 2.1 time: 0.026944 [pid: 43853|app: 0|req: 4/53] 10.0.3.17 () {30 vars in 611 bytes} [Tue Nov 9 17:12:07 2021] GET /v2.1/os-hypervisors/statistics => generated 264 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:servers failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 17:12:19.409 43863 INFO nova.api.openstack.requestlog [req-e566f23d-7ccb-476e-8a30-7d87f5a64fe7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/nova-compute/servers" status: 200 len: 103 microversion: 2.1 time: 0.304293 [pid: 43863|app: 0|req: 4/54] 10.0.3.17 () {30 vars in 631 bytes} [Tue Nov 9 17:12:19 2021] GET /v2.1/os-hypervisors/nova-compute/servers => generated 103 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:12:24.584 43865 INFO nova.api.openstack.requestlog [req-5d81dc9c-b3eb-41de-9f5b-8b05e7ad84f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.257489 [pid: 43865|app: 0|req: 6/55] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 17:12:24 2021] GET /v2.1/flavors/detail => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:12:26.757 43852 INFO nova.api.openstack.requestlog [req-2d45679c-2093-41e0-8ba4-e5c38972a8c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 43852|app: 0|req: 4/56] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 17:12:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 17:12:27.206 43867 INFO nova.api.openstack.requestlog [req-7fed1a07-81d8-4af9-b2dd-67c8ace95c9b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.262175 [pid: 43867|app: 0|req: 4/57] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 17:12:26 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 17:12:27.471 43864 INFO nova.api.openstack.requestlog [req-609da968-a989-470d-b1ad-3d20a3c2cfd3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.250581 [pid: 43864|app: 0|req: 4/58] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 17:12:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:31:22.838 43855 INFO nova.api.openstack.requestlog [req-0c174926-fd89-4f6b-b184-33d1f0633849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000840 [pid: 43855|app: 0|req: 4/59] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:31:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:31:23.811 43861 INFO nova.api.openstack.requestlog [req-72d30e58-1822-4e9f-a928-c0aa7ef4f518 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.778136 [pid: 43861|app: 0|req: 4/60] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 19:31:23 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 779 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:31:25.260 43858 INFO nova.api.openstack.requestlog [req-9f2616e4-1f82-4071-92c3-fe4584830d09 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.725712 [pid: 43858|app: 0|req: 4/61] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:31:24 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 727 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:list-detail failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:31:48.501 43860 INFO nova.api.openstack.requestlog [req-a2076bf4-e341-4c3e-8524-6664f947fd4b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/detail" status: 200 len: 1183 microversion: 2.1 time: 0.697296 [pid: 43860|app: 0|req: 4/62] 10.0.3.17 () {30 vars in 603 bytes} [Tue Nov 9 19:31:47 2021] GET /v2.1/os-hypervisors/detail => generated 1183 bytes in 698 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-services:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:31:48.547 43856 INFO nova.api.openstack.requestlog [req-b7eb0a11-4853-49d5-98ab-7c0545867790 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-services?binary=nova-compute" status: 200 len: 197 microversion: 2.1 time: 0.040644 [pid: 43856|app: 0|req: 4/63] 10.0.3.17 () {30 vars in 622 bytes} [Tue Nov 9 19:31:48 2021] GET /v2.1/os-services?binary=nova-compute => generated 197 bytes in 42 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:statistics failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:31:48.580 43854 INFO nova.api.openstack.requestlog [req-d91c4129-295f-41e1-9659-351ee094837c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/statistics" status: 200 len: 263 microversion: 2.1 time: 0.028531 [pid: 43854|app: 0|req: 4/64] 10.0.3.17 () {30 vars in 611 bytes} [Tue Nov 9 19:31:48 2021] GET /v2.1/os-hypervisors/statistics => generated 263 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:servers failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:32:00.319 43866 INFO nova.api.openstack.requestlog [req-cd1ee4f5-00d7-44f6-92d1-71eeabed6380 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/nova-compute/servers" status: 200 len: 103 microversion: 2.1 time: 0.715303 [pid: 43866|app: 0|req: 4/65] 10.0.3.17 () {30 vars in 631 bytes} [Tue Nov 9 19:31:59 2021] GET /v2.1/os-hypervisors/nova-compute/servers => generated 103 bytes in 717 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:08.992 43859 INFO nova.api.openstack.requestlog [req-63984bfc-ead3-495a-9500-ddf234746ab9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.703284 [pid: 43859|app: 0|req: 4/66] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:32:08 2021] GET /v2.1/flavors/detail => generated 15 bytes in 704 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:08.997 43857 INFO nova.api.openstack.requestlog [req-033aac55-3d07-4074-a83f-306dd7ddd49e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000741 [pid: 43857|app: 0|req: 5/67] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:08 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:32:09.958 43862 INFO nova.api.openstack.requestlog [req-20151f4c-2071-40ee-a884-5b44cb06ec59 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.777333 [pid: 43862|app: 0|req: 5/68] 10.0.3.17 () {34 vars in 919 bytes} [Tue Nov 9 19:32:09 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 779 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:32:21.499 43853 INFO nova.api.openstack.requestlog [req-8121ca80-cfa2-43ab-a69a-ce899c06cdd0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.718699 [pid: 43853|app: 0|req: 5/69] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:32:20 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 720 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:22.413 43863 INFO nova.api.openstack.requestlog [req-e566f23d-7ccb-476e-8a30-7d87f5a64fe7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000749 [pid: 43863|app: 0|req: 5/70] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:32:23.422 43865 INFO nova.api.openstack.requestlog [req-e6558f46-bd86-4644-95bb-88d773140f72 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.821448 [pid: 43865|app: 0|req: 7/71] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:32:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 823 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:32:26.742 43867 INFO nova.api.openstack.requestlog [req-7fed1a07-81d8-4af9-b2dd-67c8ace95c9b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000861 [pid: 43867|app: 0|req: 5/72] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:27.403 43861 WARNING oslo_db.sqlalchemy.utils [req-a608f27c-f217-4dc3-9710-80341f04b9c3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:32:27.411 43861 WARNING oslo_db.sqlalchemy.utils [req-a608f27c-f217-4dc3-9710-80341f04b9c3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:32:27.421 43861 INFO nova.api.openstack.requestlog [req-a608f27c-f217-4dc3-9710-80341f04b9c3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.403949 [pid: 43861|app: 0|req: 5/73] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 19:32:27 2021] GET /v2.1/os-keypairs => generated 16 bytes in 406 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:27.663 43858 INFO nova.api.openstack.requestlog [req-9f2616e4-1f82-4071-92c3-fe4584830d09 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001140 [pid: 43858|app: 0|req: 5/74] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:27 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:27.716 43852 INFO nova.api.openstack.requestlog [req-ae300c1c-b7df-4dfc-b461-c3eede104c69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.975640 [pid: 43852|app: 0|req: 5/75] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:32:26 2021] GET /v2.1/flavors/detail => generated 15 bytes in 978 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:27.798 43855 INFO nova.api.openstack.requestlog [req-b7ffb13e-d19b-42be-b0e3-5ea2194127c0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.041462 [pid: 43855|app: 0|req: 5/76] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:32:26 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1045 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:27.932 43864 INFO nova.api.openstack.requestlog [req-b42171e8-6e39-41aa-b2bd-713033bf5e0b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 1.175968 [pid: 43864|app: 0|req: 5/77] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 19:32:26 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 1178 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:30.272 43860 INFO nova.api.openstack.requestlog [req-df456e32-4226-44d0-9e93-e44904ecef53 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.254113 [pid: 43860|app: 0|req: 5/78] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 19:32:30 2021] GET /v2.1/os-server-groups => generated 21 bytes in 255 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:33.983 43856 INFO nova.api.openstack.requestlog [req-b7eb0a11-4853-49d5-98ab-7c0545867790 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000696 [pid: 43856|app: 0|req: 5/79] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:32:34.913 43854 INFO nova.api.openstack.requestlog [req-471da15f-2422-4364-b926-07dd504f0fdc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.723897 [pid: 43854|app: 0|req: 5/80] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:32:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 725 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:32:36.756 43866 INFO nova.api.openstack.requestlog [req-21eb19c0-c16b-4fff-8116-61ac1dd19329 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.276089 [pid: 43866|app: 0|req: 5/81] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:32:36 2021] GET /v2.1/flavors/detail => generated 15 bytes in 277 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:36.761 43859 INFO nova.api.openstack.requestlog [req-63984bfc-ead3-495a-9500-ddf234746ab9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 43859|app: 0|req: 5/82] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:32:37.759 43857 INFO nova.api.openstack.requestlog [req-e921accb-5398-4293-b07f-17208d46a7b9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.813318 [pid: 43857|app: 0|req: 6/83] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 9 19:32:36 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 815 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:32:37.984 43862 INFO nova.api.openstack.requestlog [req-1af04c0b-e03e-42c2-a674-0c4dd2e00861 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.035936 [pid: 43862|app: 0|req: 6/84] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:32:37 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 37 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:38.015 43853 INFO nova.api.openstack.requestlog [req-0c3a9e19-8fa6-4dd6-9631-3502f543544b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024179 [pid: 43853|app: 0|req: 6/85] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:32:37 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:48.434 43865 INFO nova.api.openstack.requestlog [req-e6558f46-bd86-4644-95bb-88d773140f72 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001131 [pid: 43865|app: 0|req: 8/86] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:48 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:49.127 43861 INFO nova.api.openstack.requestlog [req-89db45e8-c309-4694-abd0-97de21ec6f5f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.501454 [pid: 43861|app: 0|req: 6/87] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:32:48 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 503 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:49.391 43858 WARNING oslo_db.sqlalchemy.utils [req-31745781-d6e4-4a6a-b668-33fa7ebb32cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:32:49.398 43858 WARNING oslo_db.sqlalchemy.utils [req-31745781-d6e4-4a6a-b668-33fa7ebb32cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:32:49.406 43858 INFO nova.api.openstack.requestlog [req-31745781-d6e4-4a6a-b668-33fa7ebb32cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.598572 [pid: 43858|app: 0|req: 6/88] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 19:32:48 2021] GET /v2.1/os-keypairs => generated 16 bytes in 600 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:49.815 43863 INFO nova.api.openstack.requestlog [req-263ad8b9-f50a-463a-944e-58732316221c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 1.437422 [pid: 43863|app: 0|req: 6/89] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 19:32:48 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 1439 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:49.916 43852 INFO nova.api.openstack.requestlog [req-ae300c1c-b7df-4dfc-b461-c3eede104c69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001282 [pid: 43852|app: 0|req: 6/90] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:32:49 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:49.954 43867 INFO nova.api.openstack.requestlog [req-d78173a3-e802-4186-8f48-7d1a327a14d3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 1.381945 [pid: 43867|app: 0|req: 6/91] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:32:48 2021] GET /v2.1/flavors/detail => generated 15 bytes in 1383 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:32:50.451 43855 INFO nova.api.openstack.requestlog [req-210d5b17-ea12-478a-8ef5-0defb39e6491 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.251844 [pid: 43855|app: 0|req: 6/92] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 19:32:50 2021] GET /v2.1/os-server-groups => generated 21 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:11.962 43864 INFO nova.api.openstack.requestlog [req-0e3dbc84-a320-442a-87ce-3d7321f964e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 15 microversion: 2.1 time: 0.327997 [pid: 43864|app: 0|req: 6/93] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:34:11 2021] GET /v2.1/flavors/detail => generated 15 bytes in 329 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:11.969 43860 INFO nova.api.openstack.requestlog [req-df456e32-4226-44d0-9e93-e44904ecef53 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000726 [pid: 43860|app: 0|req: 6/94] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:34:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:34:12.953 43856 INFO nova.api.openstack.requestlog [req-28db3f16-a4d7-4448-9b5e-be2dffb5c5c7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.795083 [pid: 43856|app: 0|req: 6/95] 10.0.3.17 () {34 vars in 919 bytes} [Tue Nov 9 19:34:12 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 796 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:34:15.056 43854 INFO nova.api.openstack.requestlog [req-9f0cea03-9d12-4667-970b-b115afdde88e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 15 microversion: 2.1 time: 0.243660 [pid: 43854|app: 0|req: 6/96] 10.0.3.17 () {30 vars in 690 bytes} [Tue Nov 9 19:34:14 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:41.737 43866 INFO nova.api.openstack.requestlog [req-74964237-4e52-437b-b72c-52f2adafabb9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None" status: 200 len: 15 microversion: 2.1 time: 0.258657 [pid: 43866|app: 0|req: 6/97] 10.0.3.17 () {30 vars in 618 bytes} [Tue Nov 9 19:34:41 2021] GET /v2.1/flavors/detail?is_public=None => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-manage:create failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:34:42.155 43859 INFO nova.api.openstack.requestlog [req-5d17c5ef-f9a0-4278-aabe-52cdbf6452e7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/flavors" status: 200 len: 450 microversion: 2.1 time: 0.057869 [pid: 43859|app: 0|req: 6/98] 10.0.3.17 () {34 vars in 629 bytes} [Tue Nov 9 19:34:42 2021] POST /v2.1/flavors => generated 450 bytes in 59 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:42.654 43857 INFO nova.api.openstack.requestlog [req-7cd6149c-7e46-4310-8b85-166dbc55ce48 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 453 microversion: 2.1 time: 0.250336 [pid: 43857|app: 0|req: 7/99] 10.0.3.17 () {30 vars in 690 bytes} [Tue Nov 9 19:34:42 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 453 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:42.879 43862 INFO nova.api.openstack.requestlog [req-a2275d99-5893-447c-a0fd-0a9595a9fc82 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.019495 [pid: 43862|app: 0|req: 7/100] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 9 19:34:42 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:57.609 43853 INFO nova.api.openstack.requestlog [req-3bec232d-6cec-45ff-846f-7e76a001eb17 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.319873 [pid: 43853|app: 0|req: 7/101] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:34:57 2021] GET /v2.1/flavors/detail => generated 453 bytes in 321 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:34:57.615 43865 INFO nova.api.openstack.requestlog [req-e6558f46-bd86-4644-95bb-88d773140f72 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000679 [pid: 43865|app: 0|req: 9/102] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:34:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:34:58.185 43861 INFO nova.api.openstack.requestlog [req-536e4d76-08d1-4db7-bfe4-5e4795e70b45 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.362819 [pid: 43861|app: 0|req: 7/103] 10.0.3.17 () {34 vars in 919 bytes} [Tue Nov 9 19:34:57 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 364 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:35:14.871 43867 INFO nova.api.openstack.requestlog [req-d78173a3-e802-4186-8f48-7d1a327a14d3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001111 [pid: 43867|app: 0|req: 7/104] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:35:14 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.022 43863 INFO nova.api.openstack.requestlog [req-b03a5130-3870-4641-b8ba-c8e98a014095 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.319544 [pid: 43863|app: 0|req: 7/105] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:35:14 2021] GET /v2.1/flavors/detail => generated 453 bytes in 321 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.029 43858 INFO nova.api.openstack.requestlog [req-f974373b-91e6-4beb-ac01-3818c375adf5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.352394 [pid: 43858|app: 0|req: 7/106] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 19:35:14 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 354 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.048 43855 INFO nova.api.openstack.requestlog [req-cd294122-c17a-4b7e-a9c7-9feed361a0de 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.018460 [pid: 43855|app: 0|req: 7/107] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 9 19:35:15 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.205 43852 INFO nova.api.openstack.requestlog [req-c1d62a9d-2cb7-4c50-ace9-f7146e9b1572 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.355661 [pid: 43852|app: 0|req: 7/108] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:35:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 357 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.401 43864 WARNING oslo_db.sqlalchemy.utils [req-5bf3a694-7f4c-48b5-8609-bd7afa7104ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:35:15.411 43864 WARNING oslo_db.sqlalchemy.utils [req-5bf3a694-7f4c-48b5-8609-bd7afa7104ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:35:15.423 43864 INFO nova.api.openstack.requestlog [req-5bf3a694-7f4c-48b5-8609-bd7afa7104ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.288034 [pid: 43864|app: 0|req: 7/109] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 19:35:15 2021] GET /v2.1/os-keypairs => generated 16 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.643 43860 INFO nova.api.openstack.requestlog [req-df456e32-4226-44d0-9e93-e44904ecef53 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 43860|app: 0|req: 7/110] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:35:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:35:15.938 43856 INFO nova.api.openstack.requestlog [req-e0ad5ec3-7a87-4bc0-bca8-e7fd5c3c51e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.255153 [pid: 43856|app: 0|req: 7/111] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 19:35:15 2021] GET /v2.1/os-server-groups => generated 21 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:00.769 43854 INFO nova.api.openstack.requestlog [req-cf925872-a1a6-4690-9166-a2012145cd0b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.289998 [pid: 43854|app: 0|req: 7/112] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:36:00 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 291 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:03.545 43866 INFO nova.api.openstack.requestlog [req-74964237-4e52-437b-b72c-52f2adafabb9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000663 [pid: 43866|app: 0|req: 7/113] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:04.016 43859 INFO nova.api.openstack.requestlog [req-142ab47a-5976-4679-bc51-c2ba7da09839 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267257 [pid: 43859|app: 0|req: 7/114] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:05.755 43857 INFO nova.api.openstack.requestlog [req-12ae26f5-741e-4e68-b2de-c22a89946b57 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.288872 [pid: 43857|app: 0|req: 8/115] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 9 19:36:05 2021] GET /v2.1/flavors/detail => generated 453 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:05.781 43862 INFO nova.api.openstack.requestlog [req-3a2f7d0f-31b9-467f-a123-a647658e7928 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.018942 [pid: 43862|app: 0|req: 8/116] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 9 19:36:05 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 20 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:05.850 43861 INFO nova.api.openstack.requestlog [req-536e4d76-08d1-4db7-bfe4-5e4795e70b45 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001022 [pid: 43861|app: 0|req: 8/117] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:06.212 43865 INFO nova.api.openstack.requestlog [req-4016c2cb-7e84-45e7-813c-69f30d2b3cbe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.366941 [pid: 43865|app: 0|req: 10/118] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 9 19:36:05 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 368 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:06.341 43853 INFO nova.api.openstack.requestlog [req-6c443112-6869-436c-9763-4c103ee98509 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.535321 [pid: 43853|app: 0|req: 8/119] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:36:05 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 538 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:06.570 43863 INFO nova.api.openstack.requestlog [req-b03a5130-3870-4641-b8ba-c8e98a014095 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001041 [pid: 43863|app: 0|req: 8/120] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:06 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:06.609 43867 WARNING oslo_db.sqlalchemy.utils [req-65056cd7-d0ab-487f-bc83-9ccc4f2c2794 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:36:06.615 43867 WARNING oslo_db.sqlalchemy.utils [req-65056cd7-d0ab-487f-bc83-9ccc4f2c2794 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-09 19:36:06.623 43867 INFO nova.api.openstack.requestlog [req-65056cd7-d0ab-487f-bc83-9ccc4f2c2794 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.299613 [pid: 43867|app: 0|req: 8/121] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 9 19:36:06 2021] GET /v2.1/os-keypairs => generated 16 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:07.167 43858 INFO nova.api.openstack.requestlog [req-1244e128-70c3-45fa-a526-f4a9785ca138 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.259999 [pid: 43858|app: 0|req: 8/122] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 19:36:06 2021] GET /v2.1/os-server-groups => generated 21 bytes in 262 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:14.419 43855 INFO nova.api.openstack.requestlog [req-cd294122-c17a-4b7e-a9c7-9feed361a0de 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000688 [pid: 43855|app: 0|req: 8/123] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:36:14.977 43852 INFO nova.api.openstack.requestlog [req-8ac6bde0-a1f0-4872-bba3-d1ccace31144 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.372594 [pid: 43852|app: 0|req: 8/124] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 374 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:25.987 43864 INFO nova.api.openstack.requestlog [req-5bf3a694-7f4c-48b5-8609-bd7afa7104ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000661 [pid: 43864|app: 0|req: 8/125] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:36:26.444 43860 INFO nova.api.openstack.requestlog [req-0672ef8e-19f7-40ff-a082-8dc6a23847c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274073 [pid: 43860|app: 0|req: 8/126] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:36.769 43856 INFO nova.api.openstack.requestlog [req-e0ad5ec3-7a87-4bc0-bca8-e7fd5c3c51e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 43856|app: 0|req: 8/127] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:37.233 43854 INFO nova.api.openstack.requestlog [req-24ff9e90-5431-44b0-b612-6f864942eb5d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282427 [pid: 43854|app: 0|req: 8/128] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:47.633 43859 INFO nova.api.openstack.requestlog [req-142ab47a-5976-4679-bc51-c2ba7da09839 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 43859|app: 0|req: 8/129] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:47.791 43866 INFO nova.api.openstack.requestlog [req-cdaa5dc7-1f9b-4af7-8ad9-ec39b0115146 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.320774 [pid: 43866|app: 0|req: 8/130] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 19:36:47 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 322 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:48.178 43857 INFO nova.api.openstack.requestlog [req-f30dfc3f-961a-4bfc-bfb3-0594f62ad29f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.346967 [pid: 43857|app: 0|req: 9/131] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 348 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:48.648 43862 INFO nova.api.openstack.requestlog [req-3a2f7d0f-31b9-467f-a123-a647658e7928 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000730 [pid: 43862|app: 0|req: 9/132] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:36:49.194 43861 INFO nova.api.openstack.requestlog [req-8837a07e-9094-4455-8f7b-3c609bef54a5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.346591 [pid: 43861|app: 0|req: 9/133] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 348 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:36:59.559 43865 INFO nova.api.openstack.requestlog [req-4016c2cb-7e84-45e7-813c-69f30d2b3cbe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000684 [pid: 43865|app: 0|req: 11/134] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:36:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:37:00.032 43853 INFO nova.api.openstack.requestlog [req-5abf5f5f-e59e-47a4-b121-1855589c6c9c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272854 [pid: 43853|app: 0|req: 9/135] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:36:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:37:10.404 43863 INFO nova.api.openstack.requestlog [req-b03a5130-3870-4641-b8ba-c8e98a014095 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 43863|app: 0|req: 9/136] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:37:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:37:11.004 43867 INFO nova.api.openstack.requestlog [req-f3230c88-efa1-4bc5-954e-384c700e7507 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.423614 [pid: 43867|app: 0|req: 9/137] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:37:10 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 425 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:37:21.349 43858 INFO nova.api.openstack.requestlog [req-1244e128-70c3-45fa-a526-f4a9785ca138 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000712 [pid: 43858|app: 0|req: 9/138] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:37:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:37:21.887 43855 INFO nova.api.openstack.requestlog [req-0e403f9c-12fc-4078-ae57-272818f5b10e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.342420 [pid: 43855|app: 0|req: 9/139] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:37:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 344 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:37:32.146 43852 INFO nova.api.openstack.requestlog [req-8ac6bde0-a1f0-4872-bba3-d1ccace31144 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 43852|app: 0|req: 9/140] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:37:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-09 19:37:32.678 43864 INFO nova.api.openstack.requestlog [req-251c37ee-9891-4c23-bde1-a842cd5c7e7f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.338684 [pid: 43864|app: 0|req: 9/141] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:37:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 340 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:37:42.938 43860 INFO nova.api.openstack.requestlog [req-0672ef8e-19f7-40ff-a082-8dc6a23847c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 43860|app: 0|req: 9/142] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:37:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:37:43.459 43856 INFO nova.api.openstack.requestlog [req-4f364ea4-06e9-4324-841e-76a30686b80f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.327881 [pid: 43856|app: 0|req: 9/143] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:37:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 329 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 19:37:53.748 43854 INFO nova.api.openstack.requestlog [req-24ff9e90-5431-44b0-b612-6f864942eb5d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000763 [pid: 43854|app: 0|req: 9/144] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 19:37:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 19:37:54.264 43859 INFO nova.api.openstack.requestlog [req-70ddc0ad-10e9-4a01-ae2c-096ac943aeb3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268892 [pid: 43859|app: 0|req: 9/145] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 9 19:37:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 20:23:22.051 43866 INFO nova.api.openstack.requestlog [req-cdaa5dc7-1f9b-4af7-8ad9-ec39b0115146 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 43866|app: 0|req: 9/146] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 20:23:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 20:23:22.513 43857 INFO nova.api.openstack.requestlog [req-a12a9249-16d0-42c7-a2d9-30426604d3e5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.274969 [pid: 43857|app: 0|req: 10/147] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 20:23:22 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 20:23:23.485 43862 INFO nova.api.openstack.requestlog [req-2cdd4fc9-6c94-4d40-9dcb-72ebd3d2dc13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.255825 [pid: 43862|app: 0|req: 10/148] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 20:23:23 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) SIGINT/SIGQUIT received...killing workers... worker 1 buried after 2 seconds worker 2 buried after 2 seconds worker 4 buried after 2 seconds worker 8 buried after 2 seconds worker 11 buried after 2 seconds worker 3 buried after 3 seconds worker 5 buried after 3 seconds worker 6 buried after 3 seconds worker 7 buried after 3 seconds worker 9 buried after 3 seconds worker 10 buried after 3 seconds worker 12 buried after 3 seconds worker 13 buried after 3 seconds worker 14 buried after 3 seconds worker 15 buried after 3 seconds worker 16 buried after 3 seconds goodbye to uWSGI. *** Starting uWSGI 2.0.19.1-debian (64bit) on [Tue Nov 9 20:59:14 2021] *** compiled with version: 10.2.1 20210110 on 11 June 2021 09:08:33 os: Linux-5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) nodename: nova machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 8 current working directory: /var/lib/nova detected binary path: /usr/bin/uwsgi-core chdir() to /var/lib/nova your processes number limit is 63814 your memory page size is 4096 bytes detected max file descriptor number: 65535 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address :8774 fd 3 Python version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] Python main interpreter initialized at 0x55b6859a5770 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 2284375 bytes (2230 KB) for 16 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 112) spawned uWSGI worker 1 (pid: 141, cores: 1) spawned uWSGI worker 2 (pid: 142, cores: 1) spawned uWSGI worker 3 (pid: 143, cores: 1) spawned uWSGI worker 4 (pid: 144, cores: 1) spawned uWSGI worker 5 (pid: 145, cores: 1) spawned uWSGI worker 6 (pid: 146, cores: 1) spawned uWSGI worker 7 (pid: 147, cores: 1) spawned uWSGI worker 8 (pid: 148, cores: 1) spawned uWSGI worker 9 (pid: 149, cores: 1) spawned uWSGI worker 10 (pid: 150, cores: 1) spawned uWSGI worker 11 (pid: 151, cores: 1) spawned uWSGI worker 12 (pid: 152, cores: 1) spawned uWSGI worker 13 (pid: 153, cores: 1) spawned uWSGI worker 14 (pid: 154, cores: 1) spawned uWSGI worker 15 (pid: 155, cores: 1) spawned uWSGI worker 16 (pid: 156, cores: 1) 2021-11-09 20:59:32.437 144 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:32.451 144 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:34.028 151 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:34.042 151 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.081 142 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.105 154 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.112 148 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.124 142 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.170 154 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.177 148 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.544 150 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.557 150 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.577 146 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.588 146 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.726 145 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:35.746 145 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.085 149 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.108 149 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.234 144 WARNING keystonemiddleware.auth_token [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 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. 2021-11-09 20:59:36.250 143 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.279 143 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.562 152 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.587 152 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.646 153 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.659 153 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.671 156 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.674 147 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.709 156 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:36.718 147 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:37.060 144 WARNING keystonemiddleware.auth_token [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 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. WSGI app 0 (mountpoint='') ready in 23 seconds on interpreter 0x55b6859a5770 pid: 144 (default app) 2021-11-09 20:59:37.358 154 WARNING keystonemiddleware.auth_token [req-3c65eae4-4130-45a9-a7dc-3aa94460488d - - - - -] 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. 2021-11-09 20:59:37.360 150 WARNING keystonemiddleware.auth_token [req-70ff2d04-a61a-453f-8eb1-4bc59f02970a - - - - -] 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. 2021-11-09 20:59:37.692 155 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:37.741 155 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. 2021-11-09 20:59:37.767 151 WARNING keystonemiddleware.auth_token [req-53830471-7731-40b4-8cea-760a28e080f5 - - - - -] 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. 2021-11-09 20:59:37.920 148 WARNING keystonemiddleware.auth_token [req-187a3f66-5023-4dbe-bb2c-45333d0803bc - - - - -] 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. 2021-11-09 20:59:37.925 154 WARNING keystonemiddleware.auth_token [req-3c65eae4-4130-45a9-a7dc-3aa94460488d - - - - -] 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. WSGI app 0 (mountpoint='') ready in 23 seconds on interpreter 0x55b6859a5770 pid: 154 (default app) 2021-11-09 20:59:38.095 145 WARNING keystonemiddleware.auth_token [req-eab6435b-4d95-4e13-879b-0e2bdca0411a - - - - -] 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. 2021-11-09 20:59:38.161 141 WARNING oslo_config.cfg [-] Deprecated: Option "auth_strategy" from group "api" is deprecated for removal ( The only non-default choice, ``noauth2``, is for internal development and testing purposes only and should not be used in deployments. This option and its middleware, NoAuthMiddleware[V2_18], will be removed in a future release. ). Its value may be silently ignored in the future. 2021-11-09 20:59:38.163 150 WARNING keystonemiddleware.auth_token [req-70ff2d04-a61a-453f-8eb1-4bc59f02970a - - - - -] 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. 2021-11-09 20:59:38.175 141 WARNING oslo_config.cfg [-] Deprecated: Option "api_servers" from group "glance" is deprecated for removal ( Support for image service configuration via standard keystoneauth1 Adapter options was added in the 17.0.0 Queens release. The api_servers option was retained temporarily to allow consumers time to cut over to a real load balancing solution. ). Its value may be silently ignored in the future. WSGI app 0 (mountpoint='') ready in 24 seconds on interpreter 0x55b6859a5770 pid: 150 (default app) 2021-11-09 20:59:38.212 142 WARNING keystonemiddleware.auth_token [req-41009aac-24c5-4ab4-8d15-1f2d90d29159 - - - - -] 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. 2021-11-09 20:59:38.501 146 WARNING keystonemiddleware.auth_token [req-c45d68a4-73d2-4201-b797-205ebdf72f34 - - - - -] 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. 2021-11-09 20:59:38.558 152 WARNING keystonemiddleware.auth_token [req-23ffc76d-6a67-49ba-bdca-72c2ff713e03 - - - - -] 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. 2021-11-09 20:59:38.666 143 WARNING keystonemiddleware.auth_token [req-cbb7e3fc-c44e-40db-946f-25052fcdd6b8 - - - - -] 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. 2021-11-09 20:59:38.851 149 WARNING keystonemiddleware.auth_token [req-7d61400b-76bb-47ec-ac7b-3a1110bd9b77 - - - - -] 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. 2021-11-09 20:59:38.960 153 WARNING keystonemiddleware.auth_token [req-2745e282-3931-4646-bca4-d7e141449872 - - - - -] 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. 2021-11-09 20:59:39.032 151 WARNING keystonemiddleware.auth_token [req-53830471-7731-40b4-8cea-760a28e080f5 - - - - -] 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. 2021-11-09 20:59:39.057 148 WARNING keystonemiddleware.auth_token [req-187a3f66-5023-4dbe-bb2c-45333d0803bc - - - - -] 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. 2021-11-09 20:59:39.070 142 WARNING keystonemiddleware.auth_token [req-41009aac-24c5-4ab4-8d15-1f2d90d29159 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 142 (default app) WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 151 (default app) WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 148 (default app) 2021-11-09 20:59:39.162 146 WARNING keystonemiddleware.auth_token [req-c45d68a4-73d2-4201-b797-205ebdf72f34 - - - - -] 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. 2021-11-09 20:59:39.194 145 WARNING keystonemiddleware.auth_token [req-eab6435b-4d95-4e13-879b-0e2bdca0411a - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 146 (default app) 2021-11-09 20:59:39.249 156 WARNING keystonemiddleware.auth_token [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 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. 2021-11-09 20:59:39.253 147 WARNING keystonemiddleware.auth_token [req-e8fd80d7-f65b-4a7a-93e9-0059337dc309 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 145 (default app) 2021-11-09 20:59:39.322 152 WARNING keystonemiddleware.auth_token [req-23ffc76d-6a67-49ba-bdca-72c2ff713e03 - - - - -] 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. 2021-11-09 20:59:39.340 143 WARNING keystonemiddleware.auth_token [req-cbb7e3fc-c44e-40db-946f-25052fcdd6b8 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 152 (default app) WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 143 (default app) 2021-11-09 20:59:39.469 153 WARNING keystonemiddleware.auth_token [req-2745e282-3931-4646-bca4-d7e141449872 - - - - -] 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. 2021-11-09 20:59:39.498 149 WARNING keystonemiddleware.auth_token [req-7d61400b-76bb-47ec-ac7b-3a1110bd9b77 - - - - -] 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. 2021-11-09 20:59:39.506 155 WARNING keystonemiddleware.auth_token [req-d40d2543-08e6-42e9-9dbd-bc98611d062b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 153 (default app) WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 149 (default app) 2021-11-09 20:59:39.657 141 WARNING keystonemiddleware.auth_token [req-54a18ed9-2c2f-4973-bfc5-ac0e52cd50a4 - - - - -] 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. 2021-11-09 20:59:39.675 147 WARNING keystonemiddleware.auth_token [req-e8fd80d7-f65b-4a7a-93e9-0059337dc309 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 147 (default app) 2021-11-09 20:59:39.721 156 WARNING keystonemiddleware.auth_token [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 156 (default app) 2021-11-09 20:59:39.876 155 WARNING keystonemiddleware.auth_token [req-d40d2543-08e6-42e9-9dbd-bc98611d062b - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 155 (default app) 2021-11-09 20:59:39.972 141 WARNING keystonemiddleware.auth_token [req-54a18ed9-2c2f-4973-bfc5-ac0e52cd50a4 - - - - -] 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. WSGI app 0 (mountpoint='') ready in 25 seconds on interpreter 0x55b6859a5770 pid: 141 (default app) 2021-11-09 21:05:20.423 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000849 [pid: 144|app: 0|req: 1/1] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 21:05:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 21:05:22.218 154 INFO nova.api.openstack.requestlog [req-a75cd50b-872b-401b-b88c-8223f13c422b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.604575 [pid: 154|app: 0|req: 1/2] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 21:05:20 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1606 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 21:05:25.253 150 INFO nova.api.openstack.requestlog [req-0cb0bac5-fa74-4b1d-8ec9-339dd85b3861 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.382397 [pid: 150|app: 0|req: 1/3] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 21:05:23 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1384 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 21:05:46.640 142 INFO nova.api.openstack.requestlog [req-bc7f1bfd-7ff2-491c-a212-1661ff1b51b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 1.295404 [pid: 142|app: 0|req: 1/4] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 9 21:05:45 2021] GET /v2.1/os-server-groups => generated 21 bytes in 1297 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 21:05:46.916 151 INFO nova.api.openstack.requestlog [req-53830471-7731-40b4-8cea-760a28e080f5 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000862 [pid: 151|app: 0|req: 1/5] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 21:05:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 23:59:54.901 148 INFO nova.api.openstack.requestlog [req-187a3f66-5023-4dbe-bb2c-45333d0803bc - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000979 [pid: 148|app: 0|req: 1/6] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 9 23:59:54 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-09 23:59:56.449 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59" status: 200 len: 20 microversion: 2.40 time: 1.318655 [pid: 146|app: 0|req: 1/7] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 9 23:59:55 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-08T00:00:00&end=2021-11-09T23:59:59 => generated 20 bytes in 1321 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-09 23:59:58.022 145 INFO nova.api.openstack.requestlog [req-68102909-8d50-4a5d-b1d6-c607bfcaaa3a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.327201 [pid: 145|app: 0|req: 1/8] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 9 23:59:56 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1329 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:05.204 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.296047 [pid: 152|app: 0|req: 1/9] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 00:00:03 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1298 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:06.167 143 INFO nova.api.openstack.requestlog [req-cbb7e3fc-c44e-40db-946f-25052fcdd6b8 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000963 [pid: 143|app: 0|req: 1/10] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:06 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:07.669 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001552 [pid: 156|app: 0|req: 1/11] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:07 2021] GET /v2.1 => generated 378 bytes in 4 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:00:08.128 153 INFO nova.api.openstack.requestlog [req-f55af8ef-6c84-44d6-9fea-7a979b850a58 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.754679 [pid: 153|app: 0|req: 1/12] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:00:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1757 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:00:08.654 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000983 [pid: 144|app: 0|req: 2/13] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:08 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:09.386 147 INFO nova.api.openstack.requestlog [req-a97349bb-96bd-4e2d-9cae-2860ce86be1a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.880315 [pid: 147|app: 0|req: 1/14] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 00:00:07 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1882 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:09.554 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 2.073943 [pid: 149|app: 0|req: 1/15] 10.0.3.17 () {30 vars in 601 bytes} [Wed Nov 10 00:00:07 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 2076 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:09.677 155 INFO nova.api.openstack.requestlog [req-4ea4860c-07b6-4a78-8619-84746f08b273 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 1.982411 [pid: 155|app: 0|req: 1/16] 10.0.3.17 () {30 vars in 589 bytes} [Wed Nov 10 00:00:07 2021] GET /v2.1/flavors/detail => generated 453 bytes in 1984 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:09.706 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.021672 [pid: 154|app: 0|req: 2/17] 10.0.3.17 () {30 vars in 679 bytes} [Wed Nov 10 00:00:09 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:09.902 141 WARNING oslo_db.sqlalchemy.utils [req-6b5a27c9-5eb9-48b9-95c0-22906131666d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-10 00:00:09.919 141 WARNING oslo_db.sqlalchemy.utils [req-6b5a27c9-5eb9-48b9-95c0-22906131666d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-10 00:00:09.945 141 INFO nova.api.openstack.requestlog [req-6b5a27c9-5eb9-48b9-95c0-22906131666d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 1.560851 [pid: 141|app: 0|req: 1/18] 10.0.3.17 () {32 vars in 623 bytes} [Wed Nov 10 00:00:08 2021] GET /v2.1/os-keypairs => generated 16 bytes in 1563 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:10.963 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.736241 [pid: 150|app: 0|req: 2/19] 10.0.3.17 () {30 vars in 593 bytes} [Wed Nov 10 00:00:10 2021] GET /v2.1/os-server-groups => generated 21 bytes in 738 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:19.982 142 INFO nova.api.openstack.requestlog [req-bc7f1bfd-7ff2-491c-a212-1661ff1b51b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000896 [pid: 142|app: 0|req: 2/20] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:19 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:00:22.616 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 2.449305 [pid: 151|app: 0|req: 2/21] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:00:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 2451 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:00:28.730 148 INFO nova.api.openstack.requestlog [req-43b7ea54-3103-4311-86c1-3c7e631d05d9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.354501 [pid: 148|app: 0|req: 2/22] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 00:00:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1356 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:29.713 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000786 [pid: 146|app: 0|req: 2/23] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:00:30.301 145 INFO nova.api.openstack.requestlog [req-de442afe-c8d0-46d8-804a-cf3100533375 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.379462 [pid: 145|app: 0|req: 2/24] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:00:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 381 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:00:40.736 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000786 [pid: 152|app: 0|req: 2/25] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:40 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:00:42.326 143 INFO nova.api.openstack.requestlog [req-dbf294f9-6165-4ac8-865b-bc299ac2dfdd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.402126 [pid: 143|app: 0|req: 2/26] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:00:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1403 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:00:52.767 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 156|app: 0|req: 2/27] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:00:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:00:53.240 153 INFO nova.api.openstack.requestlog [req-25fe7253-febb-47e2-bbd9-9a8ebdef0044 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.270609 [pid: 153|app: 0|req: 2/28] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:00:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:01:03.663 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000686 [pid: 144|app: 0|req: 3/29] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:01:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:01:04.218 147 INFO nova.api.openstack.requestlog [req-20e3bfac-3701-43f4-81fc-210cc02bc4f5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.371494 [pid: 147|app: 0|req: 2/30] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:01:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 373 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:01:14.616 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000806 [pid: 149|app: 0|req: 2/31] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:01:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:01:15.185 155 INFO nova.api.openstack.requestlog [req-8f0b6103-7283-47f9-99c0-85c9732b296a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.365466 [pid: 155|app: 0|req: 2/32] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:01:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 367 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:01:27.027 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000771 [pid: 154|app: 0|req: 3/33] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:01:27 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:01:27.680 141 INFO nova.api.openstack.requestlog [req-28b7865c-f58d-439c-807a-d9a35e80a35a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.383483 [pid: 141|app: 0|req: 2/34] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:01:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 385 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:01:38.111 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000729 [pid: 150|app: 0|req: 3/35] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:01:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:01:39.343 142 INFO nova.api.openstack.requestlog [req-72e29548-f6b8-43c1-9873-bcb5b87bf248 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.925450 [pid: 142|app: 0|req: 3/36] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:01:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 926 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:01:49.755 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000788 [pid: 151|app: 0|req: 3/37] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:01:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 00:01:50.295 148 INFO nova.api.openstack.requestlog [req-2a258860-fbbd-4aca-8037-160576b87182 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.357991 [pid: 148|app: 0|req: 3/38] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:01:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 359 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:00.682 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 146|app: 0|req: 3/39] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:00 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:01.164 145 INFO nova.api.openstack.requestlog [req-3ccfac2b-08af-4578-807c-69fed3ebaaa0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266152 [pid: 145|app: 0|req: 3/40] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:11.573 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 152|app: 0|req: 3/41] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:12.101 143 INFO nova.api.openstack.requestlog [req-4c6e8f6e-6c60-4095-b429-0d33b7d1ca30 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259171 [pid: 143|app: 0|req: 3/42] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:22.512 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000669 [pid: 156|app: 0|req: 3/43] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:23.024 153 INFO nova.api.openstack.requestlog [req-4190eb5a-af51-4c20-81a1-665ce8f63d50 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.300852 [pid: 153|app: 0|req: 3/44] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 302 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:33.461 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 144|app: 0|req: 4/45] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:33.931 147 INFO nova.api.openstack.requestlog [req-d1c339cf-f14d-4d99-92aa-9f97b640a1d0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276454 [pid: 147|app: 0|req: 3/46] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 277 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:44.314 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 149|app: 0|req: 3/47] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:44.845 155 INFO nova.api.openstack.requestlog [req-87f65b01-f390-4c59-a707-89797bfe7a2c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.342462 [pid: 155|app: 0|req: 3/48] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 343 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:02:56.752 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 154|app: 0|req: 4/49] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:02:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:02:57.207 141 INFO nova.api.openstack.requestlog [req-6cb558e6-2ba3-494a-83b1-cacb6207ed6b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262290 [pid: 141|app: 0|req: 3/50] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:02:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:03:07.692 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 150|app: 0|req: 4/51] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:03:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:03:08.161 142 INFO nova.api.openstack.requestlog [req-b8524fd8-e35b-4ce5-8d25-1d839a804fea 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273591 [pid: 142|app: 0|req: 4/52] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:03:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:03:18.528 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000667 [pid: 151|app: 0|req: 4/53] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:03:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:03:19.027 148 INFO nova.api.openstack.requestlog [req-350b3ca6-9cd0-446d-905b-3f4b4d326f32 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271203 [pid: 148|app: 0|req: 4/54] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:03:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:03:29.490 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000699 [pid: 146|app: 0|req: 4/55] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:03:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:03:29.980 145 INFO nova.api.openstack.requestlog [req-c27abeba-abd3-4ec6-bf8c-fbc02d60a6a3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264798 [pid: 145|app: 0|req: 4/56] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:03:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:03:40.405 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 152|app: 0|req: 4/57] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:03:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:03:40.898 143 INFO nova.api.openstack.requestlog [req-2c93bfb9-7295-4395-b9a0-e7da3b3a0f1a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274659 [pid: 143|app: 0|req: 4/58] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:03:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:03:51.308 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 156|app: 0|req: 4/59] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:03:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:03:51.768 153 INFO nova.api.openstack.requestlog [req-27e3eac6-a0e3-4666-ba50-51e5f84ff7f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267262 [pid: 153|app: 0|req: 4/60] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:03:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:02.212 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 144|app: 0|req: 5/61] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:02.678 147 INFO nova.api.openstack.requestlog [req-15ff65aa-00d5-4459-b9b4-25b43b25cd4b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274803 [pid: 147|app: 0|req: 4/62] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:13.100 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 149|app: 0|req: 4/63] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:13.600 155 INFO nova.api.openstack.requestlog [req-9d529c2b-25a2-4b91-86c8-45792670a35e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265528 [pid: 155|app: 0|req: 4/64] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:25.462 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 154|app: 0|req: 5/65] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:25.915 141 INFO nova.api.openstack.requestlog [req-c4a3d5af-554f-4651-a299-ab9ad15a08e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263743 [pid: 141|app: 0|req: 4/66] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:36.363 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 150|app: 0|req: 5/67] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:36.863 142 INFO nova.api.openstack.requestlog [req-77496b1f-bfd8-4b7b-ad32-dca1a164c85e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.290376 [pid: 142|app: 0|req: 5/68] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:47.324 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 151|app: 0|req: 5/69] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:47.810 148 INFO nova.api.openstack.requestlog [req-9da26098-6d68-4a01-9a59-76b12185c4d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261243 [pid: 148|app: 0|req: 5/70] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:04:58.871 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000680 [pid: 146|app: 0|req: 5/71] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:04:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:04:59.351 145 INFO nova.api.openstack.requestlog [req-655d2f60-fd66-4d88-809c-a8fdc7bd950a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287058 [pid: 145|app: 0|req: 5/72] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:04:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:05:09.753 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 152|app: 0|req: 5/73] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:05:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:05:10.228 143 INFO nova.api.openstack.requestlog [req-96ef0633-27f9-4396-9659-026ab7ea648b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269934 [pid: 143|app: 0|req: 5/74] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:05:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 271 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:05:20.625 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 156|app: 0|req: 5/75] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:05:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:05:21.114 153 INFO nova.api.openstack.requestlog [req-01857cf4-2017-49c4-98a7-02f795353ae7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.275040 [pid: 153|app: 0|req: 5/76] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:05:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:05:31.516 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 144|app: 0|req: 6/77] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:05:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:05:31.984 147 INFO nova.api.openstack.requestlog [req-ecbff286-3553-4f39-87b2-d07a917bcf43 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267564 [pid: 147|app: 0|req: 5/78] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:05:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:05:42.389 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 5/79] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:05:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:05:42.851 155 INFO nova.api.openstack.requestlog [req-bfd42941-c978-4ef3-9872-c5f68f34b3d9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279391 [pid: 155|app: 0|req: 5/80] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:05:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:05:53.229 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000699 [pid: 154|app: 0|req: 6/81] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:05:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:05:53.696 141 INFO nova.api.openstack.requestlog [req-4bec1279-b91f-40e4-b007-cc06d7d60fa2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281468 [pid: 141|app: 0|req: 5/82] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:05:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:04.106 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 150|app: 0|req: 6/83] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:04.576 142 INFO nova.api.openstack.requestlog [req-8b525d25-84d6-43d8-bbfe-8ba4912c5071 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281934 [pid: 142|app: 0|req: 6/84] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:14.991 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 151|app: 0|req: 6/85] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:15.450 148 INFO nova.api.openstack.requestlog [req-a21caabd-289f-43d3-bd92-b87e734c8e45 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242986 [pid: 148|app: 0|req: 6/86] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:25.859 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000687 [pid: 146|app: 0|req: 6/87] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:26.269 145 INFO nova.api.openstack.requestlog [req-cd99a2a3-2a78-47a7-9b8b-412d5aee68ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277236 [pid: 145|app: 0|req: 6/88] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:36.653 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 152|app: 0|req: 6/89] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:37.099 143 INFO nova.api.openstack.requestlog [req-ed73f86a-ce2f-4c48-b42d-2eea18ea8af4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261770 [pid: 143|app: 0|req: 6/90] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:47.443 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000825 [pid: 156|app: 0|req: 6/91] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:47.824 153 INFO nova.api.openstack.requestlog [req-a1eb6f35-c9b1-425f-855c-89d70561d166 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.258316 [pid: 153|app: 0|req: 6/92] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:06:58.145 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000738 [pid: 144|app: 0|req: 7/93] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:06:58 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:06:58.553 147 INFO nova.api.openstack.requestlog [req-2b9649a4-be3d-4e70-b144-996417731fde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.189673 [pid: 147|app: 0|req: 6/94] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:06:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 191 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:07:08.943 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 149|app: 0|req: 6/95] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:07:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:07:09.404 155 INFO nova.api.openstack.requestlog [req-e67f6310-71b4-41aa-910d-2c076bd984c3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.296577 [pid: 155|app: 0|req: 6/96] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:07:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 298 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:07:19.789 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000670 [pid: 154|app: 0|req: 7/97] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:07:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:07:20.213 141 INFO nova.api.openstack.requestlog [req-e854b961-9a6d-42e1-ac23-3c5bec9ef02c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.289256 [pid: 141|app: 0|req: 6/98] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:07:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:07:30.624 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 150|app: 0|req: 7/99] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:07:30 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:07:31.047 142 INFO nova.api.openstack.requestlog [req-c19a404e-41dc-4669-a91c-6a24566fe0e4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304254 [pid: 142|app: 0|req: 7/100] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:07:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:07:41.462 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 151|app: 0|req: 7/101] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:07:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:07:41.836 148 INFO nova.api.openstack.requestlog [req-ab38078d-75fa-460b-8e88-e151d4ecb534 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262443 [pid: 148|app: 0|req: 7/102] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:07:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:07:52.248 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 146|app: 0|req: 7/103] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:07:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:07:52.623 145 INFO nova.api.openstack.requestlog [req-6b74bd60-3087-457b-a539-f536b2df21fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.260658 [pid: 145|app: 0|req: 7/104] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:07:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 262 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:03.056 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000674 [pid: 152|app: 0|req: 7/105] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:03.500 143 INFO nova.api.openstack.requestlog [req-ef5b5053-7ca6-4e9a-bd41-d19660fcb02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257918 [pid: 143|app: 0|req: 7/106] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:13.871 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 156|app: 0|req: 7/107] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:14.377 153 INFO nova.api.openstack.requestlog [req-731ddc0f-8027-4ce3-baf8-c470a65a4c6f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.290682 [pid: 153|app: 0|req: 7/108] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:24.826 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000656 [pid: 144|app: 0|req: 8/109] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:24 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:25.173 147 INFO nova.api.openstack.requestlog [req-8c2da651-6d00-4bf6-a148-8be0872fba78 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.225176 [pid: 147|app: 0|req: 7/110] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 226 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:35.513 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 149|app: 0|req: 7/111] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:35 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:35.973 155 INFO nova.api.openstack.requestlog [req-e820718a-4ff1-47d3-9e26-4a4cb5b17fda 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259928 [pid: 155|app: 0|req: 7/112] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:46.333 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 154|app: 0|req: 8/113] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:46.757 141 INFO nova.api.openstack.requestlog [req-23c8c469-4b3c-4551-9775-e0486cec7edd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242447 [pid: 141|app: 0|req: 7/114] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:08:57.072 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000857 [pid: 150|app: 0|req: 8/115] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:08:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:08:57.461 142 INFO nova.api.openstack.requestlog [req-efd77bf5-4aa4-464f-9b65-6e94e528371f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.211360 [pid: 142|app: 0|req: 8/116] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:08:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 212 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:09:07.790 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000846 [pid: 151|app: 0|req: 8/117] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:09:07 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:09:08.203 148 INFO nova.api.openstack.requestlog [req-7cbf0ce1-c36c-48cd-9de6-891a2c935e30 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.210173 [pid: 148|app: 0|req: 8/118] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:09:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:09:18.668 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 146|app: 0|req: 8/119] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:09:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:09:19.130 145 INFO nova.api.openstack.requestlog [req-bfc9908f-b615-4f75-935b-e58f14284562 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273958 [pid: 145|app: 0|req: 8/120] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:09:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:09:29.482 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000827 [pid: 152|app: 0|req: 8/121] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:09:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:09:29.975 143 INFO nova.api.openstack.requestlog [req-6efdf2e2-81cc-4ce3-9abc-4edee8bff630 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265828 [pid: 143|app: 0|req: 8/122] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:09:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:09:40.336 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000675 [pid: 156|app: 0|req: 8/123] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:09:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:09:40.823 153 INFO nova.api.openstack.requestlog [req-eac13881-fff8-42e7-9d2c-e5e9c9e2d1d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259847 [pid: 153|app: 0|req: 8/124] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:09:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:09:51.160 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000759 [pid: 144|app: 0|req: 9/125] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:09:51 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:09:51.563 147 INFO nova.api.openstack.requestlog [req-b12b1022-f6c1-4dc7-8796-e207b59657b7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.217074 [pid: 147|app: 0|req: 8/126] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:09:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:02.562 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000710 [pid: 149|app: 0|req: 8/127] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:02 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:02.995 155 INFO nova.api.openstack.requestlog [req-562c1711-a05c-4a5a-b64b-794beb361637 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281758 [pid: 155|app: 0|req: 8/128] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:13.289 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000801 [pid: 154|app: 0|req: 9/129] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:13 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:13.666 141 INFO nova.api.openstack.requestlog [req-492d3ded-5907-4235-bbe7-f0aefb14d1ae 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.258675 [pid: 141|app: 0|req: 8/130] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:23.951 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 150|app: 0|req: 9/131] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:24.390 142 INFO nova.api.openstack.requestlog [req-7fa741ac-80ba-4229-ac14-04a843f9654c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252414 [pid: 142|app: 0|req: 9/132] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:34.733 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000801 [pid: 151|app: 0|req: 9/133] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:34 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:35.175 148 INFO nova.api.openstack.requestlog [req-f9d5b4e0-1d64-4607-b411-c917aa0db789 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.239452 [pid: 148|app: 0|req: 9/134] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:45.502 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000867 [pid: 146|app: 0|req: 9/135] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:45 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:45.916 145 INFO nova.api.openstack.requestlog [req-4df2f968-edc1-45b9-883e-091abdae1370 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.285734 [pid: 145|app: 0|req: 9/136] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:10:56.313 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 152|app: 0|req: 9/137] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:10:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:10:56.700 143 INFO nova.api.openstack.requestlog [req-a5d74c48-269d-4dfc-948f-c3f011c1ff1f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261771 [pid: 143|app: 0|req: 9/138] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:10:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:11:07.066 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000695 [pid: 156|app: 0|req: 9/139] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:11:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:11:07.440 153 INFO nova.api.openstack.requestlog [req-0a763856-eff5-447a-b3d3-7fdd4413ffa8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264017 [pid: 153|app: 0|req: 9/140] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:11:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:11:17.867 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 144|app: 0|req: 10/141] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:11:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:11:18.262 147 INFO nova.api.openstack.requestlog [req-9d57a347-0ecc-44fe-b03b-d3b6fd8c3f3e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280738 [pid: 147|app: 0|req: 9/142] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:11:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:11:28.673 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 149|app: 0|req: 9/143] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:11:28 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:11:29.089 155 INFO nova.api.openstack.requestlog [req-34fdccd3-054f-4926-b272-943bf9fa3390 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.295388 [pid: 155|app: 0|req: 9/144] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:11:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 296 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:11:39.402 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000738 [pid: 154|app: 0|req: 10/145] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:11:39 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:11:39.813 141 INFO nova.api.openstack.requestlog [req-6350b543-8aa0-4eeb-b5ce-245829c0e3b4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271096 [pid: 141|app: 0|req: 9/146] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:11:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:11:50.101 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000741 [pid: 150|app: 0|req: 10/147] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:11:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:11:50.520 142 INFO nova.api.openstack.requestlog [req-1e4f0680-4ed4-4f95-a7a0-de52fee6203f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.285040 [pid: 142|app: 0|req: 10/148] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:11:50 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:00.892 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000756 [pid: 151|app: 0|req: 10/149] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:00 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:01.297 148 INFO nova.api.openstack.requestlog [req-11f9ab54-3ed4-4401-93fc-b4a2a057d992 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.291669 [pid: 148|app: 0|req: 10/150] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 293 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:11.611 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000710 [pid: 146|app: 0|req: 10/151] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:11 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:12.070 145 INFO nova.api.openstack.requestlog [req-0152866c-62d5-4982-80a5-c6b2322e9067 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.311276 [pid: 145|app: 0|req: 10/152] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 312 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:22.380 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000722 [pid: 152|app: 0|req: 10/153] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:22.826 143 INFO nova.api.openstack.requestlog [req-143c38c9-fd9c-4f3c-8688-4f223f713e2f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299597 [pid: 143|app: 0|req: 10/154] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:33.105 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 156|app: 0|req: 10/155] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:33.499 153 INFO nova.api.openstack.requestlog [req-4719bd91-cd24-4ea9-b9bd-b8381e17e6f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279619 [pid: 153|app: 0|req: 10/156] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:43.795 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 144|app: 0|req: 11/157] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:44.190 147 INFO nova.api.openstack.requestlog [req-34a839c7-ddcf-421b-b9f2-f7375956408b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263176 [pid: 147|app: 0|req: 10/158] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:12:54.497 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000757 [pid: 149|app: 0|req: 10/159] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:12:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:12:54.925 155 INFO nova.api.openstack.requestlog [req-ee799b39-1748-4d92-a7d6-63425bc5d3ab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.306298 [pid: 155|app: 0|req: 10/160] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:12:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 307 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:05.210 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 154|app: 0|req: 11/161] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:05.654 141 INFO nova.api.openstack.requestlog [req-0a061b2b-1a85-4851-b01c-14004b7ded87 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.295740 [pid: 141|app: 0|req: 10/162] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 297 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:15.944 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000753 [pid: 150|app: 0|req: 11/163] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:15 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:16.392 142 INFO nova.api.openstack.requestlog [req-5a86041e-2bef-4bac-a0f0-338c6240333d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.292721 [pid: 142|app: 0|req: 11/164] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:26.697 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000749 [pid: 151|app: 0|req: 11/165] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:27.147 148 INFO nova.api.openstack.requestlog [req-ce8b180d-6eec-42cd-ae0d-2280ee6146fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.303487 [pid: 148|app: 0|req: 11/166] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:37.437 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000759 [pid: 146|app: 0|req: 11/167] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:37 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:37.894 145 INFO nova.api.openstack.requestlog [req-97e17161-2b06-4fc7-93e2-9ab7937612fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.306276 [pid: 145|app: 0|req: 11/168] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 307 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:48.208 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 152|app: 0|req: 11/169] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:48 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:48.609 143 INFO nova.api.openstack.requestlog [req-c34d455e-9831-48b5-9cb8-2bf988c9905c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.231386 [pid: 143|app: 0|req: 11/170] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:13:58.864 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 156|app: 0|req: 11/171] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:13:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:13:59.179 153 INFO nova.api.openstack.requestlog [req-27459261-ae9c-41ca-b4e2-1bfeb4969b12 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.202729 [pid: 153|app: 0|req: 11/172] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:13:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 204 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:14:09.511 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000764 [pid: 144|app: 0|req: 12/173] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:14:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:14:09.882 147 INFO nova.api.openstack.requestlog [req-fcd5789c-fec8-4ba7-8799-c58105eea42b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.216705 [pid: 147|app: 0|req: 11/174] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:14:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:14:20.209 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000851 [pid: 149|app: 0|req: 11/175] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:14:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:14:20.551 155 INFO nova.api.openstack.requestlog [req-c09ad142-9458-4b4a-adda-9c7e636e2473 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.193081 [pid: 155|app: 0|req: 11/176] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:14:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 194 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:14:30.844 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000737 [pid: 154|app: 0|req: 12/177] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:14:30 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:14:31.197 141 INFO nova.api.openstack.requestlog [req-b8b47d23-40b8-41a3-8270-aae16f5d8949 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.209774 [pid: 141|app: 0|req: 11/178] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:14:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:14:41.528 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000805 [pid: 150|app: 0|req: 12/179] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:14:41 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:14:41.845 142 INFO nova.api.openstack.requestlog [req-5215d3b3-86a8-48af-8939-35e0015af3e9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198359 [pid: 142|app: 0|req: 12/180] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:14:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:14:52.187 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 151|app: 0|req: 12/181] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:14:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:14:52.541 148 INFO nova.api.openstack.requestlog [req-f50066b2-1a2d-4acb-bdbe-8ccae53853ae 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.221973 [pid: 148|app: 0|req: 12/182] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:14:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 223 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:03.531 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000793 [pid: 146|app: 0|req: 12/183] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:03.953 145 INFO nova.api.openstack.requestlog [req-567f6896-633c-4e4c-b942-afd64e4ebd0f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.294807 [pid: 145|app: 0|req: 12/184] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 296 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:14.251 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000721 [pid: 152|app: 0|req: 12/185] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:14.715 143 INFO nova.api.openstack.requestlog [req-ce925806-132e-4d38-9e78-30c1b3cb663f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.311665 [pid: 143|app: 0|req: 12/186] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 313 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:25.038 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000783 [pid: 156|app: 0|req: 12/187] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:25 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:25.500 153 INFO nova.api.openstack.requestlog [req-2472b2b4-fa94-4c40-bf71-47cad4c7acf1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.239371 [pid: 153|app: 0|req: 12/188] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:35.844 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000819 [pid: 144|app: 0|req: 13/189] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:35 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:36.308 147 INFO nova.api.openstack.requestlog [req-c96c737b-11af-4082-81ca-21884c77bf3c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264582 [pid: 147|app: 0|req: 12/190] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:46.641 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000864 [pid: 149|app: 0|req: 12/191] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:47.109 155 INFO nova.api.openstack.requestlog [req-221dcc04-9383-44f9-9082-a03fea21f8b1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246513 [pid: 155|app: 0|req: 12/192] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:15:57.433 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000892 [pid: 154|app: 0|req: 13/193] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:15:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:15:57.904 141 INFO nova.api.openstack.requestlog [req-9454a6fc-693c-4405-b6ba-666468394497 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238734 [pid: 141|app: 0|req: 12/194] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:15:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:16:08.215 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000819 [pid: 150|app: 0|req: 13/195] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:16:08 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:16:08.711 142 INFO nova.api.openstack.requestlog [req-18ddc293-ba6f-4efd-be03-5d2bfc0600d9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272150 [pid: 142|app: 0|req: 13/196] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:16:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:16:19.063 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000829 [pid: 151|app: 0|req: 13/197] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:16:19 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:16:19.590 148 INFO nova.api.openstack.requestlog [req-3d9d050f-bf51-4222-b13b-fcbb2d3d27f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282357 [pid: 148|app: 0|req: 13/198] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:16:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:16:29.911 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 146|app: 0|req: 13/199] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:16:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:16:30.372 145 INFO nova.api.openstack.requestlog [req-65d6f6e8-d00c-4949-b58c-b93028a79e05 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244960 [pid: 145|app: 0|req: 13/200] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:16:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:16:40.709 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000762 [pid: 152|app: 0|req: 13/201] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:16:40 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:16:41.191 143 INFO nova.api.openstack.requestlog [req-046f9086-98c6-494a-8a14-19f61dec3aad 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263299 [pid: 143|app: 0|req: 13/202] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:16:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:16:51.498 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000767 [pid: 156|app: 0|req: 13/203] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:16:51 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:16:51.934 153 INFO nova.api.openstack.requestlog [req-ee85a6e5-e20c-4e13-a5f8-ef0632f408bc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280732 [pid: 153|app: 0|req: 13/204] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:16:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:02.247 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 144|app: 0|req: 14/205] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:02.647 147 INFO nova.api.openstack.requestlog [req-18f18c95-bef0-409b-ab24-d5d85fff8484 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276528 [pid: 147|app: 0|req: 13/206] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:12.941 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 13/207] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:13.378 155 INFO nova.api.openstack.requestlog [req-862c6701-bc7f-44dc-9db9-1a622ad08fa9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.302875 [pid: 155|app: 0|req: 13/208] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 304 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:23.693 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000772 [pid: 154|app: 0|req: 14/209] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:23 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:24.120 141 INFO nova.api.openstack.requestlog [req-7a4c93a7-7286-46f0-8d8b-ed2f7050667f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.292783 [pid: 141|app: 0|req: 13/210] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:34.379 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000713 [pid: 150|app: 0|req: 14/211] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:34 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:34.835 142 INFO nova.api.openstack.requestlog [req-0a2acb34-e087-469b-ab47-51624c5a3ac4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.313348 [pid: 142|app: 0|req: 14/212] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 314 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:45.142 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 151|app: 0|req: 14/213] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:45 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:45.553 148 INFO nova.api.openstack.requestlog [req-3969caa1-ffdb-489d-99e3-f2c5828ba613 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.275985 [pid: 148|app: 0|req: 14/214] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 277 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:17:55.845 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000755 [pid: 146|app: 0|req: 14/215] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:17:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:17:56.230 145 INFO nova.api.openstack.requestlog [req-c248e6ed-6d36-4603-9c7d-6ee1ca2d2af8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269166 [pid: 145|app: 0|req: 14/216] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:17:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:18:06.592 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000785 [pid: 152|app: 0|req: 14/217] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:18:06 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:18:07.009 143 INFO nova.api.openstack.requestlog [req-f3082b83-2432-4a81-9243-9430419be112 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272416 [pid: 143|app: 0|req: 14/218] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:18:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:18:17.317 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000687 [pid: 156|app: 0|req: 14/219] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:18:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:18:17.770 153 INFO nova.api.openstack.requestlog [req-83cecbf8-fff0-48ac-ab21-60be904da654 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304870 [pid: 153|app: 0|req: 14/220] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:18:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 306 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:18:28.083 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000756 [pid: 144|app: 0|req: 15/221] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:18:28 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:18:28.506 147 INFO nova.api.openstack.requestlog [req-4ac4a24c-bffb-4d11-83e1-0dba5b0088e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.288524 [pid: 147|app: 0|req: 14/222] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:18:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:18:38.788 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 149|app: 0|req: 14/223] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:18:38 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:18:39.302 155 INFO nova.api.openstack.requestlog [req-a9b6cd54-3353-4ca5-ae34-5de5a34aeed2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265489 [pid: 155|app: 0|req: 14/224] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:18:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:18:49.603 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 154|app: 0|req: 15/225] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:18:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:18:50.040 141 INFO nova.api.openstack.requestlog [req-8b6245f8-193b-4867-b972-e8027efcfc69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246306 [pid: 141|app: 0|req: 14/226] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:18:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:00.336 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000776 [pid: 150|app: 0|req: 15/227] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:00 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:00.703 142 INFO nova.api.openstack.requestlog [req-68b94e71-9bb0-4918-baca-0ac51f7d0293 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.215059 [pid: 142|app: 0|req: 15/228] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 216 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:11.014 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000739 [pid: 151|app: 0|req: 15/229] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:11 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:11.334 148 INFO nova.api.openstack.requestlog [req-ff8d750f-18bc-4f6a-8730-bb5f64c4cb1d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198166 [pid: 148|app: 0|req: 15/230] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:21.637 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000764 [pid: 146|app: 0|req: 15/231] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:21 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:21.987 145 INFO nova.api.openstack.requestlog [req-a3bb97bd-aa2a-4eea-aa99-3c5d35a813a3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.218719 [pid: 145|app: 0|req: 15/232] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 220 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:32.328 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000825 [pid: 152|app: 0|req: 15/233] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:32 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:32.683 143 INFO nova.api.openstack.requestlog [req-f9c7dca6-1abd-403b-aad2-4bfd8bd1102c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.204949 [pid: 143|app: 0|req: 15/234] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 206 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:43.001 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000820 [pid: 156|app: 0|req: 15/235] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:43.352 153 INFO nova.api.openstack.requestlog [req-ddfc79af-3a53-4873-8fdb-6be48781ad7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.216748 [pid: 153|app: 0|req: 15/236] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:19:53.684 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000828 [pid: 144|app: 0|req: 16/237] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:19:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:19:54.050 147 INFO nova.api.openstack.requestlog [req-391c3f27-9959-4b1b-acef-d6546321b8f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.217882 [pid: 147|app: 0|req: 15/238] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:19:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 219 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:05.023 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000792 [pid: 149|app: 0|req: 15/239] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:05.446 155 INFO nova.api.openstack.requestlog [req-0d67fbff-59db-43ea-8ea7-ca2623bbb3b5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282244 [pid: 155|app: 0|req: 15/240] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:15.730 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000669 [pid: 154|app: 0|req: 16/241] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:16.113 141 INFO nova.api.openstack.requestlog [req-361489b1-098d-49e3-8848-1a64a28bcb44 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271581 [pid: 141|app: 0|req: 15/242] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:26.406 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000724 [pid: 150|app: 0|req: 16/243] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:26.856 142 INFO nova.api.openstack.requestlog [req-af3c5e24-bf6a-4a00-ba39-09a4d1cd0dde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276573 [pid: 142|app: 0|req: 16/244] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:37.275 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 151|app: 0|req: 16/245] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:37.664 148 INFO nova.api.openstack.requestlog [req-3d94ddff-aa76-4216-9abe-105d2a7c1e01 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271488 [pid: 148|app: 0|req: 16/246] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:48.097 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 146|app: 0|req: 16/247] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:48.501 145 INFO nova.api.openstack.requestlog [req-17602297-1ac8-4480-bb6d-bc1618309794 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276111 [pid: 145|app: 0|req: 16/248] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 277 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:20:58.912 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 152|app: 0|req: 16/249] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:20:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:20:59.327 143 INFO nova.api.openstack.requestlog [req-e8468991-956e-4f64-8691-bb630b2f6723 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.291924 [pid: 143|app: 0|req: 16/250] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:20:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 293 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:21:09.731 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000667 [pid: 156|app: 0|req: 16/251] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:21:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:21:10.156 153 INFO nova.api.openstack.requestlog [req-590beb0b-59ae-4654-8ebf-ea4b6d64f37f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.289302 [pid: 153|app: 0|req: 16/252] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:21:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:21:20.521 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 144|app: 0|req: 17/253] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:21:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:21:20.932 147 INFO nova.api.openstack.requestlog [req-e5157732-4871-4d31-8d97-253fb8e1b8e9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269607 [pid: 147|app: 0|req: 16/254] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:21:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 271 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:21:31.344 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 149|app: 0|req: 16/255] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:21:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:21:31.732 155 INFO nova.api.openstack.requestlog [req-dc12537a-6c2b-43f2-ad02-860a945a1557 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279667 [pid: 155|app: 0|req: 16/256] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:21:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:21:42.168 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 154|app: 0|req: 17/257] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:21:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:21:42.585 141 INFO nova.api.openstack.requestlog [req-bb189311-16ba-4341-b2be-5ab5415a7f04 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284708 [pid: 141|app: 0|req: 16/258] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:21:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:21:52.894 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000738 [pid: 150|app: 0|req: 17/259] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:21:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:21:53.270 142 INFO nova.api.openstack.requestlog [req-00ad6ac2-48a8-4e9b-bdc6-9271b75f6581 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259800 [pid: 142|app: 0|req: 17/260] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:21:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:03.586 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000669 [pid: 151|app: 0|req: 17/261] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:03.980 148 INFO nova.api.openstack.requestlog [req-fd1e9d19-7458-4cc7-bad8-7e8d73ce7ea0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272077 [pid: 148|app: 0|req: 17/262] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:14.301 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000829 [pid: 146|app: 0|req: 17/263] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:14.729 145 INFO nova.api.openstack.requestlog [req-6416a94f-feca-4e48-84a0-70d4bedc398a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281213 [pid: 145|app: 0|req: 17/264] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:25.052 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000724 [pid: 152|app: 0|req: 17/265] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:25 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:25.477 143 INFO nova.api.openstack.requestlog [req-1e5ba8bc-6a15-41f8-b5d4-457e603deb91 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287136 [pid: 143|app: 0|req: 17/266] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:35.793 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000773 [pid: 156|app: 0|req: 17/267] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:35 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:36.253 153 INFO nova.api.openstack.requestlog [req-931b7ad4-c863-489d-8edf-044a8e99127c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.318152 [pid: 153|app: 0|req: 17/268] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 319 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:46.561 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000735 [pid: 144|app: 0|req: 18/269] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:46.984 147 INFO nova.api.openstack.requestlog [req-a7c0ca91-2570-47cf-9a77-9fa8997576c9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.305205 [pid: 147|app: 0|req: 17/270] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 306 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:22:57.294 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000825 [pid: 149|app: 0|req: 17/271] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:22:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:22:57.712 155 INFO nova.api.openstack.requestlog [req-a2f2e787-65ab-4c02-871a-00e698a99edd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.296992 [pid: 155|app: 0|req: 17/272] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:22:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 298 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:23:08.024 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000784 [pid: 154|app: 0|req: 18/273] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:23:08 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:23:08.480 141 INFO nova.api.openstack.requestlog [req-1f10643c-29f5-4234-8bdc-4e932864bb1f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.308206 [pid: 141|app: 0|req: 17/274] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:23:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 309 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:23:18.799 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000836 [pid: 150|app: 0|req: 18/275] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:23:18 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:23:19.206 142 INFO nova.api.openstack.requestlog [req-4c0db54e-c4e7-4b1d-8cb3-2b177ed4c6f6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277794 [pid: 142|app: 0|req: 18/276] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:23:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:23:29.513 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 151|app: 0|req: 18/277] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:23:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:23:29.898 148 INFO nova.api.openstack.requestlog [req-f405ced3-01c2-44e8-8dbe-95b97090042d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264757 [pid: 148|app: 0|req: 18/278] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:23:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:23:40.233 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 146|app: 0|req: 18/279] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:23:40 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:23:40.677 145 INFO nova.api.openstack.requestlog [req-65756c1d-2ec2-47d2-b4eb-5862e7a084f9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.288794 [pid: 145|app: 0|req: 18/280] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:23:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:23:50.998 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000705 [pid: 152|app: 0|req: 18/281] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:23:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:23:51.415 143 INFO nova.api.openstack.requestlog [req-9748acec-414f-4044-9ec8-533d1dc589c1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.235066 [pid: 143|app: 0|req: 18/282] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:23:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 236 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:01.737 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000800 [pid: 156|app: 0|req: 18/283] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:01 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:02.073 153 INFO nova.api.openstack.requestlog [req-b127cc90-6459-4689-82e5-8e9d70da420a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.209620 [pid: 153|app: 0|req: 18/284] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:12.421 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 144|app: 0|req: 19/285] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:12 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:12.799 147 INFO nova.api.openstack.requestlog [req-42e2458c-4aba-4953-bf65-4910656ec43b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.221193 [pid: 147|app: 0|req: 18/286] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 222 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:23.147 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000770 [pid: 149|app: 0|req: 18/287] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:23 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:23.495 155 INFO nova.api.openstack.requestlog [req-0675b0c2-a9b1-4efa-b8a2-92fb847975e4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.219936 [pid: 155|app: 0|req: 18/288] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 222 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:33.832 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000715 [pid: 154|app: 0|req: 19/289] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:33 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:34.156 141 INFO nova.api.openstack.requestlog [req-98ac924b-49e3-416f-8e2c-3bdeeb521b90 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.202388 [pid: 141|app: 0|req: 18/290] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:44.478 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000774 [pid: 150|app: 0|req: 19/291] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:44 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:44.844 142 INFO nova.api.openstack.requestlog [req-0719bc8f-099a-49c7-9a8e-27e2d670727d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.221050 [pid: 142|app: 0|req: 19/292] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 222 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:24:55.179 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000786 [pid: 151|app: 0|req: 19/293] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:24:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:24:55.524 148 INFO nova.api.openstack.requestlog [req-bbf5d7d5-0396-4493-9f40-50168666c3eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.212215 [pid: 148|app: 0|req: 19/294] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:24:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 213 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:25:06.483 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 146|app: 0|req: 19/295] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:25:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:25:06.885 145 INFO nova.api.openstack.requestlog [req-fcc53a20-c0b8-46e2-b221-fde0b7cc0fd6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269300 [pid: 145|app: 0|req: 19/296] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:25:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:25:17.190 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000730 [pid: 152|app: 0|req: 19/297] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:25:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:25:17.607 143 INFO nova.api.openstack.requestlog [req-59052867-2f49-4872-8f17-f0ffc3fd8afd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.295783 [pid: 143|app: 0|req: 19/298] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:25:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 297 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:25:27.872 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000691 [pid: 156|app: 0|req: 19/299] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:25:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:25:28.279 153 INFO nova.api.openstack.requestlog [req-60e169f8-f430-42aa-9a5e-b59ee316633e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.295091 [pid: 153|app: 0|req: 19/300] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:25:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 296 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:25:38.599 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000731 [pid: 144|app: 0|req: 20/301] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:25:38 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:25:39.067 147 INFO nova.api.openstack.requestlog [req-47d8bd89-0d32-4c26-8c97-c71789a4eb14 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252815 [pid: 147|app: 0|req: 19/302] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:25:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:25:49.404 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000798 [pid: 149|app: 0|req: 19/303] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:25:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:25:49.866 155 INFO nova.api.openstack.requestlog [req-fcc9f797-aea0-4677-97b0-8cbb85b88383 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.255571 [pid: 155|app: 0|req: 19/304] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:25:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:00.213 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000814 [pid: 154|app: 0|req: 20/305] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:00 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:00.713 141 INFO nova.api.openstack.requestlog [req-265a8e4f-2504-4232-9ed1-9b487dceb37e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271069 [pid: 141|app: 0|req: 19/306] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:11.056 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000833 [pid: 150|app: 0|req: 20/307] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:11 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:11.542 142 INFO nova.api.openstack.requestlog [req-6d6e88c2-9788-4b0b-be50-2c2807c6a476 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263274 [pid: 142|app: 0|req: 20/308] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:21.892 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000830 [pid: 151|app: 0|req: 20/309] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:21 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:22.357 148 INFO nova.api.openstack.requestlog [req-d0f28f1b-6282-41ac-97c3-2a914dc329f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264142 [pid: 148|app: 0|req: 20/310] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:32.637 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000657 [pid: 146|app: 0|req: 20/311] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:33.098 145 INFO nova.api.openstack.requestlog [req-5f0356fd-15ea-49c6-a1f1-a8dafd2ea28e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264755 [pid: 145|app: 0|req: 20/312] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:43.445 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000866 [pid: 152|app: 0|req: 20/313] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:43.913 143 INFO nova.api.openstack.requestlog [req-cc4ad49a-75b2-4150-a067-a851900b28a5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245699 [pid: 143|app: 0|req: 20/314] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:26:54.211 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000786 [pid: 156|app: 0|req: 20/315] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:26:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:26:54.613 153 INFO nova.api.openstack.requestlog [req-f6e6d67a-bb0d-4470-9a8a-5174aeb92797 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272002 [pid: 153|app: 0|req: 20/316] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:26:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:04.941 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000768 [pid: 144|app: 0|req: 21/317] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:04 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:05.379 147 INFO nova.api.openstack.requestlog [req-7db59e92-c5d2-4619-9cef-31c69b8040c2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.297210 [pid: 147|app: 0|req: 20/318] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 298 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:15.661 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 149|app: 0|req: 20/319] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:16.053 155 INFO nova.api.openstack.requestlog [req-54a6f844-2822-47c8-ad6b-1120e5665ada 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284445 [pid: 155|app: 0|req: 20/320] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:26.387 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 154|app: 0|req: 21/321] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:26.787 141 INFO nova.api.openstack.requestlog [req-88fc2587-a269-4e17-abe1-bb9061335096 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277419 [pid: 141|app: 0|req: 20/322] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:37.097 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000747 [pid: 150|app: 0|req: 21/323] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:37 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:37.533 142 INFO nova.api.openstack.requestlog [req-8c78b5db-68fe-404a-948c-d6ff2bf61483 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284498 [pid: 142|app: 0|req: 21/324] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:47.866 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 151|app: 0|req: 21/325] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:48.307 148 INFO nova.api.openstack.requestlog [req-36c2c070-a6c5-4d03-b23a-fcfbd4de30f1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299473 [pid: 148|app: 0|req: 21/326] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:27:58.635 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000802 [pid: 146|app: 0|req: 21/327] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:27:58 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:27:59.048 145 INFO nova.api.openstack.requestlog [req-caeb9f67-51ea-4708-8882-4cfc051d8b3a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280260 [pid: 145|app: 0|req: 21/328] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:27:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:28:09.366 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000707 [pid: 152|app: 0|req: 21/329] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:28:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:28:09.747 143 INFO nova.api.openstack.requestlog [req-eda89317-682b-49ef-8c14-9daf7d49394a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264564 [pid: 143|app: 0|req: 21/330] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:28:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:28:20.070 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000782 [pid: 156|app: 0|req: 21/331] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:28:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:28:20.514 153 INFO nova.api.openstack.requestlog [req-7c53246d-937e-435a-8018-60084c7cc20b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304691 [pid: 153|app: 0|req: 21/332] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:28:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 306 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:28:30.857 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000824 [pid: 144|app: 0|req: 22/333] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:28:30 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:28:31.316 147 INFO nova.api.openstack.requestlog [req-b7a2a1b8-1891-4bf8-ab94-e3a88e977d82 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.314432 [pid: 147|app: 0|req: 21/334] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:28:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 316 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:28:41.635 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000837 [pid: 149|app: 0|req: 21/335] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:28:41 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:28:42.039 155 INFO nova.api.openstack.requestlog [req-ad10a9c4-0e69-4620-9aa3-db120fd96523 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272351 [pid: 155|app: 0|req: 21/336] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:28:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:28:52.349 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000707 [pid: 154|app: 0|req: 22/337] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:28:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:28:52.781 141 INFO nova.api.openstack.requestlog [req-e6cbb5ad-7c09-4fa7-a1a7-87a530d8700c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240178 [pid: 141|app: 0|req: 21/338] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:28:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:03.127 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 150|app: 0|req: 22/339] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:03.483 142 INFO nova.api.openstack.requestlog [req-8864165b-7b9d-419b-8c82-2bded1bc822f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.203726 [pid: 142|app: 0|req: 22/340] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 205 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:13.989 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000764 [pid: 151|app: 0|req: 22/341] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:13 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:14.315 148 INFO nova.api.openstack.requestlog [req-cfda4ed7-740d-4f73-a4d9-418984eaba7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.204375 [pid: 148|app: 0|req: 22/342] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 205 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:24.630 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000774 [pid: 146|app: 0|req: 22/343] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:24 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:25.001 145 INFO nova.api.openstack.requestlog [req-36822a2c-7618-4e7e-aaec-85ffda8b050f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.218274 [pid: 145|app: 0|req: 22/344] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 220 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:35.335 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000826 [pid: 152|app: 0|req: 22/345] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:35 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:35.676 143 INFO nova.api.openstack.requestlog [req-4a8a07fd-74ed-4f89-8ed8-009f5606b93e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.205662 [pid: 143|app: 0|req: 22/346] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 207 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:45.966 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000794 [pid: 156|app: 0|req: 22/347] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:45 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:46.337 153 INFO nova.api.openstack.requestlog [req-e7b39c8d-24e9-45cc-8b42-ae5afeb48154 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.219126 [pid: 153|app: 0|req: 22/348] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 220 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:29:56.676 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000839 [pid: 144|app: 0|req: 23/349] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:29:56 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:29:57.035 147 INFO nova.api.openstack.requestlog [req-4ba62d98-e2cd-43e4-b085-62fdbf6f0819 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.222740 [pid: 147|app: 0|req: 22/350] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:29:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 224 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:30:07.703 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 149|app: 0|req: 22/351] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:30:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:30:08.086 155 INFO nova.api.openstack.requestlog [req-11b28a02-d0a2-462b-a484-937e7d7d91e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263889 [pid: 155|app: 0|req: 22/352] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:30:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:30:18.503 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 154|app: 0|req: 23/353] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:30:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:30:18.905 141 INFO nova.api.openstack.requestlog [req-ea14a9d5-989e-4989-afba-80337312dff6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283656 [pid: 141|app: 0|req: 22/354] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:30:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:30:29.294 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 150|app: 0|req: 23/355] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:30:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:30:29.692 142 INFO nova.api.openstack.requestlog [req-16332021-ebad-46e0-a633-2394ddc4fc3f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274212 [pid: 142|app: 0|req: 23/356] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:30:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:30:40.128 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 151|app: 0|req: 23/357] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:30:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:30:40.532 148 INFO nova.api.openstack.requestlog [req-659e7e5b-dacf-4013-a735-fb0663b33a86 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.270519 [pid: 148|app: 0|req: 23/358] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:30:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:30:50.936 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 146|app: 0|req: 23/359] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:30:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:30:51.388 145 INFO nova.api.openstack.requestlog [req-1be88f2e-0714-4628-8827-bb8759b921a4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242785 [pid: 145|app: 0|req: 23/360] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:30:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:01.785 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 152|app: 0|req: 23/361] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:02.259 143 INFO nova.api.openstack.requestlog [req-4c84afa9-7974-40d6-af4c-7f9d2868ead9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269473 [pid: 143|app: 0|req: 23/362] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:12.646 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 156|app: 0|req: 23/363] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:13.091 153 INFO nova.api.openstack.requestlog [req-ccad338e-2010-4774-8f1b-2fa81802c9df 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.260413 [pid: 153|app: 0|req: 23/364] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 262 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:23.494 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 144|app: 0|req: 24/365] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:23.935 147 INFO nova.api.openstack.requestlog [req-57900524-6079-4232-a306-53a01f08d8b9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.250686 [pid: 147|app: 0|req: 23/366] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:34.290 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 149|app: 0|req: 23/367] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:34.731 155 INFO nova.api.openstack.requestlog [req-f67d9c02-fe77-46bd-b4be-b7de820e7e4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244369 [pid: 155|app: 0|req: 23/368] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:45.119 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 154|app: 0|req: 24/369] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:45 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:45.601 141 INFO nova.api.openstack.requestlog [req-531ac07f-d06b-4b37-b4c7-7d36b463400f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.254679 [pid: 141|app: 0|req: 23/370] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:31:56.013 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 150|app: 0|req: 24/371] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:31:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:31:56.478 142 INFO nova.api.openstack.requestlog [req-eff961e7-4509-47b6-bdad-1052754f422d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240358 [pid: 142|app: 0|req: 24/372] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:31:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:32:06.808 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000763 [pid: 151|app: 0|req: 24/373] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:32:06 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:32:07.159 148 INFO nova.api.openstack.requestlog [req-c77f6feb-2218-4089-ae28-6eaea4c51a61 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.202790 [pid: 148|app: 0|req: 24/374] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:32:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 204 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:32:17.479 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000828 [pid: 146|app: 0|req: 24/375] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:32:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:32:17.809 145 INFO nova.api.openstack.requestlog [req-1ce06bb8-0dfe-4142-9509-6becfdd024d0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.208463 [pid: 145|app: 0|req: 24/376] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:32:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 209 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:32:28.175 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000800 [pid: 152|app: 0|req: 24/377] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:32:28 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:32:28.492 143 INFO nova.api.openstack.requestlog [req-9f880d26-931c-4848-b1a6-cd928475fbcc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195456 [pid: 143|app: 0|req: 24/378] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:32:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:32:38.831 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000828 [pid: 156|app: 0|req: 24/379] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:32:38 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:32:39.198 153 INFO nova.api.openstack.requestlog [req-701eb894-997e-48fb-af4e-b0dcaf3b1348 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.208258 [pid: 153|app: 0|req: 24/380] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:32:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 209 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:32:49.525 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000764 [pid: 144|app: 0|req: 25/381] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:32:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:32:49.854 147 INFO nova.api.openstack.requestlog [req-3b404c09-d8d1-4267-8a9c-727313cd312d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.201082 [pid: 147|app: 0|req: 24/382] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:32:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:00.199 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000850 [pid: 149|app: 0|req: 24/383] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:00 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:00.601 155 INFO nova.api.openstack.requestlog [req-79de2a22-a44d-4384-98f2-28b006d6f9c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246932 [pid: 155|app: 0|req: 24/384] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:10.940 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000801 [pid: 154|app: 0|req: 25/385] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:10 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:11.301 141 INFO nova.api.openstack.requestlog [req-e957a5c7-307d-4be8-9e71-0efe8a6b1437 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.233164 [pid: 141|app: 0|req: 24/386] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 234 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:21.612 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000839 [pid: 150|app: 0|req: 25/387] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:21 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:22.004 142 INFO nova.api.openstack.requestlog [req-595d66a9-a113-4ec3-b5de-cadc807a1cc0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.237306 [pid: 142|app: 0|req: 25/388] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 238 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:32.353 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000837 [pid: 151|app: 0|req: 25/389] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:32 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:32.697 148 INFO nova.api.openstack.requestlog [req-20921998-ec2f-46b5-a89c-c0d6ac64b646 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.217345 [pid: 148|app: 0|req: 25/390] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:43.022 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 146|app: 0|req: 25/391] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:43.402 145 INFO nova.api.openstack.requestlog [req-108f0009-b72d-46c6-99af-6236fbffb2b6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238338 [pid: 145|app: 0|req: 25/392] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 239 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:33:53.735 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000866 [pid: 152|app: 0|req: 25/393] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:33:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:33:54.109 143 INFO nova.api.openstack.requestlog [req-6c4f2c87-f0f5-4f04-a406-68d77b6360bf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.226850 [pid: 143|app: 0|req: 25/394] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:33:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 228 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:04.457 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 156|app: 0|req: 25/395] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:04.911 153 INFO nova.api.openstack.requestlog [req-d8f3ea59-7b9b-4ded-afb8-d27b44bd8f3c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.241448 [pid: 153|app: 0|req: 25/396] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:15.262 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 144|app: 0|req: 26/397] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:15 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:15.752 147 INFO nova.api.openstack.requestlog [req-c7a14f7e-ebc0-4810-a52a-0a330fe18489 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.251279 [pid: 147|app: 0|req: 25/398] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:26.080 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000841 [pid: 149|app: 0|req: 25/399] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:26.560 155 INFO nova.api.openstack.requestlog [req-4f6ae2f2-d2e0-4543-b002-b09c8fe8efb2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.254124 [pid: 155|app: 0|req: 25/400] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 255 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:36.906 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000821 [pid: 154|app: 0|req: 26/401] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:36 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:37.397 141 INFO nova.api.openstack.requestlog [req-d7601460-5bd9-4ec4-9b54-15e6339a6900 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.241810 [pid: 141|app: 0|req: 25/402] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:47.712 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000825 [pid: 150|app: 0|req: 26/403] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:48.178 142 INFO nova.api.openstack.requestlog [req-b1a24eab-2882-4d47-bcac-fe0e015f5aed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.247604 [pid: 142|app: 0|req: 26/404] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:34:58.506 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000766 [pid: 151|app: 0|req: 26/405] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:34:58 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:34:58.977 148 INFO nova.api.openstack.requestlog [req-dcf9f1c5-ec81-49a5-a2f8-a730329d0d4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252941 [pid: 148|app: 0|req: 26/406] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:34:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:35:09.527 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000737 [pid: 146|app: 0|req: 26/407] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:35:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:35:09.948 145 INFO nova.api.openstack.requestlog [req-e625a692-41b9-4d9f-aa50-8d3e2298217c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271541 [pid: 145|app: 0|req: 26/408] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:35:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:35:20.265 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000827 [pid: 152|app: 0|req: 26/409] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:35:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:35:20.695 143 INFO nova.api.openstack.requestlog [req-ef3a382a-b8c6-4a12-aecc-724e14c140bc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.300060 [pid: 143|app: 0|req: 26/410] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:35:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 302 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:35:31.013 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000766 [pid: 156|app: 0|req: 26/411] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:35:31 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:35:31.445 153 INFO nova.api.openstack.requestlog [req-15b4b624-00f5-41de-b1da-ffaa475d89a8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.288014 [pid: 153|app: 0|req: 26/412] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:35:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 289 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:35:41.745 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000735 [pid: 144|app: 0|req: 27/413] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:35:41 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:35:42.202 147 INFO nova.api.openstack.requestlog [req-335e7bc9-42c4-428e-8ca4-00661fea0bd4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.309285 [pid: 147|app: 0|req: 26/414] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:35:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 310 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:35:52.498 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000695 [pid: 149|app: 0|req: 26/415] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:35:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:35:52.976 155 INFO nova.api.openstack.requestlog [req-83ee9b20-9f35-4055-babe-13daf177c309 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283520 [pid: 155|app: 0|req: 26/416] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:35:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:03.319 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000744 [pid: 154|app: 0|req: 27/417] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:03.761 141 INFO nova.api.openstack.requestlog [req-5a455b8e-df3f-4b34-bb67-f74cca7b19ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.239479 [pid: 141|app: 0|req: 26/418] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:14.088 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000811 [pid: 150|app: 0|req: 27/419] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:14.531 142 INFO nova.api.openstack.requestlog [req-3a72f6c3-1bd5-4354-96c6-6000360ddcc4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240993 [pid: 142|app: 0|req: 27/420] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:24.848 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000710 [pid: 151|app: 0|req: 27/421] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:24 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:25.321 148 INFO nova.api.openstack.requestlog [req-d2dc233d-808b-476e-8227-b48dc34e6d98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274668 [pid: 148|app: 0|req: 27/422] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:35.644 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000801 [pid: 146|app: 0|req: 27/423] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:35 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:36.096 145 INFO nova.api.openstack.requestlog [req-c4ebe613-6944-4ff0-b688-6760fef852d9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244079 [pid: 145|app: 0|req: 27/424] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:46.435 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000762 [pid: 152|app: 0|req: 27/425] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:46.899 143 INFO nova.api.openstack.requestlog [req-72d076a5-6d82-4739-bba8-be02e4381d7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.249491 [pid: 143|app: 0|req: 27/426] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:36:57.231 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000821 [pid: 156|app: 0|req: 27/427] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:36:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:36:57.734 153 INFO nova.api.openstack.requestlog [req-3dd203f4-c8fd-4290-9cdf-844980d23247 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.260272 [pid: 153|app: 0|req: 27/428] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:36:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:37:08.159 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000662 [pid: 144|app: 0|req: 28/429] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:37:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:37:08.629 147 INFO nova.api.openstack.requestlog [req-9ce08eac-02da-4350-ba05-325ded95804e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238455 [pid: 147|app: 0|req: 27/430] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:37:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:37:19.037 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 149|app: 0|req: 27/431] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:37:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:37:19.480 155 INFO nova.api.openstack.requestlog [req-ca9c6dbc-c5c7-4e86-a66c-d77380382c39 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.239611 [pid: 155|app: 0|req: 27/432] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:37:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:37:29.911 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000683 [pid: 154|app: 0|req: 28/433] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:37:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:37:30.382 141 INFO nova.api.openstack.requestlog [req-b395c708-6d9d-4dc9-bbc9-d05cd228f2af 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.255292 [pid: 141|app: 0|req: 27/434] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:37:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:37:40.785 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 150|app: 0|req: 28/435] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:37:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:37:41.229 142 INFO nova.api.openstack.requestlog [req-c63d44f7-0346-458a-af10-86ea66595f26 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.256774 [pid: 142|app: 0|req: 28/436] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:37:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 258 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:37:51.665 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 151|app: 0|req: 28/437] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:37:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:37:52.160 148 INFO nova.api.openstack.requestlog [req-bffdf643-6699-4310-b28e-160a20f540d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267230 [pid: 148|app: 0|req: 28/438] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:37:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:02.566 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000695 [pid: 146|app: 0|req: 28/439] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:03.013 145 INFO nova.api.openstack.requestlog [req-58b1a049-8300-4685-9bec-79f2639ab1c6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263386 [pid: 145|app: 0|req: 28/440] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:13.462 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 152|app: 0|req: 28/441] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:13.921 143 INFO nova.api.openstack.requestlog [req-34d5b073-6920-4f14-ab67-b59243bc2fad 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.237950 [pid: 143|app: 0|req: 28/442] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 239 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:24.327 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 156|app: 0|req: 28/443] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:24 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:24.810 153 INFO nova.api.openstack.requestlog [req-2a08ea60-a4f1-4b1c-a011-610a12eff9fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.256305 [pid: 153|app: 0|req: 28/444] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:35.231 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 144|app: 0|req: 29/445] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:35 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:35.665 147 INFO nova.api.openstack.requestlog [req-d716e396-2ea3-4836-bc97-5124b7675eaf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246354 [pid: 147|app: 0|req: 28/446] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:46.077 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 28/447] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:46.508 155 INFO nova.api.openstack.requestlog [req-010ade64-b264-40d9-9398-8e5e451d011b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244435 [pid: 155|app: 0|req: 28/448] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:38:56.926 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 154|app: 0|req: 29/449] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:38:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:38:57.372 141 INFO nova.api.openstack.requestlog [req-16db0d2e-07ee-4ee8-95af-7a9e0dda9ea0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244135 [pid: 141|app: 0|req: 28/450] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:38:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:39:07.657 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000723 [pid: 150|app: 0|req: 29/451] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:39:07 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:39:08.079 142 INFO nova.api.openstack.requestlog [req-f12cffb7-6587-43b5-875b-3892a2076998 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.289238 [pid: 142|app: 0|req: 29/452] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:39:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:39:18.384 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000755 [pid: 151|app: 0|req: 29/453] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:39:18 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:39:18.846 148 INFO nova.api.openstack.requestlog [req-76b5e594-5aa4-4d84-9f0c-f062dbdbd4e5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.311773 [pid: 148|app: 0|req: 29/454] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:39:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 313 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:39:29.154 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000832 [pid: 146|app: 0|req: 29/455] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:39:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:39:29.543 145 INFO nova.api.openstack.requestlog [req-f873c61a-2479-401c-897c-198e67be0092 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262563 [pid: 145|app: 0|req: 29/456] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:39:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:39:39.858 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000733 [pid: 152|app: 0|req: 29/457] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:39:39 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:39:40.316 143 INFO nova.api.openstack.requestlog [req-e478b66f-24a6-4da5-ae53-f60f5c3882cc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.317756 [pid: 143|app: 0|req: 29/458] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:39:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 319 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:39:50.625 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000734 [pid: 156|app: 0|req: 29/459] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:39:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:39:50.996 153 INFO nova.api.openstack.requestlog [req-8494874f-2605-4176-9494-21a74ac5944c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.260100 [pid: 153|app: 0|req: 29/460] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:39:50 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:01.315 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000737 [pid: 144|app: 0|req: 30/461] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:01 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:01.717 147 INFO nova.api.openstack.requestlog [req-cf945843-5b79-4e62-bcbf-b0406ab8bc2c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272034 [pid: 147|app: 0|req: 29/462] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:12.335 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 149|app: 0|req: 29/463] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:12.814 155 INFO nova.api.openstack.requestlog [req-42c3bf71-14fb-4214-86f9-3053a01cc756 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266461 [pid: 155|app: 0|req: 29/464] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:23.217 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000730 [pid: 154|app: 0|req: 30/465] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:23.658 141 INFO nova.api.openstack.requestlog [req-c88cf839-3a2d-4450-a2ca-d3e12386468e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242186 [pid: 141|app: 0|req: 29/466] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:33.999 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000670 [pid: 150|app: 0|req: 30/467] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:34.443 142 INFO nova.api.openstack.requestlog [req-18fd2fc4-f43d-4510-b630-d378b01d42f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.250638 [pid: 142|app: 0|req: 30/468] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:44.861 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 151|app: 0|req: 30/469] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:45.286 148 INFO nova.api.openstack.requestlog [req-5df15f10-22fc-4cef-b9dd-9d49442dd803 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238608 [pid: 148|app: 0|req: 30/470] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:40:55.668 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000683 [pid: 146|app: 0|req: 30/471] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:40:55 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:40:56.112 145 INFO nova.api.openstack.requestlog [req-237e94f8-72eb-43b3-803f-b5ca8077cc26 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242032 [pid: 145|app: 0|req: 30/472] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:40:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:41:06.462 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000699 [pid: 152|app: 0|req: 30/473] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:41:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:41:06.864 143 INFO nova.api.openstack.requestlog [req-dfb3408e-a0b7-4bce-ae81-31174e9882f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283286 [pid: 143|app: 0|req: 30/474] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:41:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:41:17.179 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000767 [pid: 156|app: 0|req: 30/475] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:41:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:41:17.630 153 INFO nova.api.openstack.requestlog [req-2a009365-44a9-4d3e-9e37-aa76d97f6fb8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.311925 [pid: 153|app: 0|req: 30/476] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:41:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 313 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:41:27.952 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000667 [pid: 144|app: 0|req: 31/477] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:41:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:41:28.366 147 INFO nova.api.openstack.requestlog [req-d8f37402-0e77-4532-a443-e310ea58e30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284600 [pid: 147|app: 0|req: 30/478] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:41:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:41:38.637 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 149|app: 0|req: 30/479] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:41:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:41:39.036 155 INFO nova.api.openstack.requestlog [req-9044b414-5bac-45a0-8159-f2b0c2f8a3fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.286607 [pid: 155|app: 0|req: 30/480] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:41:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:41:49.356 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000769 [pid: 154|app: 0|req: 31/481] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:41:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:41:49.806 141 INFO nova.api.openstack.requestlog [req-3043e2c3-7dcd-452b-ab2e-e73918d75402 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.309755 [pid: 141|app: 0|req: 30/482] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:41:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 311 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:00.108 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000766 [pid: 150|app: 0|req: 31/483] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:00 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:00.563 142 INFO nova.api.openstack.requestlog [req-1928781f-744a-4671-8fc3-e0ab081d771b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.310426 [pid: 142|app: 0|req: 31/484] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 311 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:10.982 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 151|app: 0|req: 31/485] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:11.445 148 INFO nova.api.openstack.requestlog [req-044e3576-f67c-4262-b4c9-176a681fa24f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.247234 [pid: 148|app: 0|req: 31/486] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:21.829 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000656 [pid: 146|app: 0|req: 31/487] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:22.296 145 INFO nova.api.openstack.requestlog [req-3f627ab2-3e45-4e91-8dde-92c5e19b6b56 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.278644 [pid: 145|app: 0|req: 31/488] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 280 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:32.702 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 152|app: 0|req: 31/489] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:32 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:33.163 143 INFO nova.api.openstack.requestlog [req-830fd08b-f9b8-4b38-b424-3d8f6cf485b9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261932 [pid: 143|app: 0|req: 31/490] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:43.549 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 156|app: 0|req: 31/491] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:43 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:44.044 153 INFO nova.api.openstack.requestlog [req-7ad7fffe-ecfd-4785-a368-56dd15d5a6a6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266867 [pid: 153|app: 0|req: 31/492] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:42:54.454 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 144|app: 0|req: 32/493] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:42:54 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:42:54.916 147 INFO nova.api.openstack.requestlog [req-6703ce92-f488-428c-bf14-e5e369a74ff3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.241354 [pid: 147|app: 0|req: 31/494] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:42:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:05.244 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000680 [pid: 149|app: 0|req: 31/495] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:05 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:05.714 155 INFO nova.api.openstack.requestlog [req-12289ed6-3ed7-4de6-ab30-2110e4066140 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252539 [pid: 155|app: 0|req: 31/496] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:16.106 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000667 [pid: 154|app: 0|req: 32/497] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:16.557 141 INFO nova.api.openstack.requestlog [req-70445202-99dc-4af5-a8b5-6f0d74b269e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259954 [pid: 141|app: 0|req: 31/498] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:26.945 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 150|app: 0|req: 32/499] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:27.381 142 INFO nova.api.openstack.requestlog [req-77f607f0-80b9-472e-870a-dae4f4295039 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.235745 [pid: 142|app: 0|req: 32/500] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 237 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:37.750 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 151|app: 0|req: 32/501] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:38.183 148 INFO nova.api.openstack.requestlog [req-821e0e2e-a2b9-46c9-8736-e6f92fa5271d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.249456 [pid: 148|app: 0|req: 32/502] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:48.563 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000687 [pid: 146|app: 0|req: 32/503] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:49.027 145 INFO nova.api.openstack.requestlog [req-f673cb4f-41b5-46ba-b0c7-5bae93783ca2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279567 [pid: 145|app: 0|req: 32/504] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:43:59.440 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 152|app: 0|req: 32/505] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:43:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:43:59.877 143 INFO nova.api.openstack.requestlog [req-81ac2cd1-35a0-4c84-b74d-434a5d5736b7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.243316 [pid: 143|app: 0|req: 32/506] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:43:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:44:10.183 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 156|app: 0|req: 32/507] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:44:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:44:10.604 153 INFO nova.api.openstack.requestlog [req-ffa75b69-8b87-4960-94dc-14e904b2ef13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299638 [pid: 153|app: 0|req: 32/508] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:44:10 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:44:20.922 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000766 [pid: 144|app: 0|req: 33/509] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:44:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:44:21.397 147 INFO nova.api.openstack.requestlog [req-518bb76c-57a6-4958-a592-2b663c2fabac 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.320229 [pid: 147|app: 0|req: 32/510] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:44:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 321 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:44:31.695 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 149|app: 0|req: 32/511] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:44:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:44:32.094 155 INFO nova.api.openstack.requestlog [req-4964a6a5-e43e-4016-b31c-70cb689b5b27 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.275052 [pid: 155|app: 0|req: 32/512] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:44:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:44:42.405 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000769 [pid: 154|app: 0|req: 33/513] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:44:42 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:44:42.865 141 INFO nova.api.openstack.requestlog [req-9a702c85-1666-49e8-8214-8010eb1a4d20 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.310247 [pid: 141|app: 0|req: 32/514] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:44:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 311 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:44:53.184 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000739 [pid: 150|app: 0|req: 33/515] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:44:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:44:53.639 142 INFO nova.api.openstack.requestlog [req-ec7755a4-5921-41db-a4b4-84dc2d35643e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299707 [pid: 142|app: 0|req: 33/516] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:44:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:03.951 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000708 [pid: 151|app: 0|req: 33/517] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:04.364 148 INFO nova.api.openstack.requestlog [req-dfc1e590-dc0f-4a4e-96d2-f6f9d9828ef0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280457 [pid: 148|app: 0|req: 33/518] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:15.303 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000866 [pid: 146|app: 0|req: 33/519] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:15 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:15.637 145 INFO nova.api.openstack.requestlog [req-d445e9f9-5a82-4546-b7be-870121fc96fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.204252 [pid: 145|app: 0|req: 33/520] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 205 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:25.958 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000804 [pid: 152|app: 0|req: 33/521] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:25 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:26.306 143 INFO nova.api.openstack.requestlog [req-b685a1e8-2531-4f26-8e5b-f45f70297d52 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.213583 [pid: 143|app: 0|req: 33/522] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 215 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:36.595 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000663 [pid: 156|app: 0|req: 33/523] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:36.932 153 INFO nova.api.openstack.requestlog [req-61e2ba13-302d-4af4-b71d-bf7de58d52f5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.207692 [pid: 153|app: 0|req: 33/524] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 209 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:47.265 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000854 [pid: 144|app: 0|req: 34/525] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:47.602 147 INFO nova.api.openstack.requestlog [req-03b0c4eb-3d97-4962-bbdc-6fff2afdf2aa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.225264 [pid: 147|app: 0|req: 33/526] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 226 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:45:57.943 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000829 [pid: 149|app: 0|req: 33/527] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:45:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:45:58.313 155 INFO nova.api.openstack.requestlog [req-e486e914-b7af-4349-8e10-f9b7e21b744e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.222599 [pid: 155|app: 0|req: 33/528] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:45:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 224 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:46:08.679 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 154|app: 0|req: 34/529] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:46:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:46:09.083 141 INFO nova.api.openstack.requestlog [req-a162b57a-3267-4aa5-b52f-c12b75b73e50 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287273 [pid: 141|app: 0|req: 33/530] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:46:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:46:19.376 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000713 [pid: 150|app: 0|req: 34/531] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:46:19 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:46:19.812 142 INFO nova.api.openstack.requestlog [req-a08a9d15-e1fd-4167-a7c3-8c205ef4b870 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283856 [pid: 142|app: 0|req: 34/532] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:46:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:46:30.143 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000757 [pid: 151|app: 0|req: 34/533] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:46:30 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:46:30.558 148 INFO nova.api.openstack.requestlog [req-0aee9c6b-5d0c-4843-bdbc-7db6c06919fa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.292408 [pid: 148|app: 0|req: 34/534] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:46:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 293 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:46:40.856 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000739 [pid: 146|app: 0|req: 34/535] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:46:40 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:46:41.297 145 INFO nova.api.openstack.requestlog [req-fd4f38f0-04af-450c-af9f-df7fca6474d5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304057 [pid: 145|app: 0|req: 34/536] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:46:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:46:51.614 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000763 [pid: 152|app: 0|req: 34/537] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:46:51 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:46:52.021 143 INFO nova.api.openstack.requestlog [req-50ec8327-bd7f-40d7-a34b-325646f92361 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.291717 [pid: 143|app: 0|req: 34/538] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:46:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 293 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:02.327 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000761 [pid: 156|app: 0|req: 34/539] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:02 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:02.784 153 INFO nova.api.openstack.requestlog [req-db84c498-f3bb-410b-9efd-b9c2c7dc76fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.303931 [pid: 153|app: 0|req: 34/540] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:13.157 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 144|app: 0|req: 35/541] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:13.587 147 INFO nova.api.openstack.requestlog [req-ff88c333-0323-4b33-a0ef-b1839968172f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244043 [pid: 147|app: 0|req: 34/542] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:23.950 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 34/543] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:24.410 155 INFO nova.api.openstack.requestlog [req-b0873e5e-385e-4cad-8b50-7f4744f26e4d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.237120 [pid: 155|app: 0|req: 34/544] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 238 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:34.790 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000701 [pid: 154|app: 0|req: 35/545] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:35.262 141 INFO nova.api.openstack.requestlog [req-62dd05a9-91cf-4ee2-93dd-0a9686a13bca 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276975 [pid: 141|app: 0|req: 34/546] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:45.646 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 150|app: 0|req: 35/547] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:45 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:46.099 142 INFO nova.api.openstack.requestlog [req-49550b68-7a99-4192-97a4-46d71cbb8a3f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240399 [pid: 142|app: 0|req: 35/548] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:47:56.487 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 151|app: 0|req: 35/549] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:47:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:47:56.934 148 INFO nova.api.openstack.requestlog [req-36a20c69-4f9d-4696-b9d1-24aa8fee4fe4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252740 [pid: 148|app: 0|req: 35/550] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:47:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:48:07.292 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 146|app: 0|req: 35/551] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:48:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:48:07.784 145 INFO nova.api.openstack.requestlog [req-963b1632-2052-4540-91f7-5a163486af8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269507 [pid: 145|app: 0|req: 35/552] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:48:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 271 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:48:18.252 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 152|app: 0|req: 35/553] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:48:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:48:18.686 143 INFO nova.api.openstack.requestlog [req-f5f56bcd-7bad-4da9-826e-abba58ab60ff 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.248048 [pid: 143|app: 0|req: 35/554] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:48:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:48:29.102 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 156|app: 0|req: 35/555] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:48:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:48:29.656 153 INFO nova.api.openstack.requestlog [req-7294f345-e609-490e-b344-a506113fbb1f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238733 [pid: 153|app: 0|req: 35/556] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:48:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:48:40.053 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 144|app: 0|req: 36/557] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:48:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:48:40.489 147 INFO nova.api.openstack.requestlog [req-cd3aa5cb-8c28-48bd-beea-cdec2b5eea09 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.243793 [pid: 147|app: 0|req: 35/558] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:48:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:48:50.909 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 149|app: 0|req: 35/559] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:48:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:48:51.344 155 INFO nova.api.openstack.requestlog [req-f1ad12bf-78e5-474f-9845-1431c4a5ffb0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.248466 [pid: 155|app: 0|req: 35/560] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:48:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:01.720 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 154|app: 0|req: 36/561] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:02.161 141 INFO nova.api.openstack.requestlog [req-ceb2a1f5-c01d-4f6c-8e55-c2fa37dddd79 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.235665 [pid: 141|app: 0|req: 35/562] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 237 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:12.470 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000783 [pid: 150|app: 0|req: 36/563] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:12 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:12.916 142 INFO nova.api.openstack.requestlog [req-b2b739bf-6c79-411f-b291-10a6a2d14eab 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.302541 [pid: 142|app: 0|req: 36/564] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 304 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:23.226 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000707 [pid: 151|app: 0|req: 36/565] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:23 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:23.655 148 INFO nova.api.openstack.requestlog [req-71e720ff-6721-4f39-9111-c49a20808651 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.296851 [pid: 148|app: 0|req: 36/566] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 298 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:33.929 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 146|app: 0|req: 36/567] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:34.324 145 INFO nova.api.openstack.requestlog [req-10b4794f-6b04-44a6-bdee-e8c9b45e5c4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277148 [pid: 145|app: 0|req: 36/568] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:44.627 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000764 [pid: 152|app: 0|req: 36/569] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:44 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:45.052 143 INFO nova.api.openstack.requestlog [req-10f04634-141d-4eae-a5df-955c3a2cc972 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.290457 [pid: 143|app: 0|req: 36/570] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:49:55.353 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000735 [pid: 156|app: 0|req: 36/571] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:49:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:49:55.807 153 INFO nova.api.openstack.requestlog [req-1f313de4-1970-4eb3-a94e-4389d9d8b35e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304818 [pid: 153|app: 0|req: 36/572] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:49:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 306 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:50:06.114 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000736 [pid: 144|app: 0|req: 37/573] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:50:06 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:50:06.549 147 INFO nova.api.openstack.requestlog [req-ffb40549-45c4-43b5-a0ae-a41d5351217d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.285611 [pid: 147|app: 0|req: 36/574] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:50:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:50:17.134 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 36/575] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:50:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:50:17.589 155 INFO nova.api.openstack.requestlog [req-6999b4df-baaa-4c7b-a722-30f47d97e98c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.235499 [pid: 155|app: 0|req: 36/576] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:50:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 236 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:50:28.015 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 154|app: 0|req: 37/577] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:50:28 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:50:28.446 141 INFO nova.api.openstack.requestlog [req-045882fe-1915-4eaa-b6dc-ee7717a4d50c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.247404 [pid: 141|app: 0|req: 36/578] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:50:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:50:38.865 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 150|app: 0|req: 37/579] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:50:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:50:39.308 142 INFO nova.api.openstack.requestlog [req-ac877e93-6090-42ad-af60-0d35a8e5dd7b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244131 [pid: 142|app: 0|req: 37/580] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:50:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:50:49.685 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000661 [pid: 151|app: 0|req: 37/581] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:50:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:50:50.150 148 INFO nova.api.openstack.requestlog [req-2d5993ee-fb1a-4e82-9312-793f2a27a563 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.236284 [pid: 148|app: 0|req: 37/582] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:50:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 237 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:00.560 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000706 [pid: 146|app: 0|req: 37/583] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:00 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:00.998 145 INFO nova.api.openstack.requestlog [req-0db5222e-d79d-47cf-af08-ea77efc4eaa3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.250681 [pid: 145|app: 0|req: 37/584] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:11.390 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000682 [pid: 152|app: 0|req: 37/585] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:11.823 143 INFO nova.api.openstack.requestlog [req-f5364302-ebe5-4c09-8609-4d941e4d042c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283905 [pid: 143|app: 0|req: 37/586] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:22.101 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000684 [pid: 156|app: 0|req: 37/587] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:22.471 153 INFO nova.api.openstack.requestlog [req-c5543d47-05c7-4444-a0ba-8dde291e5077 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.258884 [pid: 153|app: 0|req: 37/588] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:32.760 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 144|app: 0|req: 38/589] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:33.150 147 INFO nova.api.openstack.requestlog [req-f0e92c73-b712-4095-a419-7096bb032206 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277598 [pid: 147|app: 0|req: 37/590] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:43.486 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000825 [pid: 149|app: 0|req: 37/591] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:43.956 155 INFO nova.api.openstack.requestlog [req-6e5ea53e-aac0-4594-b30c-5d6d5eff3b5b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.316099 [pid: 155|app: 0|req: 37/592] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 317 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:51:54.289 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 154|app: 0|req: 38/593] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:51:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:51:54.720 141 INFO nova.api.openstack.requestlog [req-e73cf8ee-a594-4b6a-88c0-91030ed941e5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284405 [pid: 141|app: 0|req: 37/594] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:51:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:05.022 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000715 [pid: 150|app: 0|req: 38/595] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:05.423 142 INFO nova.api.openstack.requestlog [req-d5d911ea-464a-40a3-b28b-02194db6bb0d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280098 [pid: 142|app: 0|req: 38/596] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:15.814 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 151|app: 0|req: 38/597] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:16.250 148 INFO nova.api.openstack.requestlog [req-e6ec90c1-d00d-4349-9514-5312bfa86adb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.236738 [pid: 148|app: 0|req: 38/598] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 238 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:26.652 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 146|app: 0|req: 38/599] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:27.106 145 INFO nova.api.openstack.requestlog [req-44048ad4-f363-41e2-a252-b58f1a0b0b07 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.270786 [pid: 145|app: 0|req: 38/600] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:37.498 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000659 [pid: 152|app: 0|req: 38/601] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:37.947 143 INFO nova.api.openstack.requestlog [req-507f66fb-9aec-4375-a280-43ed8e425741 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263697 [pid: 143|app: 0|req: 38/602] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:48.350 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000686 [pid: 156|app: 0|req: 38/603] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:48.804 153 INFO nova.api.openstack.requestlog [req-2d4883b8-ff67-4e74-9eaf-b4f7cf62fd02 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.255702 [pid: 153|app: 0|req: 38/604] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:52:59.229 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000721 [pid: 144|app: 0|req: 39/605] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:52:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:52:59.669 147 INFO nova.api.openstack.requestlog [req-df690b3f-e257-40dc-81c5-e9ff628b445b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240497 [pid: 147|app: 0|req: 38/606] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:52:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:53:10.087 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 38/607] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:53:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:53:10.513 155 INFO nova.api.openstack.requestlog [req-a26b0bba-a8c9-4f88-af6d-7feb30567d62 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.241803 [pid: 155|app: 0|req: 38/608] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:53:10 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:53:20.933 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 154|app: 0|req: 39/609] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:53:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:53:21.383 141 INFO nova.api.openstack.requestlog [req-2d0c8201-9e45-4657-9ff8-50e7a4af9493 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.251247 [pid: 141|app: 0|req: 38/610] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:53:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:53:31.778 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 150|app: 0|req: 39/611] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:53:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:53:32.216 142 INFO nova.api.openstack.requestlog [req-6ba870e6-fba2-4f91-8145-6a925d3e31db 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245661 [pid: 142|app: 0|req: 39/612] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:53:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:53:42.609 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000696 [pid: 151|app: 0|req: 39/613] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:53:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:53:43.099 148 INFO nova.api.openstack.requestlog [req-57be5fb3-5823-4496-b19d-952df9ff1115 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263672 [pid: 148|app: 0|req: 39/614] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:53:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:53:53.512 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 146|app: 0|req: 39/615] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:53:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:53:53.935 145 INFO nova.api.openstack.requestlog [req-7995276a-e521-4c67-bd97-32889dd6ffe0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238674 [pid: 145|app: 0|req: 39/616] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:53:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:04.340 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000659 [pid: 152|app: 0|req: 39/617] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:04.820 143 INFO nova.api.openstack.requestlog [req-9acc84d1-7e7b-442d-aca9-657a864754ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276794 [pid: 143|app: 0|req: 39/618] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:15.165 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 156|app: 0|req: 39/619] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:15.633 153 INFO nova.api.openstack.requestlog [req-9be895c6-f098-43c0-897c-a3e50ba75b58 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.251029 [pid: 153|app: 0|req: 39/620] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:25.956 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 144|app: 0|req: 40/621] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:25 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:26.399 147 INFO nova.api.openstack.requestlog [req-b4e5d8a6-8163-41dd-b14f-acaf955f25bf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.254294 [pid: 147|app: 0|req: 39/622] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 255 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:36.739 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000868 [pid: 149|app: 0|req: 39/623] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:36 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:37.212 155 INFO nova.api.openstack.requestlog [req-d698c44c-e74d-4bb1-8a49-9026d3d1c397 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238025 [pid: 155|app: 0|req: 39/624] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 239 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:47.542 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000767 [pid: 154|app: 0|req: 40/625] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:48.043 141 INFO nova.api.openstack.requestlog [req-349792d3-d5da-40b6-9d5c-e6d5b460d171 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265675 [pid: 141|app: 0|req: 39/626] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:54:58.379 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000821 [pid: 150|app: 0|req: 40/627] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:54:58 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:54:58.875 142 INFO nova.api.openstack.requestlog [req-921d8436-12a4-4206-97cb-81ac4be73c26 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.249733 [pid: 142|app: 0|req: 40/628] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:54:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:55:09.292 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000707 [pid: 151|app: 0|req: 40/629] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:55:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:55:09.738 148 INFO nova.api.openstack.requestlog [req-636747d6-f6e5-46c4-b50b-d7441a97e3d3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257116 [pid: 148|app: 0|req: 40/630] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:55:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 258 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:55:20.726 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000800 [pid: 146|app: 0|req: 40/631] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:55:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:55:21.198 145 INFO nova.api.openstack.requestlog [req-513eafbb-56aa-44c9-bc57-597d090c8f95 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.250077 [pid: 145|app: 0|req: 40/632] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:55:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:55:31.525 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000763 [pid: 152|app: 0|req: 40/633] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:55:31 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:55:31.966 143 INFO nova.api.openstack.requestlog [req-5267a340-2770-4a1e-8690-e762d8067299 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246702 [pid: 143|app: 0|req: 40/634] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:55:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:55:42.284 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000780 [pid: 156|app: 0|req: 40/635] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:55:42 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:55:42.751 153 INFO nova.api.openstack.requestlog [req-a845e431-efd8-49bc-accf-77ec58e57d8e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.235986 [pid: 153|app: 0|req: 40/636] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:55:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 237 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:55:53.080 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000851 [pid: 144|app: 0|req: 41/637] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:55:53 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:55:53.561 147 INFO nova.api.openstack.requestlog [req-9c158430-ed12-49ce-b72f-dd942e60d72f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.247632 [pid: 147|app: 0|req: 40/638] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:55:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:03.901 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000765 [pid: 149|app: 0|req: 40/639] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:04.391 155 INFO nova.api.openstack.requestlog [req-543b0d3e-1225-4cb2-a5e7-f974fb9cdcb0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299115 [pid: 155|app: 0|req: 40/640] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 300 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:14.758 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 154|app: 0|req: 41/641] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:15.152 141 INFO nova.api.openstack.requestlog [req-55594260-a6bb-4d58-8892-325668617fe6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.276258 [pid: 141|app: 0|req: 40/642] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:25.534 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 150|app: 0|req: 41/643] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:25.940 142 INFO nova.api.openstack.requestlog [req-cf56dd05-0c8a-4319-8203-ef6691bc62b3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.288590 [pid: 142|app: 0|req: 41/644] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 290 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:36.306 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 151|app: 0|req: 41/645] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:36.711 148 INFO nova.api.openstack.requestlog [req-b4f8b2de-0c94-4824-a75b-9315fbeaa080 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279517 [pid: 148|app: 0|req: 41/646] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:47.086 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 146|app: 0|req: 41/647] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:47.485 145 INFO nova.api.openstack.requestlog [req-c418d42f-d09d-45ef-bf6c-32844befe1f2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287872 [pid: 145|app: 0|req: 41/648] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 289 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:56:57.882 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 152|app: 0|req: 41/649] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:56:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:56:58.270 143 INFO nova.api.openstack.requestlog [req-1693b20c-0946-4d0d-b433-a4164c55f07b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266101 [pid: 143|app: 0|req: 41/650] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:56:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:57:08.638 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000695 [pid: 156|app: 0|req: 41/651] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:57:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:57:09.037 153 INFO nova.api.openstack.requestlog [req-f4b98972-9272-4ad4-b7f7-a150865c62d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281309 [pid: 153|app: 0|req: 41/652] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:57:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:57:19.440 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000659 [pid: 144|app: 0|req: 42/653] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:57:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:57:19.833 147 INFO nova.api.openstack.requestlog [req-5afb5a9f-3c87-48a3-a011-0ae1bfb80acb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271945 [pid: 147|app: 0|req: 41/654] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:57:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:57:30.244 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 149|app: 0|req: 41/655] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:57:30 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:57:30.632 155 INFO nova.api.openstack.requestlog [req-b147cadb-80f8-4f6e-9719-bff40720bec8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266352 [pid: 155|app: 0|req: 41/656] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:57:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:57:41.027 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000689 [pid: 154|app: 0|req: 42/657] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:57:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:57:41.424 141 INFO nova.api.openstack.requestlog [req-bb3f0c9d-5a1b-4b3b-ae30-45e5a37542d8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273925 [pid: 141|app: 0|req: 41/658] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:57:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:57:51.775 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 150|app: 0|req: 42/659] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:57:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:57:52.143 142 INFO nova.api.openstack.requestlog [req-bf534fce-08d8-4a6f-940d-e29dee5ab90f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259378 [pid: 142|app: 0|req: 42/660] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:57:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:02.532 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000684 [pid: 151|app: 0|req: 42/661] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:02.913 148 INFO nova.api.openstack.requestlog [req-41e34e2d-fd86-4836-8806-eaa52247ab4a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.270399 [pid: 148|app: 0|req: 42/662] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 271 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:13.290 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 146|app: 0|req: 42/663] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:14.108 145 INFO nova.api.openstack.requestlog [req-852f2aef-aa6e-40eb-a2f3-6281406adbde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.696290 [pid: 145|app: 0|req: 42/664] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 697 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:24.448 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000816 [pid: 152|app: 0|req: 42/665] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:24 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:24.932 143 INFO nova.api.openstack.requestlog [req-e52caa3b-0695-47ae-b283-c9fbe4e780b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.254972 [pid: 143|app: 0|req: 42/666] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:35.266 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000850 [pid: 156|app: 0|req: 42/667] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:35 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:36.223 153 INFO nova.api.openstack.requestlog [req-3565d525-46e9-4183-8a54-9cba7a7783ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.721633 [pid: 153|app: 0|req: 42/668] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:35 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 723 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:46.520 144 INFO nova.api.openstack.requestlog [req-f887f00b-d706-44ae-ae5b-a901a203b3fe - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000707 [pid: 144|app: 0|req: 43/669] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:47.360 147 INFO nova.api.openstack.requestlog [req-14176ccc-2ff1-4bc8-a4e2-c03136038f51 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.721450 [pid: 147|app: 0|req: 42/670] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 722 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:58:57.789 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 149|app: 0|req: 42/671] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:58:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:58:58.604 155 INFO nova.api.openstack.requestlog [req-649301cb-ff81-4ab4-971c-427689e91a38 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.628355 [pid: 155|app: 0|req: 42/672] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:58:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 629 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:59:08.986 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 154|app: 0|req: 43/673] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:59:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:59:09.856 141 INFO nova.api.openstack.requestlog [req-1acf2f7a-b6ce-44a9-a356-ad5e56bec46b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.650481 [pid: 141|app: 0|req: 42/674] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:59:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 651 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:59:20.175 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000815 [pid: 150|app: 0|req: 43/675] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:59:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:59:20.522 142 INFO nova.api.openstack.requestlog [req-74405aad-950d-459e-beb0-a4af0ad2b4a2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.218726 [pid: 142|app: 0|req: 43/676] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:59:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 220 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:59:30.855 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000813 [pid: 151|app: 0|req: 43/677] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:59:30 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:59:31.709 148 INFO nova.api.openstack.requestlog [req-05f5c897-998f-4b1a-a939-2096fb08ef70 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.719612 [pid: 148|app: 0|req: 43/678] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:59:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 721 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:59:42.096 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000678 [pid: 146|app: 0|req: 43/679] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:59:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:59:42.519 145 INFO nova.api.openstack.requestlog [req-a1e18892-9c53-4a91-bfc4-8eb52ca1ae1f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.312428 [pid: 145|app: 0|req: 43/680] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:59:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 313 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 00:59:52.923 152 INFO nova.api.openstack.requestlog [req-5cb77356-8b8d-4e2a-9fc3-4081429c67b0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 152|app: 0|req: 43/681] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 00:59:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 00:59:53.730 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.694283 [pid: 143|app: 0|req: 43/682] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 00:59:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 695 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:22:06.457 156 INFO nova.api.openstack.requestlog [req-2c1b8228-d751-4802-acf6-a6434d214600 - - - - -] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 156|app: 0|req: 43/683] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:22:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:22:07.375 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-09T00:00:00&end=2021-11-10T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.719830 [pid: 153|app: 0|req: 43/684] 10.0.3.17 () {34 vars in 853 bytes} [Wed Nov 10 18:22:06 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-09T00:00:00&end=2021-11-10T23:59:59 => generated 20 bytes in 721 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:22:09.345 144 INFO nova.api.openstack.requestlog [req-266e3a90-0db0-476f-ae6a-b09d75e00a4d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.273661 [pid: 144|app: 0|req: 44/685] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 18:22:08 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1275 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:48:51.162 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.695984 [pid: 147|app: 0|req: 43/686] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 18:48:50 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 697 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:48:52.487 149 INFO nova.api.openstack.requestlog [req-2c4d7031-daaa-41e4-996a-52c252e9a02d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 149|app: 0|req: 43/687] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:48:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:48:53.412 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.742115 [pid: 155|app: 0|req: 43/688] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:48:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 743 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:03.762 154 INFO nova.api.openstack.requestlog [req-4ea054ee-0808-4608-ae5e-e242f4dc39f4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001068 [pid: 154|app: 0|req: 44/689] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:49:04.649 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.699522 [pid: 141|app: 0|req: 43/690] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 701 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:14.976 150 INFO nova.api.openstack.requestlog [req-96d7f3f4-3347-40d2-a4ad-53f226454b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 150|app: 0|req: 44/691] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:49:15.880 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.710212 [pid: 142|app: 0|req: 44/692] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 711 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:26.226 151 INFO nova.api.openstack.requestlog [req-bb48fa0b-24e6-4836-8234-dc36d3481053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000636 [pid: 151|app: 0|req: 44/693] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:49:27.136 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.721160 [pid: 148|app: 0|req: 44/694] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 722 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:37.454 146 INFO nova.api.openstack.requestlog [req-5fd2ed8b-eb0b-4225-8cef-e31599d76001 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000658 [pid: 146|app: 0|req: 44/695] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:49:38.365 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.718642 [pid: 145|app: 0|req: 44/696] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 720 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:46.700 152 INFO nova.api.openstack.requestlog [req-e031568e-4fc3-44f7-a0d2-20af5a5fe0b2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.703425 [pid: 152|app: 0|req: 44/697] 10.0.3.17 () {30 vars in 594 bytes} [Wed Nov 10 18:49:45 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 705 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:49:47.705 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000745 [pid: 143|app: 0|req: 44/698] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:49:49.267 156 INFO nova.api.openstack.requestlog [req-df40fcba-a1b7-49d4-8c60-9a7b90184eca 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 1.376453 [pid: 156|app: 0|req: 44/699] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 1378 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:49:59.644 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000710 [pid: 153|app: 0|req: 44/700] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:49:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:50:00.221 144 INFO nova.api.openstack.requestlog [req-a2e208a1-a544-43c9-ae9c-ffadafde143f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.386969 [pid: 144|app: 0|req: 45/701] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:49:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 388 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:50:10.584 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000749 [pid: 147|app: 0|req: 44/702] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:50:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:50:11.617 149 INFO nova.api.openstack.requestlog [req-f68333b5-bb96-4c64-a68d-1b913b332b5d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.836932 [pid: 149|app: 0|req: 44/703] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:50:10 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 838 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:50:21.958 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 155|app: 0|req: 44/704] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:50:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:50:22.973 154 INFO nova.api.openstack.requestlog [req-68d042f6-b91e-40c4-9f29-0101cc797424 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.817919 [pid: 154|app: 0|req: 45/705] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:50:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 819 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:50:33.342 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000726 [pid: 141|app: 0|req: 44/706] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:50:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:50:34.355 150 INFO nova.api.openstack.requestlog [req-4c85cc76-9d84-48cb-9d53-dd635b71c3fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.823266 [pid: 150|app: 0|req: 45/707] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:50:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 824 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:50:44.676 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 142|app: 0|req: 45/708] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:50:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:50:45.585 151 INFO nova.api.openstack.requestlog [req-a3655a46-16a9-41fe-a7fb-1cb036195f52 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.719442 [pid: 151|app: 0|req: 45/709] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:50:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 721 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:50:55.923 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001096 [pid: 148|app: 0|req: 45/710] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:50:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:50:56.955 146 INFO nova.api.openstack.requestlog [req-8aa1e7a7-6112-4a72-8166-90cb6b34c346 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.838535 [pid: 146|app: 0|req: 45/711] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:50:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 840 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:51:07.318 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000709 [pid: 145|app: 0|req: 45/712] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:51:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-10 18:51:07.885 152 INFO nova.api.openstack.requestlog [req-69db02c7-4547-4a13-9a2f-a9eb90d6a5ea 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.364636 [pid: 152|app: 0|req: 45/713] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:51:07 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 366 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:51:18.237 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001079 [pid: 143|app: 0|req: 45/714] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:51:18 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:51:18.706 156 INFO nova.api.openstack.requestlog [req-c6931905-79b8-46d5-bac8-d96d22a86edb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272620 [pid: 156|app: 0|req: 45/715] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:51:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:51:29.025 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000638 [pid: 153|app: 0|req: 45/716] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:51:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:51:29.494 144 INFO nova.api.openstack.requestlog [req-dd8ccefd-3a94-43a0-aa74-7ca3b17ef561 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.280116 [pid: 144|app: 0|req: 46/717] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:51:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:51:39.832 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 147|app: 0|req: 45/718] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:51:39 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:51:40.303 149 INFO nova.api.openstack.requestlog [req-aa57571b-3b0d-499a-8d00-34272f75d2d1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281912 [pid: 149|app: 0|req: 45/719] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:51:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:51:50.628 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 155|app: 0|req: 45/720] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:51:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:51:51.120 154 INFO nova.api.openstack.requestlog [req-4bb0d84e-55c8-4164-ba8c-ef86babf47f6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282721 [pid: 154|app: 0|req: 46/721] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:51:50 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:01.458 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001070 [pid: 141|app: 0|req: 45/722] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:01 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:01.923 150 INFO nova.api.openstack.requestlog [req-9aabe28a-81ce-4c2d-a5d3-88a3188c19f1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279471 [pid: 150|app: 0|req: 46/723] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:12.403 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 142|app: 0|req: 46/724] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:12.849 151 INFO nova.api.openstack.requestlog [req-65f82e45-6a56-4812-9ec1-9bea27ace9f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257949 [pid: 151|app: 0|req: 46/725] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:23.206 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 148|app: 0|req: 46/726] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:23.669 146 INFO nova.api.openstack.requestlog [req-a8e22a50-3aae-45a3-b402-ca7d85ce7f16 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273872 [pid: 146|app: 0|req: 46/727] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:34.003 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 145|app: 0|req: 46/728] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:34.465 152 INFO nova.api.openstack.requestlog [req-447f3f22-81cd-4e73-91d8-a5565193593d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267320 [pid: 152|app: 0|req: 46/729] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:44.911 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000666 [pid: 143|app: 0|req: 46/730] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:45.385 156 INFO nova.api.openstack.requestlog [req-278ff7c4-a62b-4424-bd59-165335014bde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284474 [pid: 156|app: 0|req: 46/731] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:52:55.704 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 153|app: 0|req: 46/732] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:52:55 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:52:56.163 144 INFO nova.api.openstack.requestlog [req-230ad1a4-969c-48f6-afde-9690266fae95 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268128 [pid: 144|app: 0|req: 47/733] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:52:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:53:06.531 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000671 [pid: 147|app: 0|req: 46/734] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:53:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:53:06.996 149 INFO nova.api.openstack.requestlog [req-a87e3ef3-ec61-4c6c-aade-414ec273d201 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272950 [pid: 149|app: 0|req: 46/735] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:53:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:53:17.307 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000935 [pid: 155|app: 0|req: 46/736] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:53:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:53:17.820 154 INFO nova.api.openstack.requestlog [req-3091ca8a-dd75-41a3-97eb-58cba7c3a65d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.292948 [pid: 154|app: 0|req: 47/737] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:53:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:53:28.155 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000663 [pid: 141|app: 0|req: 46/738] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:53:28 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:53:28.612 150 INFO nova.api.openstack.requestlog [req-5818ccbe-2a78-4dca-b0f6-3e009bf29a49 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268283 [pid: 150|app: 0|req: 47/739] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:53:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:53:38.938 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001091 [pid: 142|app: 0|req: 47/740] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:53:38 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:53:39.401 151 INFO nova.api.openstack.requestlog [req-6280f4b6-6d6b-42ba-b815-b93fcc72bf50 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268781 [pid: 151|app: 0|req: 47/741] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:53:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:53:49.718 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 148|app: 0|req: 47/742] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:53:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:53:50.198 146 INFO nova.api.openstack.requestlog [req-df53bd9c-55ce-40c6-a6f8-75ed2d36f4fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283211 [pid: 146|app: 0|req: 47/743] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:53:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:01.176 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 145|app: 0|req: 47/744] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:01.651 152 INFO nova.api.openstack.requestlog [req-bd3919d7-a5fe-4f8e-af3d-6db47484e04b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284900 [pid: 152|app: 0|req: 47/745] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:12.014 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 143|app: 0|req: 47/746] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:12.477 156 INFO nova.api.openstack.requestlog [req-7c997bc5-9fc7-4ae6-8da1-5d581aa32d3a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263976 [pid: 156|app: 0|req: 47/747] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:22.814 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000674 [pid: 153|app: 0|req: 47/748] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:23.278 144 INFO nova.api.openstack.requestlog [req-201f44c9-8be1-40e6-8894-4ffafe5505a2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264903 [pid: 144|app: 0|req: 48/749] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:33.601 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 147|app: 0|req: 47/750] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:34.073 149 INFO nova.api.openstack.requestlog [req-06bb7cc6-e369-4cad-ba4f-40e7deba56cf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.270777 [pid: 149|app: 0|req: 47/751] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:44.396 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 155|app: 0|req: 47/752] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:44.873 154 INFO nova.api.openstack.requestlog [req-29eaff5e-f155-4bfd-b59d-ef761ee9b6ee 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.278056 [pid: 154|app: 0|req: 48/753] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:54:55.202 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001023 [pid: 141|app: 0|req: 47/754] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:54:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:54:55.659 150 INFO nova.api.openstack.requestlog [req-18d59b45-560f-47a6-b353-2c8ee72061a9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265749 [pid: 150|app: 0|req: 48/755] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:54:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:55:05.991 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000661 [pid: 142|app: 0|req: 48/756] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:55:05 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:55:06.448 151 INFO nova.api.openstack.requestlog [req-4e5a04ad-42ac-49f6-9d9d-a9d70242bc1a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266444 [pid: 151|app: 0|req: 48/757] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:55:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:55:16.789 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 148|app: 0|req: 48/758] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:55:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:55:17.312 146 INFO nova.api.openstack.requestlog [req-31153f72-f192-41c1-b161-e7d2d7d0c964 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.292434 [pid: 146|app: 0|req: 48/759] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:55:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:55:27.667 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 145|app: 0|req: 48/760] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:55:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:55:28.138 152 INFO nova.api.openstack.requestlog [req-f36f310c-91eb-43c4-8e18-8fd9b8ea1476 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.278393 [pid: 152|app: 0|req: 48/761] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:55:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:55:38.509 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 143|app: 0|req: 48/762] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:55:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:55:38.975 156 INFO nova.api.openstack.requestlog [req-6e89b5e7-ff4e-4b1e-b643-f642b34d5c1c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277652 [pid: 156|app: 0|req: 48/763] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:55:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:55:49.304 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000667 [pid: 153|app: 0|req: 48/764] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:55:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:55:49.762 144 INFO nova.api.openstack.requestlog [req-8a04b955-ec47-4f10-967d-eb04cac8c027 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269121 [pid: 144|app: 0|req: 49/765] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:55:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:00.093 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000644 [pid: 147|app: 0|req: 48/766] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:00 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:00.558 149 INFO nova.api.openstack.requestlog [req-f6a004b8-e515-4bc8-bd89-e7f01d096506 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271034 [pid: 149|app: 0|req: 48/767] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:10.883 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000686 [pid: 155|app: 0|req: 48/768] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:11.350 154 INFO nova.api.openstack.requestlog [req-bd57bf1c-7d8d-4d01-b786-689594c12381 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265736 [pid: 154|app: 0|req: 49/769] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:21.697 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000673 [pid: 141|app: 0|req: 48/770] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:22.170 150 INFO nova.api.openstack.requestlog [req-a66986db-4789-45b0-bf25-96b5a519d04b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283473 [pid: 150|app: 0|req: 49/771] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:32.490 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 142|app: 0|req: 49/772] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:32.940 151 INFO nova.api.openstack.requestlog [req-64ebb049-14ea-425b-b501-e7faf876920d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257707 [pid: 151|app: 0|req: 49/773] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:43.302 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 148|app: 0|req: 49/774] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:43 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:43.758 146 INFO nova.api.openstack.requestlog [req-5ab2dac1-4024-4c27-a8e3-b4c6c6a3f452 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262810 [pid: 146|app: 0|req: 49/775] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:56:54.080 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001081 [pid: 145|app: 0|req: 49/776] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:56:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:56:54.511 152 INFO nova.api.openstack.requestlog [req-7336eec3-2b7c-48df-830a-0706941ea053 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265839 [pid: 152|app: 0|req: 49/777] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:56:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:04.842 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 143|app: 0|req: 49/778] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:05.252 156 INFO nova.api.openstack.requestlog [req-751bc3f6-a631-47ba-86a1-71bd3d854f06 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246845 [pid: 156|app: 0|req: 49/779] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:15.578 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 153|app: 0|req: 49/780] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:15.984 144 INFO nova.api.openstack.requestlog [req-ca2968a9-bc4f-4a20-a7f9-4d0b8a3dec3c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271963 [pid: 144|app: 0|req: 50/781] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:26.323 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 147|app: 0|req: 49/782] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:26.751 149 INFO nova.api.openstack.requestlog [req-b07816c4-9265-4f3c-9aa0-08444b174a48 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261940 [pid: 149|app: 0|req: 49/783] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:37.102 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 155|app: 0|req: 49/784] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:37.511 154 INFO nova.api.openstack.requestlog [req-7b00f7e5-791f-411c-ab5a-a8e20ef64856 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.241066 [pid: 154|app: 0|req: 50/785] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:47.794 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 141|app: 0|req: 49/786] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:48.095 150 INFO nova.api.openstack.requestlog [req-a09e9df4-d935-4fa6-a9df-2079fcf2eb71 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.191920 [pid: 150|app: 0|req: 50/787] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 193 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:57:58.408 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 142|app: 0|req: 50/788] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:57:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:57:58.889 151 INFO nova.api.openstack.requestlog [req-0d981b32-2912-436b-ab8a-3cfdef747c69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287633 [pid: 151|app: 0|req: 50/789] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:57:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 289 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:58:09.158 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 148|app: 0|req: 50/790] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:58:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:58:09.545 146 INFO nova.api.openstack.requestlog [req-9ee72aca-e501-4457-bf4a-de8a3dd55ed2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274836 [pid: 146|app: 0|req: 50/791] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:58:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:58:20.628 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 145|app: 0|req: 50/792] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:58:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:58:21.069 152 INFO nova.api.openstack.requestlog [req-3b26310b-0889-4bd5-9a2e-ce85a46dcddd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.249107 [pid: 152|app: 0|req: 50/793] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:58:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:58:31.378 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 143|app: 0|req: 50/794] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:58:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:58:31.820 156 INFO nova.api.openstack.requestlog [req-b38e552e-73e3-43d5-b659-46d8bf81cdfa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.279265 [pid: 156|app: 0|req: 50/795] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:58:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 280 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:58:42.158 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001027 [pid: 153|app: 0|req: 50/796] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:58:42 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:58:42.540 144 INFO nova.api.openstack.requestlog [req-40ff097e-3ec4-42bd-a6e3-c34216cc6da6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.186876 [pid: 144|app: 0|req: 51/797] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:58:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 188 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:58:52.889 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 147|app: 0|req: 50/798] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:58:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:58:53.336 149 INFO nova.api.openstack.requestlog [req-decb282f-055d-4c67-aee9-3db04ce04019 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259101 [pid: 149|app: 0|req: 50/799] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:58:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:03.787 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 155|app: 0|req: 50/800] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:04.087 154 INFO nova.api.openstack.requestlog [req-09ea2943-5123-4a73-b581-1841f561026f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.188480 [pid: 154|app: 0|req: 51/801] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 189 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:14.440 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000961 [pid: 141|app: 0|req: 50/802] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:14.909 150 INFO nova.api.openstack.requestlog [req-291de81e-05ba-4efe-a912-6e22eef228b3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.254689 [pid: 150|app: 0|req: 51/803] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:25.143 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 142|app: 0|req: 51/804] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:25.531 151 INFO nova.api.openstack.requestlog [req-86b310c5-73ad-44eb-a471-35fcae507844 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.278722 [pid: 151|app: 0|req: 51/805] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 280 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:35.859 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 148|app: 0|req: 51/806] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:35 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:36.331 146 INFO nova.api.openstack.requestlog [req-84479082-aed7-4e69-9f3b-c2ba4433cf17 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267728 [pid: 146|app: 0|req: 51/807] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:46.573 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 145|app: 0|req: 51/808] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:46.957 152 INFO nova.api.openstack.requestlog [req-58ed7c5c-79a0-4532-bd51-769c887a0041 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.272795 [pid: 152|app: 0|req: 51/809] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 274 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 18:59:57.287 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000642 [pid: 143|app: 0|req: 51/810] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 18:59:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 18:59:57.659 156 INFO nova.api.openstack.requestlog [req-c4544910-6f6f-40e7-af3e-9a1af920a1aa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195839 [pid: 156|app: 0|req: 51/811] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 18:59:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 197 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:00:07.895 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000694 [pid: 153|app: 0|req: 51/812] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:00:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:00:08.206 144 INFO nova.api.openstack.requestlog [req-5ee23038-74eb-4b52-a89a-f56680ae60c1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198744 [pid: 144|app: 0|req: 52/813] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:00:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:00:18.469 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001116 [pid: 147|app: 0|req: 51/814] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:00:18 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:00:18.808 149 INFO nova.api.openstack.requestlog [req-ce14b952-5a40-4665-b449-112f7ce60570 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.210263 [pid: 149|app: 0|req: 51/815] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:00:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:00:29.034 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000642 [pid: 155|app: 0|req: 51/816] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:00:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:00:29.343 154 INFO nova.api.openstack.requestlog [req-00f2b317-675c-4939-a61a-1aa7f8e90b33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.196802 [pid: 154|app: 0|req: 52/817] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:00:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 198 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:00:39.590 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001042 [pid: 141|app: 0|req: 51/818] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:00:39 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:00:39.934 150 INFO nova.api.openstack.requestlog [req-9bcb17fe-3dbc-45e4-b1b2-5e69f41e7dd0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.218341 [pid: 150|app: 0|req: 52/819] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:00:39 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 219 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:00:50.194 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 142|app: 0|req: 52/820] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:00:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:00:50.507 151 INFO nova.api.openstack.requestlog [req-b1cb39a5-5437-49d5-bc4a-8e63ff128e32 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.199174 [pid: 151|app: 0|req: 52/821] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:00:50 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:00.756 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 148|app: 0|req: 52/822] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:00 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:01.064 146 INFO nova.api.openstack.requestlog [req-94a2d9e7-de72-4c75-b428-65785ff6bd56 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.201170 [pid: 146|app: 0|req: 52/823] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:11.300 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000650 [pid: 145|app: 0|req: 52/824] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:11.610 152 INFO nova.api.openstack.requestlog [req-5e24368d-4c38-49ee-bb8b-375287d41025 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.200789 [pid: 152|app: 0|req: 52/825] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:11 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:21.858 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001040 [pid: 143|app: 0|req: 52/826] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:21 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:22.173 156 INFO nova.api.openstack.requestlog [req-442f30e8-9187-4e6f-b802-f0a55f5bccba 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.205181 [pid: 156|app: 0|req: 52/827] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 206 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:32.400 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001072 [pid: 153|app: 0|req: 52/828] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:32 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:32.719 144 INFO nova.api.openstack.requestlog [req-73fdfe6b-374d-4fd0-b633-93b695af2cf1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.206238 [pid: 144|app: 0|req: 53/829] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 207 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:42.977 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 147|app: 0|req: 52/830] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:43.297 149 INFO nova.api.openstack.requestlog [req-20008540-c742-4562-b704-87941d2274db 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.199592 [pid: 149|app: 0|req: 52/831] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 201 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:01:53.674 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 155|app: 0|req: 52/832] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:01:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:01:54.009 154 INFO nova.api.openstack.requestlog [req-d5bd5a26-d40e-4cde-81ff-a9ddbab816d7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.211262 [pid: 154|app: 0|req: 53/833] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:01:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 212 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:04.262 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000626 [pid: 141|app: 0|req: 52/834] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:04.573 150 INFO nova.api.openstack.requestlog [req-706c0db6-e020-4c30-9556-d8f84542c930 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.199033 [pid: 150|app: 0|req: 53/835] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:14.840 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 142|app: 0|req: 53/836] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:15.188 151 INFO nova.api.openstack.requestlog [req-5702def4-2f88-4615-8d3e-05b3f5d1e65e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.220149 [pid: 151|app: 0|req: 53/837] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 221 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:25.571 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000941 [pid: 148|app: 0|req: 53/838] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:25 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:25.952 146 INFO nova.api.openstack.requestlog [req-78bebc2f-34fe-49c1-916c-8896991e12c7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268616 [pid: 146|app: 0|req: 53/839] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:36.218 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000655 [pid: 145|app: 0|req: 53/840] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:36.697 152 INFO nova.api.openstack.requestlog [req-914dbd6f-ddb6-4a2e-a32a-7dad57f95c41 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.346562 [pid: 152|app: 0|req: 53/841] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 348 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:46.964 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 143|app: 0|req: 53/842] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:47.346 156 INFO nova.api.openstack.requestlog [req-e7e47ed9-d28b-4760-bbea-25d5e689d0eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273939 [pid: 156|app: 0|req: 53/843] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:02:57.578 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000676 [pid: 153|app: 0|req: 53/844] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:02:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:02:57.971 144 INFO nova.api.openstack.requestlog [req-9670509d-4e62-4649-b045-e0ddf108a56b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282043 [pid: 144|app: 0|req: 54/845] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:02:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:03:08.312 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 147|app: 0|req: 53/846] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:03:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:03:08.695 149 INFO nova.api.openstack.requestlog [req-0e6beabf-8b57-4f7e-aa09-7d6cbcd6135f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271689 [pid: 149|app: 0|req: 53/847] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:03:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:03:19.025 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000689 [pid: 155|app: 0|req: 53/848] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:03:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:03:19.431 154 INFO nova.api.openstack.requestlog [req-b427170d-4048-4899-a11a-ea57685a2246 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.293331 [pid: 154|app: 0|req: 54/849] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:03:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 294 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:03:29.765 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000657 [pid: 141|app: 0|req: 53/850] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:03:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:03:30.162 150 INFO nova.api.openstack.requestlog [req-2ce48810-d8f3-415f-9d2f-b210a2ddaa15 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284293 [pid: 150|app: 0|req: 54/851] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:03:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:03:40.429 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 142|app: 0|req: 54/852] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:03:40 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:03:40.834 151 INFO nova.api.openstack.requestlog [req-49c025df-b45c-4d74-86dd-22ab7387f4d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.283189 [pid: 151|app: 0|req: 54/853] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:03:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 284 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:03:51.083 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000627 [pid: 148|app: 0|req: 54/854] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:03:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:03:51.457 146 INFO nova.api.openstack.requestlog [req-5aed4af1-4765-4f39-a7c3-9135b72ea28b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263514 [pid: 146|app: 0|req: 54/855] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:03:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:01.700 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000631 [pid: 145|app: 0|req: 54/856] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:02.083 152 INFO nova.api.openstack.requestlog [req-f3cd8621-c24e-418c-86c5-f74f32b00b13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.273930 [pid: 152|app: 0|req: 54/857] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:12.974 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000644 [pid: 143|app: 0|req: 54/858] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:13.298 156 INFO nova.api.openstack.requestlog [req-0653372a-f7a3-4f0e-84bf-42849d8d7066 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.209550 [pid: 156|app: 0|req: 54/859] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:23.543 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000671 [pid: 153|app: 0|req: 54/860] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:23.876 144 INFO nova.api.openstack.requestlog [req-9c427523-26f1-4d34-88a0-80b6007ca0aa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.223431 [pid: 144|app: 0|req: 55/861] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 225 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:34.150 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 147|app: 0|req: 54/862] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:34.500 149 INFO nova.api.openstack.requestlog [req-058c5f91-ba66-4186-ab8b-0467f32abd23 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.228852 [pid: 149|app: 0|req: 54/863] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 230 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:44.770 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 155|app: 0|req: 54/864] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:45.099 154 INFO nova.api.openstack.requestlog [req-24e7c499-4f54-4e82-826a-30064456ca92 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.218487 [pid: 154|app: 0|req: 55/865] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 220 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:04:55.365 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000885 [pid: 141|app: 0|req: 54/866] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:04:55 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:04:55.705 150 INFO nova.api.openstack.requestlog [req-23d18a79-c95e-453a-9de3-9f263f484077 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.231008 [pid: 150|app: 0|req: 55/867] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:04:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:06.088 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000704 [pid: 142|app: 0|req: 55/868] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:06 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:06.396 151 INFO nova.api.openstack.requestlog [req-41e2d6ee-18a4-4f30-9178-926ef2015a3a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195508 [pid: 151|app: 0|req: 55/869] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:16.647 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 148|app: 0|req: 55/870] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:16.962 146 INFO nova.api.openstack.requestlog [req-3362fb61-ed24-486b-8fdc-72fd741c1613 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.201042 [pid: 146|app: 0|req: 55/871] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:27.191 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000687 [pid: 145|app: 0|req: 55/872] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:27.500 152 INFO nova.api.openstack.requestlog [req-1ff65dc6-fc07-4c10-945a-df75a11fb2c8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.194273 [pid: 152|app: 0|req: 55/873] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 195 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:37.738 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 143|app: 0|req: 55/874] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:38.046 156 INFO nova.api.openstack.requestlog [req-64eeb3fe-2703-4fe4-b9bd-8eb5f6815184 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.200297 [pid: 156|app: 0|req: 55/875] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 202 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:48.298 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000631 [pid: 153|app: 0|req: 55/876] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:48.609 144 INFO nova.api.openstack.requestlog [req-552e4407-a4ba-498c-ac2b-c0fdfcd22fd0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195333 [pid: 144|app: 0|req: 56/877] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:05:58.870 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 147|app: 0|req: 55/878] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:05:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:05:59.184 149 INFO nova.api.openstack.requestlog [req-38da486d-f9ce-4857-8944-0e0950d7a390 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.201921 [pid: 149|app: 0|req: 55/879] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:05:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:06:09.448 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000673 [pid: 155|app: 0|req: 55/880] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:06:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:06:09.757 154 INFO nova.api.openstack.requestlog [req-d744344f-dc7a-475e-b494-e8a955af736c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195439 [pid: 154|app: 0|req: 56/881] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:06:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:06:20.010 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 141|app: 0|req: 55/882] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:06:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:06:20.332 150 INFO nova.api.openstack.requestlog [req-95efcb7d-805f-433e-a57a-15cd967036a8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198710 [pid: 150|app: 0|req: 56/883] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:06:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:06:30.589 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 142|app: 0|req: 56/884] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:06:30 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:06:30.902 151 INFO nova.api.openstack.requestlog [req-e63a87ac-2580-45e6-bf3f-eb436816f3f5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198157 [pid: 151|app: 0|req: 56/885] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:06:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:06:41.146 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001081 [pid: 148|app: 0|req: 56/886] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:06:41 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:06:41.485 146 INFO nova.api.openstack.requestlog [req-5237ec66-32ec-480b-bc29-648677d0b4e4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.230764 [pid: 146|app: 0|req: 56/887] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:06:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:06:52.054 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000679 [pid: 145|app: 0|req: 56/888] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:06:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:06:52.358 152 INFO nova.api.openstack.requestlog [req-561fcbfc-6836-428b-8576-bc2f81378875 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195070 [pid: 152|app: 0|req: 56/889] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:06:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:02.624 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000704 [pid: 143|app: 0|req: 56/890] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:02.949 156 INFO nova.api.openstack.requestlog [req-976113db-7f3f-4519-95f2-b08b5cd20a34 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.213097 [pid: 156|app: 0|req: 56/891] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 214 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:13.346 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 153|app: 0|req: 56/892] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:13.653 144 INFO nova.api.openstack.requestlog [req-630a493d-d3e9-43c8-b6a7-e7fe4d0ab157 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.194742 [pid: 144|app: 0|req: 57/893] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 196 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:24.006 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 147|app: 0|req: 56/894] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:24 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:24.437 149 INFO nova.api.openstack.requestlog [req-6022c160-9ff2-496f-abdd-f56326d07493 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246907 [pid: 149|app: 0|req: 56/895] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:24 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:34.747 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 155|app: 0|req: 56/896] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:35.201 154 INFO nova.api.openstack.requestlog [req-fbe6789d-a290-4955-9e0f-2b5673985697 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.261479 [pid: 154|app: 0|req: 57/897] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:45.543 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001027 [pid: 141|app: 0|req: 56/898] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:45 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:46.008 150 INFO nova.api.openstack.requestlog [req-4ecaf0f2-e387-4fed-a779-63260b6cb37e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264701 [pid: 150|app: 0|req: 57/899] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:07:56.247 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001080 [pid: 142|app: 0|req: 57/900] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:07:56 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:07:56.626 151 INFO nova.api.openstack.requestlog [req-cd5be48d-5904-46c4-a9b2-788947b4034f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267917 [pid: 151|app: 0|req: 57/901] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:07:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:08:06.870 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 148|app: 0|req: 57/902] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:08:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:08:07.284 146 INFO nova.api.openstack.requestlog [req-0f257866-e386-4786-8ded-587712ccf83d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.286100 [pid: 146|app: 0|req: 57/903] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:08:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:08:17.515 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 145|app: 0|req: 57/904] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:08:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:08:17.924 152 INFO nova.api.openstack.requestlog [req-2d8cf493-ef46-42b3-9f19-23c1546a9c27 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.281126 [pid: 152|app: 0|req: 57/905] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:08:17 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:08:28.184 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000658 [pid: 143|app: 0|req: 57/906] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:08:28 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:08:28.568 156 INFO nova.api.openstack.requestlog [req-afff7500-c7ce-4ac8-b7aa-ca17f69fd8fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266038 [pid: 156|app: 0|req: 57/907] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:08:28 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:08:38.800 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000632 [pid: 153|app: 0|req: 57/908] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:08:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:08:39.185 144 INFO nova.api.openstack.requestlog [req-3b959fc3-7dd0-411f-a4dc-e8d0eae09281 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.274793 [pid: 144|app: 0|req: 58/909] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:08:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:08:49.452 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 147|app: 0|req: 57/910] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:08:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:08:49.768 149 INFO nova.api.openstack.requestlog [req-bc22f7c2-6e4f-49f2-aa24-4d4c7b979db1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.193182 [pid: 149|app: 0|req: 57/911] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:08:49 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 194 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:00.004 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000676 [pid: 155|app: 0|req: 57/912] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:00 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:00.322 154 INFO nova.api.openstack.requestlog [req-d9af56ea-4305-40e9-90a5-06f52f2dbc35 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.209861 [pid: 154|app: 0|req: 58/913] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:00 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 211 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:10.568 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000631 [pid: 141|app: 0|req: 57/914] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:10.880 150 INFO nova.api.openstack.requestlog [req-e6aa2c0f-428c-46fb-8e20-79178584e5c7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.199198 [pid: 150|app: 0|req: 58/915] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:10 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 200 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:21.779 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 142|app: 0|req: 58/916] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:22.245 151 INFO nova.api.openstack.requestlog [req-22fd61ce-3df2-4cdc-8d06-fe3c97c34e6e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266661 [pid: 151|app: 0|req: 58/917] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:32.497 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 148|app: 0|req: 58/918] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:32.947 146 INFO nova.api.openstack.requestlog [req-246d1481-a0d0-4fef-85c8-bca242aadeef 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.263570 [pid: 146|app: 0|req: 58/919] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:32 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:43.284 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 145|app: 0|req: 58/920] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:43 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:43.737 152 INFO nova.api.openstack.requestlog [req-a5d9c6e9-11df-40d9-a74b-816b30ab7525 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.249169 [pid: 152|app: 0|req: 58/921] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:43 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:09:54.005 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 143|app: 0|req: 58/922] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:09:54 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:09:54.440 156 INFO nova.api.openstack.requestlog [req-a6c488aa-26d2-446e-a3b7-163af7ec109c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245831 [pid: 156|app: 0|req: 58/923] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:09:54 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:04.677 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 153|app: 0|req: 58/924] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:05.120 144 INFO nova.api.openstack.requestlog [req-fbd9f58a-2b70-4af6-90cc-0d31b585959a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246244 [pid: 144|app: 0|req: 59/925] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:15.380 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 147|app: 0|req: 58/926] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:15.828 149 INFO nova.api.openstack.requestlog [req-d26e0875-80fc-4ac1-bc22-11633be55bf3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.259577 [pid: 149|app: 0|req: 58/927] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:15 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:26.071 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000689 [pid: 155|app: 0|req: 58/928] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:26.518 154 INFO nova.api.openstack.requestlog [req-115e9de2-9e79-4f01-922c-613217d30e04 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246884 [pid: 154|app: 0|req: 59/929] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:36.784 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000663 [pid: 141|app: 0|req: 58/930] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:37.240 150 INFO nova.api.openstack.requestlog [req-21026493-5e24-4bab-af9b-3d53887d0980 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245676 [pid: 150|app: 0|req: 59/931] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:47.494 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000723 [pid: 142|app: 0|req: 59/932] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:47.954 151 INFO nova.api.openstack.requestlog [req-fa50557d-3159-453e-bf82-e96f1a34916e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.251873 [pid: 151|app: 0|req: 59/933] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:10:58.209 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000626 [pid: 148|app: 0|req: 59/934] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:10:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:10:58.647 146 INFO nova.api.openstack.requestlog [req-f83b1464-6767-4a94-a245-b07cae427e24 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.248048 [pid: 146|app: 0|req: 59/935] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:10:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:11:08.915 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 145|app: 0|req: 59/936] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:11:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:11:09.359 152 INFO nova.api.openstack.requestlog [req-3712167c-7882-428d-bcea-ae3e49342e44 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252728 [pid: 152|app: 0|req: 59/937] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:11:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:11:19.604 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000697 [pid: 143|app: 0|req: 59/938] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:11:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:11:20.041 156 INFO nova.api.openstack.requestlog [req-bd126912-495a-4159-a5c4-8953231b7cc7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245684 [pid: 156|app: 0|req: 59/939] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:11:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:11:30.273 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000678 [pid: 153|app: 0|req: 59/940] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:11:30 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:11:30.709 144 INFO nova.api.openstack.requestlog [req-51134b41-4d04-423d-b558-0051215dabb9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240733 [pid: 144|app: 0|req: 60/941] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:11:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:11:40.965 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000691 [pid: 147|app: 0|req: 59/942] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:11:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:11:41.408 149 INFO nova.api.openstack.requestlog [req-38a0994b-e801-4684-a3d6-443429355c3f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245765 [pid: 149|app: 0|req: 59/943] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:11:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:11:51.643 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 155|app: 0|req: 59/944] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:11:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:11:52.096 154 INFO nova.api.openstack.requestlog [req-05a55cfe-b8df-4a06-8b75-9c3f2d00a125 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.250994 [pid: 154|app: 0|req: 60/945] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:11:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:02.358 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 141|app: 0|req: 59/946] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:02.795 150 INFO nova.api.openstack.requestlog [req-c12adfb7-61a5-4c07-a862-0910fa1a843c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246837 [pid: 150|app: 0|req: 60/947] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:13.033 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 142|app: 0|req: 60/948] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:13.482 151 INFO nova.api.openstack.requestlog [req-3e3c0f82-6de7-46fb-934c-651196c8d7d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242999 [pid: 151|app: 0|req: 60/949] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:13 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:23.740 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 148|app: 0|req: 60/950] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:24.149 146 INFO nova.api.openstack.requestlog [req-a195a497-27da-4443-ade2-422e411b22bf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244191 [pid: 146|app: 0|req: 60/951] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:34.415 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000680 [pid: 145|app: 0|req: 60/952] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:34.735 152 INFO nova.api.openstack.requestlog [req-56d70498-92fb-4d4e-a7ae-0ef7ae6dabea 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.213356 [pid: 152|app: 0|req: 60/953] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:34 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 214 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:44.987 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000644 [pid: 143|app: 0|req: 60/954] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:45.294 156 INFO nova.api.openstack.requestlog [req-e7add327-c2de-4a0c-aad0-295627a0e9fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198152 [pid: 156|app: 0|req: 60/955] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:45 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:12:55.545 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 153|app: 0|req: 60/956] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:12:55 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:12:55.866 144 INFO nova.api.openstack.requestlog [req-a8066db7-97cf-457f-8c17-a81c7033724a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.196711 [pid: 144|app: 0|req: 61/957] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:12:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 198 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:06.144 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000656 [pid: 147|app: 0|req: 60/958] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:06.517 149 INFO nova.api.openstack.requestlog [req-5d5c22a6-6c56-487d-9182-def41b22714d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.262424 [pid: 149|app: 0|req: 60/959] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:06 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:16.773 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000700 [pid: 155|app: 0|req: 60/960] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:16 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:17.159 154 INFO nova.api.openstack.requestlog [req-253d1267-2a6b-4880-b13f-26334d78256e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271820 [pid: 154|app: 0|req: 61/961] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:27.412 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000632 [pid: 141|app: 0|req: 60/962] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:27.792 150 INFO nova.api.openstack.requestlog [req-d951cfe7-2e15-4d40-a8f5-b074c82b551d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268039 [pid: 150|app: 0|req: 61/963] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:27 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:38.034 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000661 [pid: 142|app: 0|req: 61/964] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:38.438 151 INFO nova.api.openstack.requestlog [req-574575a7-b3ad-45e0-bb7a-cff53dea4bc7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.291225 [pid: 151|app: 0|req: 61/965] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:38 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:48.699 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000631 [pid: 148|app: 0|req: 61/966] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:49.005 146 INFO nova.api.openstack.requestlog [req-c63547cd-24af-4e58-bfb7-f998e0c84646 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.198175 [pid: 146|app: 0|req: 61/967] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 199 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:13:59.245 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 145|app: 0|req: 61/968] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:13:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:13:59.547 152 INFO nova.api.openstack.requestlog [req-62cfeed1-d588-450c-a804-8b058b73d09c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.195643 [pid: 152|app: 0|req: 61/969] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:13:59 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 197 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:14:09.819 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 143|app: 0|req: 61/970] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:14:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:14:10.137 156 INFO nova.api.openstack.requestlog [req-45c68f9d-0e33-4dfd-b800-37076cf05b5c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.197153 [pid: 156|app: 0|req: 61/971] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:14:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 198 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:14:20.410 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 153|app: 0|req: 61/972] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:14:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:14:20.725 144 INFO nova.api.openstack.requestlog [req-2830779b-62a8-4993-a5e6-5b55277a9c6e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.207896 [pid: 144|app: 0|req: 62/973] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:14:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 209 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:14:31.603 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 147|app: 0|req: 61/974] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:14:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:14:32.035 149 INFO nova.api.openstack.requestlog [req-87debab4-52ed-4482-8b72-8d8ded5361fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245797 [pid: 149|app: 0|req: 61/975] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:14:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:14:42.269 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000638 [pid: 155|app: 0|req: 61/976] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:14:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:14:42.730 154 INFO nova.api.openstack.requestlog [req-4434db19-b976-4471-af29-394281d16b13 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242438 [pid: 154|app: 0|req: 62/977] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:14:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:14:52.986 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 141|app: 0|req: 61/978] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:14:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:14:53.417 150 INFO nova.api.openstack.requestlog [req-5efe2aa6-e884-4034-bfcc-d08bba78e573 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242985 [pid: 150|app: 0|req: 62/979] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:14:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:03.703 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 142|app: 0|req: 62/980] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:04.135 151 INFO nova.api.openstack.requestlog [req-765d4c44-1d5f-4e5f-8f28-147af473e515 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245151 [pid: 151|app: 0|req: 62/981] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:14.413 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000701 [pid: 148|app: 0|req: 62/982] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:14.881 146 INFO nova.api.openstack.requestlog [req-9a4d4339-d626-4484-b69e-3d98bc5cb9e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.275795 [pid: 146|app: 0|req: 62/983] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 277 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:25.175 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000653 [pid: 145|app: 0|req: 62/984] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:25.602 152 INFO nova.api.openstack.requestlog [req-8cbdcfa4-f715-4fbb-9932-40483f510119 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.238673 [pid: 152|app: 0|req: 62/985] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:35.855 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000660 [pid: 143|app: 0|req: 62/986] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:35 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:36.339 156 INFO nova.api.openstack.requestlog [req-2462de21-6ab1-4560-acff-9da27d1238fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257303 [pid: 156|app: 0|req: 62/987] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:46.603 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000679 [pid: 153|app: 0|req: 62/988] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:47.039 144 INFO nova.api.openstack.requestlog [req-4df899a4-30a7-406c-8489-0ca45f8fab15 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246935 [pid: 144|app: 0|req: 63/989] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:46 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:15:57.286 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001081 [pid: 147|app: 0|req: 62/990] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:15:57 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:15:57.726 149 INFO nova.api.openstack.requestlog [req-cae045a1-d83e-4ead-aed4-c09ef52c04b2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.252091 [pid: 149|app: 0|req: 62/991] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:15:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:16:07.977 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000657 [pid: 155|app: 0|req: 62/992] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:16:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:16:08.440 154 INFO nova.api.openstack.requestlog [req-3e3121b6-e187-48f8-9a61-ad438d949358 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268533 [pid: 154|app: 0|req: 63/993] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:16:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:16:18.692 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000656 [pid: 141|app: 0|req: 62/994] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:16:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:16:19.165 150 INFO nova.api.openstack.requestlog [req-7f535bff-fd12-4d09-a76d-0fc9d49ffdfb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.285640 [pid: 150|app: 0|req: 63/995] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:16:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:16:29.441 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 142|app: 0|req: 63/996] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:16:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:16:29.883 151 INFO nova.api.openstack.requestlog [req-bb495515-61b3-42e1-8ef5-6c7f7596b86d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242951 [pid: 151|app: 0|req: 63/997] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:16:29 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:16:40.132 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000627 [pid: 148|app: 0|req: 63/998] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:16:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:16:40.605 146 INFO nova.api.openstack.requestlog [req-3defc11b-d970-465d-a07f-5cc1aec190fa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282171 [pid: 146|app: 0|req: 63/999] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:16:40 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:16:50.868 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000686 [pid: 145|app: 0|req: 63/1000] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:16:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:16:51.303 152 INFO nova.api.openstack.requestlog [req-0b6a8b34-12af-4719-98e2-0f62329653ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240344 [pid: 152|app: 0|req: 63/1001] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:16:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:01.568 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000671 [pid: 143|app: 0|req: 63/1002] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:02.005 156 INFO nova.api.openstack.requestlog [req-4ad5ae9a-1f03-4bd0-a556-39764da302ad 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.248689 [pid: 156|app: 0|req: 63/1003] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:01 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:12.261 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000631 [pid: 153|app: 0|req: 63/1004] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:12.700 144 INFO nova.api.openstack.requestlog [req-56c63399-0dc1-49bb-b0aa-313b9557f51b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244336 [pid: 144|app: 0|req: 64/1005] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:12 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:22.973 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001072 [pid: 147|app: 0|req: 63/1006] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:23.408 149 INFO nova.api.openstack.requestlog [req-fda9e8e9-9401-4136-a055-e84f727de0d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.245574 [pid: 149|app: 0|req: 63/1007] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:23 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:33.657 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000689 [pid: 155|app: 0|req: 63/1008] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:34.067 154 INFO nova.api.openstack.requestlog [req-5fa080c6-bee4-4026-9e0c-89cdd9dcfa0e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.240514 [pid: 154|app: 0|req: 64/1009] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:33 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:44.335 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001019 [pid: 141|app: 0|req: 63/1010] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:44 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:44.662 150 INFO nova.api.openstack.requestlog [req-5dd36dfc-63a3-49fa-b74e-b9a7a63c20dd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.217099 [pid: 150|app: 0|req: 64/1011] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 218 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:17:54.905 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 142|app: 0|req: 64/1012] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:17:54 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:17:55.219 151 INFO nova.api.openstack.requestlog [req-2e8b79ad-8768-4b4c-89c4-7672ce73b3a0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.202082 [pid: 151|app: 0|req: 64/1013] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:17:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:05.471 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 148|app: 0|req: 64/1014] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:05 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:05.786 146 INFO nova.api.openstack.requestlog [req-d4afe772-490b-4119-8c31-c3e2198f5844 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.204384 [pid: 146|app: 0|req: 64/1015] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:05 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 205 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:16.047 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 145|app: 0|req: 64/1016] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:16.480 152 INFO nova.api.openstack.requestlog [req-7c40529d-55c9-41df-88f3-a0861d068bbf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.298427 [pid: 152|app: 0|req: 64/1017] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:16 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 299 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:26.724 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 143|app: 0|req: 64/1018] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:27.100 156 INFO nova.api.openstack.requestlog [req-632c2e17-e59e-470b-aa56-a8c3e9ba6aac 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.266373 [pid: 156|app: 0|req: 64/1019] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:37.342 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000669 [pid: 153|app: 0|req: 64/1020] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:37.722 144 INFO nova.api.openstack.requestlog [req-78635ef9-6532-4de1-9e06-061e3e628392 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268664 [pid: 144|app: 0|req: 65/1021] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:37 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:47.969 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 147|app: 0|req: 64/1022] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:48.365 149 INFO nova.api.openstack.requestlog [req-99ff3411-0569-4928-9cc0-7e78954cf283 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.284268 [pid: 149|app: 0|req: 64/1023] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:48 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:18:58.695 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000691 [pid: 155|app: 0|req: 64/1024] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:18:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:18:59.145 154 INFO nova.api.openstack.requestlog [req-d98a9166-fbc8-49f0-980b-ac16b935e2a7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.256276 [pid: 154|app: 0|req: 65/1025] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:18:58 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 257 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:19:09.470 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 141|app: 0|req: 64/1026] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:19:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:19:09.908 150 INFO nova.api.openstack.requestlog [req-49fd0203-f177-482b-abb3-814ca89800b8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.244559 [pid: 150|app: 0|req: 65/1027] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:19:09 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:19:20.225 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000677 [pid: 142|app: 0|req: 65/1028] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:19:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:19:20.819 151 INFO nova.api.openstack.requestlog [req-4af0ea62-3d40-4492-93cd-d19ec63273cd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.242090 [pid: 151|app: 0|req: 65/1029] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:19:20 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:19:31.148 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 148|app: 0|req: 65/1030] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:19:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:19:31.586 146 INFO nova.api.openstack.requestlog [req-9781418f-cc88-4c06-8ab8-1d9867e89f3c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.243697 [pid: 146|app: 0|req: 65/1031] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:19:31 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:19:42.590 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000634 [pid: 145|app: 0|req: 65/1032] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:19:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:19:42.965 152 INFO nova.api.openstack.requestlog [req-3191d440-85d2-4486-89e5-acc2cf6dcfa2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.264582 [pid: 152|app: 0|req: 65/1033] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:19:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:19:53.296 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000644 [pid: 143|app: 0|req: 65/1034] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:19:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:19:53.686 156 INFO nova.api.openstack.requestlog [req-6d24e80a-ceb3-4ec0-8bdc-0466cf3dfd1d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.277325 [pid: 156|app: 0|req: 65/1035] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:19:53 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 278 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:04.141 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000678 [pid: 153|app: 0|req: 65/1036] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:04.522 144 INFO nova.api.openstack.requestlog [req-894acf73-296f-4078-9396-332d47262826 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.268549 [pid: 144|app: 0|req: 66/1037] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:04 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:14.860 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 147|app: 0|req: 65/1038] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:14 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:15.242 149 INFO nova.api.openstack.requestlog [req-2c00e22c-e778-49b4-b248-e37ab219e47a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.265658 [pid: 149|app: 0|req: 65/1039] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:14 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:25.580 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 155|app: 0|req: 65/1040] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:25.985 154 INFO nova.api.openstack.requestlog [req-4fda49b8-9946-416a-a2f9-dc13859eb1ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.286187 [pid: 154|app: 0|req: 66/1041] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:36.342 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000682 [pid: 141|app: 0|req: 65/1042] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:36.784 150 INFO nova.api.openstack.requestlog [req-c183919e-ef0c-42f2-80b5-7a8fb90c7a25 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.299946 [pid: 150|app: 0|req: 66/1043] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:47.113 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000658 [pid: 142|app: 0|req: 66/1044] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:47.528 151 INFO nova.api.openstack.requestlog [req-f8269015-755a-4ca0-ab7c-45a66ef8b957 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.287159 [pid: 151|app: 0|req: 66/1045] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:47 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:20:57.856 148 INFO nova.api.openstack.requestlog [req-d3c5ad9e-ef94-4077-b3f6-e4fdfd1e4548 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 148|app: 0|req: 66/1046] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:20:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:20:58.242 146 INFO nova.api.openstack.requestlog [req-89654f87-0617-426f-82f4-c302d018d2a8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.269027 [pid: 146|app: 0|req: 66/1047] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:20:57 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 270 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:21:08.565 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 145|app: 0|req: 66/1048] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:21:08 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:21:08.951 152 INFO nova.api.openstack.requestlog [req-161ea4f7-7f7e-49c2-b209-8aeccadbb08e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.271856 [pid: 152|app: 0|req: 66/1049] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:21:08 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 273 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:21:19.274 143 INFO nova.api.openstack.requestlog [req-78b3f8d9-f5c2-4ce2-a13e-aceb6f219b98 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000692 [pid: 143|app: 0|req: 66/1050] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:21:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:21:19.677 156 INFO nova.api.openstack.requestlog [req-794b1cc9-523c-4cb0-9087-429c92bc9dbf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.285102 [pid: 156|app: 0|req: 66/1051] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:21:19 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:21:30.004 153 INFO nova.api.openstack.requestlog [req-0fe9376c-4220-49cd-a548-e4914f18768d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 153|app: 0|req: 66/1052] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:21:30 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:21:30.804 144 INFO nova.api.openstack.requestlog [req-703ae13c-9ab2-4184-a567-f9d316a17480 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.684641 [pid: 144|app: 0|req: 67/1053] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:21:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 686 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:21:41.071 147 INFO nova.api.openstack.requestlog [req-5efdce96-6d12-4356-a2ef-d3645d2d22cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000690 [pid: 147|app: 0|req: 66/1054] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:21:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:21:41.512 149 INFO nova.api.openstack.requestlog [req-c02a982c-487c-476e-9b6f-a851ee184202 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.246010 [pid: 149|app: 0|req: 66/1055] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:21:41 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:21:51.748 155 INFO nova.api.openstack.requestlog [req-eae720db-4bd6-4ab9-a61d-a96ecd7ee5c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000638 [pid: 155|app: 0|req: 66/1056] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:21:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:21:52.204 154 INFO nova.api.openstack.requestlog [req-d911856a-b8e9-4ef8-b552-f02c6abd4062 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.267549 [pid: 154|app: 0|req: 67/1057] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:21:51 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 269 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-10 19:22:02.472 141 INFO nova.api.openstack.requestlog [req-a9cfbaef-86dc-4ecc-9658-01adb1c5b8ed 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000677 [pid: 141|app: 0|req: 66/1058] 10.0.3.17 () {30 vars in 559 bytes} [Wed Nov 10 19:22:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-10 19:22:02.923 150 INFO nova.api.openstack.requestlog [req-95ccd90c-fe60-4c75-bbb9-4d980170dc18 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.253810 [pid: 150|app: 0|req: 67/1059] 10.0.3.17 () {34 vars in 759 bytes} [Wed Nov 10 19:22:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 255 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:35:26.181 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000661 [pid: 142|app: 0|req: 67/1060] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:35:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:35:27.239 151 INFO nova.api.openstack.requestlog [req-c08ebc63-93d0-4fc7-8de3-d219b78600d3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-14T00:00:00&end=2021-11-15T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.849771 [pid: 151|app: 0|req: 67/1061] 10.0.3.17 () {34 vars in 853 bytes} [Mon Nov 15 19:35:26 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-14T00:00:00&end=2021-11-15T23:59:59 => generated 20 bytes in 851 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:35:28.251 148 INFO nova.api.openstack.requestlog [req-def7a7a4-26a7-42c0-bbb0-b575f95451c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.689989 [pid: 148|app: 0|req: 67/1062] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:35:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 691 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:23.121 146 INFO nova.api.openstack.requestlog [req-233933b5-ba1d-46e2-89a9-cb75114d9900 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.740996 [pid: 146|app: 0|req: 67/1063] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:37:22 2021] GET /v2.1/flavors/detail => generated 453 bytes in 742 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:23.430 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000731 [pid: 145|app: 0|req: 67/1064] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:37:23 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:24.408 152 INFO nova.api.openstack.requestlog [req-07f9e373-2eb9-4c3a-aba2-130589b9e2d5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.774339 [pid: 152|app: 0|req: 67/1065] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:37:23 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 775 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:37:24.708 143 INFO nova.api.openstack.requestlog [req-394ad260-68d7-4eb1-8e57-4f5e8e5cbd3f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.062239 [pid: 143|app: 0|req: 67/1066] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:37:24 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 64 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:24.755 156 INFO nova.api.openstack.requestlog [req-feb58551-1cc4-4ccc-b89e-6786f71cd7b5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.039021 [pid: 156|app: 0|req: 67/1067] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:37:24 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 40 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:28.633 144 INFO nova.api.openstack.requestlog [req-703ae13c-9ab2-4184-a567-f9d316a17480 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001227 [pid: 144|app: 0|req: 68/1068] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:37:28 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.506 147 INFO nova.api.openstack.requestlog [req-c1ef416c-1e48-4d68-8c5f-a1583f7d6d4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.869604 [pid: 147|app: 0|req: 67/1069] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:37:28 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 872 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.531 154 INFO nova.api.openstack.requestlog [req-d911856a-b8e9-4ef8-b552-f02c6abd4062 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000853 [pid: 154|app: 0|req: 68/1070] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:37:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.532 153 INFO nova.api.openstack.requestlog [req-317b09a6-1e55-41a6-b65a-7cc7f5e37336 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.914726 [pid: 153|app: 0|req: 67/1071] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:37:28 2021] GET /v2.1/flavors/detail => generated 453 bytes in 916 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.548 149 INFO nova.api.openstack.requestlog [req-4c149b43-8979-4efb-a697-b27523e03a37 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.907689 [pid: 149|app: 0|req: 67/1072] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:37:28 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 910 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.563 141 INFO nova.api.openstack.requestlog [req-a957b963-f233-4b72-9102-5731c66a4d70 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.024637 [pid: 141|app: 0|req: 67/1073] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:37:29 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:29.655 155 WARNING oslo_db.sqlalchemy.utils [req-ce98a406-0c29-4515-b523-bd45b7f5fff3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:37:29.663 155 WARNING oslo_db.sqlalchemy.utils [req-ce98a406-0c29-4515-b523-bd45b7f5fff3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:37:29.670 155 INFO nova.api.openstack.requestlog [req-ce98a406-0c29-4515-b523-bd45b7f5fff3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.848617 [pid: 155|app: 0|req: 67/1074] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:37:28 2021] GET /v2.1/os-keypairs => generated 16 bytes in 850 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:37:30.878 150 INFO nova.api.openstack.requestlog [req-b1357853-9f61-400c-bd5c-e06ae741d30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.659065 [pid: 150|app: 0|req: 68/1075] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:37:30 2021] GET /v2.1/os-server-groups => generated 21 bytes in 660 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:11.776 142 INFO nova.api.openstack.requestlog [req-7513791a-a7d2-4ea6-949d-b399dc677164 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000623 [pid: 142|app: 0|req: 68/1076] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:16.262 151 INFO nova.api.openstack.requestlog [req-244d626b-ec02-4369-aa82-22cb3a1a64fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 384 microversion: 2.60 time: 4.286564 [pid: 151|app: 0|req: 68/1077] 10.0.3.17 () {38 vars in 712 bytes} [Mon Nov 15 19:40:11 2021] POST /v2.1/servers => generated 384 bytes in 4288 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-15 19:40:16.779 148 INFO nova.api.openstack.requestlog [req-927fb334-da6c-4f31-9566-4b7bd1bdc16d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 1619 microversion: 2.60 time: 0.508689 [pid: 148|app: 0|req: 68/1078] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:40:16 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 1619 bytes in 510 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:17.730 146 INFO nova.api.openstack.requestlog [req-d713b3bd-1198-4eaf-a0bc-ed6d3334581f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.238655 [pid: 146|app: 0|req: 68/1079] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:40:17 2021] GET /v2.1/flavors/detail => generated 453 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:17.737 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000618 [pid: 145|app: 0|req: 68/1080] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:19.533 152 INFO nova.api.openstack.requestlog [req-5c385219-59b2-4df6-a983-6863dbaf2162 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1793 microversion: 2.42 time: 1.605751 [pid: 152|app: 0|req: 68/1081] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:40:17 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1793 bytes in 1607 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:20.354 143 INFO nova.api.openstack.requestlog [req-7f03e9da-f13c-4822-b1ad-6caeaf5528dc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025258 [pid: 143|app: 0|req: 68/1082] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:40:20 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:20.660 156 INFO nova.api.openstack.requestlog [req-fdec7ac6-c932-42cd-9a1c-b2c8213dee79 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024919 [pid: 156|app: 0|req: 68/1083] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:40:20 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:22.458 144 INFO nova.api.openstack.requestlog [req-12405ad3-0ce4-4b57-9a1e-f30e67aa6cc0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.839097 [pid: 144|app: 0|req: 69/1084] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:40:21 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 840 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:22.470 147 INFO nova.api.openstack.requestlog [req-c1ef416c-1e48-4d68-8c5f-a1583f7d6d4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001083 [pid: 147|app: 0|req: 68/1085] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:25.727 154 INFO nova.api.openstack.requestlog [req-b790d490-e325-4764-9fce-2c65848be167 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 1718 microversion: 2.60 time: 2.982035 [pid: 154|app: 0|req: 69/1086] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:40:22 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 1718 bytes in 2983 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:25.985 153 INFO nova.api.openstack.requestlog [req-317b09a6-1e55-41a6-b65a-7cc7f5e37336 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000636 [pid: 153|app: 0|req: 68/1087] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:29.675 149 INFO nova.api.openstack.requestlog [req-8166a919-4c0e-46fe-bb04-61c12091dff9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.770185 [pid: 149|app: 0|req: 68/1088] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:40:28 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 771 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:29.689 141 INFO nova.api.openstack.requestlog [req-a957b963-f233-4b72-9102-5731c66a4d70 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000871 [pid: 141|app: 0|req: 68/1089] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:29 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:31.268 155 INFO nova.api.openstack.requestlog [req-c9c309d8-2127-4f1a-b4c1-30e1518eb706 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 1640 microversion: 2.60 time: 1.361404 [pid: 155|app: 0|req: 68/1090] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:40:29 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 1640 bytes in 1362 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:31.836 150 INFO nova.api.openstack.requestlog [req-b1357853-9f61-400c-bd5c-e06ae741d30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000804 [pid: 150|app: 0|req: 69/1091] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:31 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:37.965 142 INFO nova.api.openstack.requestlog [req-60445d01-bd07-489f-aa07-afee859d4645 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.706942 [pid: 142|app: 0|req: 69/1092] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:40:37 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 708 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:37.982 151 INFO nova.api.openstack.requestlog [req-244d626b-ec02-4369-aa82-22cb3a1a64fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001058 [pid: 151|app: 0|req: 69/1093] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:37 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:38.629 148 INFO nova.api.openstack.requestlog [req-28161475-688e-4fd2-86ad-b5e80d98f5e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 2213 microversion: 2.60 time: 0.412074 [pid: 148|app: 0|req: 69/1094] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:40:38 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 2213 bytes in 413 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:39.051 146 INFO nova.api.openstack.requestlog [req-d713b3bd-1198-4eaf-a0bc-ed6d3334581f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000746 [pid: 146|app: 0|req: 69/1095] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:39 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:49.008 145 INFO nova.api.openstack.requestlog [req-36be14a7-619c-4ee8-8adb-11fa547c2461 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 145|app: 0|req: 69/1096] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:49.680 152 INFO nova.api.openstack.requestlog [req-8427dd42-99cf-43f2-8f3e-6284844d28fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 2213 microversion: 2.60 time: 0.493044 [pid: 152|app: 0|req: 69/1097] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:40:49 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 2213 bytes in 495 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:40:50.487 143 INFO nova.api.openstack.requestlog [req-a953023a-32e4-4898-8b1e-8a6f839a9745 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.795249 [pid: 143|app: 0|req: 69/1098] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:40:49 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103/os-volume_attachments => generated 25 bytes in 796 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:40:50.543 156 INFO nova.api.openstack.requestlog [req-fdec7ac6-c932-42cd-9a1c-b2c8213dee79 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000892 [pid: 156|app: 0|req: 69/1099] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:40:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:41:03.265 144 INFO nova.api.openstack.requestlog [req-12405ad3-0ce4-4b57-9a1e-f30e67aa6cc0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 144|app: 0|req: 70/1100] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:41:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:41:04.264 147 INFO nova.api.openstack.requestlog [req-d8ef28c4-cdd2-4ec3-8e54-1e6effb1518a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 2387 microversion: 2.42 time: 0.802822 [pid: 147|app: 0|req: 69/1101] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:41:03 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 2387 bytes in 804 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:41:44.590 154 INFO nova.api.openstack.requestlog [req-b790d490-e325-4764-9fce-2c65848be167 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 154|app: 0|req: 70/1102] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:41:44 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:41:45.589 153 INFO nova.api.openstack.requestlog [req-24e57e94-160e-4124-9f1c-d2967f859266 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 2387 microversion: 2.42 time: 0.802230 [pid: 153|app: 0|req: 69/1103] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:41:44 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 2387 bytes in 803 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:02.719 149 INFO nova.api.openstack.requestlog [req-8166a919-4c0e-46fe-bb04-61c12091dff9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 149|app: 0|req: 69/1104] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:05.220 141 INFO nova.api.openstack.requestlog [req-2a68b333-c267-4687-93bb-acb398fcae69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 2387 microversion: 2.42 time: 2.294487 [pid: 141|app: 0|req: 69/1105] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:42:02 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 2387 bytes in 2296 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:12.872 155 INFO nova.api.openstack.requestlog [req-966daf88-3ea7-4f0f-a80e-965cfa8c5071 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.251915 [pid: 155|app: 0|req: 69/1106] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:42:12 2021] GET /v2.1/flavors/detail => generated 453 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:12.877 150 INFO nova.api.openstack.requestlog [req-b1357853-9f61-400c-bd5c-e06ae741d30f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000635 [pid: 150|app: 0|req: 70/1107] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:14.044 142 INFO nova.api.openstack.requestlog [req-1cde7102-b7b2-4bef-9514-a66dd2e7d32f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2387 microversion: 2.42 time: 0.987353 [pid: 142|app: 0|req: 70/1108] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:42:13 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2387 bytes in 988 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:14.484 151 INFO nova.api.openstack.requestlog [req-843095a5-a5fd-444f-936c-58e37b2b2083 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.028010 [pid: 151|app: 0|req: 70/1109] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:42:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:14.570 148 INFO nova.api.openstack.requestlog [req-a0bfadd1-2f6b-4f56-8b19-03b7ecce9509 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.022247 [pid: 148|app: 0|req: 70/1110] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:42:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:17.707 146 INFO nova.api.openstack.requestlog [req-d713b3bd-1198-4eaf-a0bc-ed6d3334581f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 146|app: 0|req: 70/1111] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:19.127 145 INFO nova.api.openstack.requestlog [req-d0a365f0-8569-4a36-94b1-f2b5f53492ac 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 2213 microversion: 2.60 time: 1.238111 [pid: 145|app: 0|req: 70/1112] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:42:17 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 2213 bytes in 1240 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:38.017 152 INFO nova.api.openstack.requestlog [req-8427dd42-99cf-43f2-8f3e-6284844d28fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000655 [pid: 152|app: 0|req: 70/1113] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:38 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:38.922 143 INFO nova.api.openstack.requestlog [req-c4e5bda4-6fed-420c-ae9c-a2ca3086809e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 2213 microversion: 2.60 time: 0.711217 [pid: 143|app: 0|req: 70/1114] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:42:38 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 2213 bytes in 713 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:40.778 156 INFO nova.api.openstack.requestlog [req-446a29db-6517-44f8-a332-76bbc3aaef0a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "PUT /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 1517 microversion: 2.60 time: 0.346521 [pid: 156|app: 0|req: 70/1115] 10.0.3.17 () {38 vars in 784 bytes} [Mon Nov 15 19:42:40 2021] PUT /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 1517 bytes in 348 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:41.286 144 INFO nova.api.openstack.requestlog [req-7422e42b-2e74-43e3-8483-5b47dd3f3fa6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.260565 [pid: 144|app: 0|req: 71/1116] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:42:41 2021] GET /v2.1/flavors/detail => generated 453 bytes in 262 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:41.292 147 INFO nova.api.openstack.requestlog [req-d8ef28c4-cdd2-4ec3-8e54-1e6effb1518a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 147|app: 0|req: 70/1117] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:42:42.002 154 INFO nova.api.openstack.requestlog [req-dfca464b-0fd1-444a-aa36-75e92757efe8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2387 microversion: 2.42 time: 0.476518 [pid: 154|app: 0|req: 71/1118] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:42:41 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2387 bytes in 478 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:42.535 153 INFO nova.api.openstack.requestlog [req-c2331d05-9269-40a5-8f5d-2a7cedf44c96 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.039784 [pid: 153|app: 0|req: 70/1119] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:42:42 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:42.631 149 INFO nova.api.openstack.requestlog [req-515633d4-08ce-4364-be21-e8fe8abbf5e1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.022557 [pid: 149|app: 0|req: 70/1120] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:42:42 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:49.271 141 INFO nova.api.openstack.requestlog [req-2a68b333-c267-4687-93bb-acb398fcae69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000668 [pid: 141|app: 0|req: 70/1121] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:49.776 155 INFO nova.api.openstack.requestlog [req-ce99db99-58e5-4465-a025-ee5c5eb40ec7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 200 len: 2213 microversion: 2.60 time: 0.305119 [pid: 155|app: 0|req: 70/1122] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:42:49 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 2213 bytes in 306 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:42:50.232 150 INFO nova.api.openstack.requestlog [req-ee326d0c-ea23-420b-8c22-b50d0fcd3c36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.444624 [pid: 150|app: 0|req: 71/1123] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:42:49 2021] GET /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103/os-volume_attachments => generated 25 bytes in 446 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:42:50.307 142 INFO nova.api.openstack.requestlog [req-1cde7102-b7b2-4bef-9514-a66dd2e7d32f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000850 [pid: 142|app: 0|req: 71/1124] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:42:50 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:01.214 151 INFO nova.api.openstack.requestlog [req-844a698b-5d84-446a-a993-34ff52ffef62 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.234834 [pid: 151|app: 0|req: 71/1125] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:43:00 2021] GET /v2.1/flavors/detail => generated 453 bytes in 236 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:01.219 148 INFO nova.api.openstack.requestlog [req-a0bfadd1-2f6b-4f56-8b19-03b7ecce9509 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000652 [pid: 148|app: 0|req: 71/1126] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:43:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:02.654 146 INFO nova.api.openstack.requestlog [req-165ce00b-abef-43b4-b350-cb95dd9d12a2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2387 microversion: 2.42 time: 1.220508 [pid: 146|app: 0|req: 71/1127] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:43:01 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2387 bytes in 1222 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:43:03.213 145 INFO nova.api.openstack.requestlog [req-4047954f-3cd7-4787-b6c1-32ed1420cb97 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.029337 [pid: 145|app: 0|req: 71/1128] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:43:03 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 31 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:03.302 152 INFO nova.api.openstack.requestlog [req-c37e3894-1e38-4a07-89b5-8f720f8b7e33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024079 [pid: 152|app: 0|req: 71/1129] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:43:03 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:09.327 143 INFO nova.api.openstack.requestlog [req-0ca4a620-31c4-47dc-ad8c-5dc8abda1de3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.249549 [pid: 143|app: 0|req: 71/1130] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:43:09 2021] GET /v2.1/flavors/detail => generated 453 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:09.587 156 INFO nova.api.openstack.requestlog [req-446a29db-6517-44f8-a332-76bbc3aaef0a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000787 [pid: 156|app: 0|req: 71/1131] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:43:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:10.638 144 INFO nova.api.openstack.requestlog [req-141973db-24a8-4f3c-9f3b-73d3ed0a6472 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2387 microversion: 2.42 time: 0.860709 [pid: 144|app: 0|req: 72/1132] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:43:09 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2387 bytes in 862 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:43:11.035 147 WARNING nova.compute.api [req-da773561-282d-4149-9966-841773569683 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: bac0f15c-1f4b-455b-b157-dbada9b2e103] instance's host None is down, deleting from database 2021-11-15 19:43:12.642 147 INFO nova.api.openstack.requestlog [req-da773561-282d-4149-9966-841773569683 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103" status: 204 len: 0 microversion: 2.1 time: 1.796801 [pid: 147|app: 0|req: 71/1133] 10.0.3.17 () {32 vars in 671 bytes} [Mon Nov 15 19:43:10 2021] DELETE /v2.1/servers/bac0f15c-1f4b-455b-b157-dbada9b2e103 => generated 0 bytes in 1799 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-15 19:43:13.152 154 INFO nova.api.openstack.requestlog [req-578ff423-7966-4ac6-8a4a-d87ae5db04ea 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.238655 [pid: 154|app: 0|req: 72/1134] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:43:12 2021] GET /v2.1/flavors/detail => generated 453 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:13.157 153 INFO nova.api.openstack.requestlog [req-c2331d05-9269-40a5-8f5d-2a7cedf44c96 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000673 [pid: 153|app: 0|req: 71/1135] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:43:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:43:13.745 149 INFO nova.api.openstack.requestlog [req-7312f179-a319-4e35-9633-aea5c0a58807 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=bac0f15c-1f4b-455b-b157-dbada9b2e103&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.394722 [pid: 149|app: 0|req: 71/1136] 10.0.3.17 () {34 vars in 1061 bytes} [Mon Nov 15 19:43:13 2021] GET /v2.1/servers/detail?limit=21&marker=bac0f15c-1f4b-455b-b157-dbada9b2e103&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 396 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:43:14.112 141 INFO nova.api.openstack.requestlog [req-1aeeff79-512c-4452-ae23-86ca834373e5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.041838 [pid: 141|app: 0|req: 71/1137] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:43:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 43 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:14.177 155 INFO nova.api.openstack.requestlog [req-80150d9d-97dc-4a3a-bfbe-69960aff044c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.054620 [pid: 155|app: 0|req: 71/1138] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:43:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 56 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:18.588 148 INFO nova.api.openstack.requestlog [req-a0bfadd1-2f6b-4f56-8b19-03b7ecce9509 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 148|app: 0|req: 72/1139] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:18.675 150 INFO nova.api.openstack.requestlog [req-fcb467b4-7020-4dc3-8106-937c5b04f00b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.295806 [pid: 150|app: 0|req: 72/1140] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1/flavors/detail => generated 453 bytes in 297 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:18.696 146 INFO nova.api.openstack.requestlog [req-ad09b034-a0a1-46ab-88a7-ec639a4760f9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.015743 [pid: 146|app: 0|req: 72/1141] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 17 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:18.842 151 INFO nova.api.openstack.requestlog [req-b44d8ecf-77f9-4ebb-8ee2-26d835c9b72b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.269442 [pid: 151|app: 0|req: 72/1142] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 271 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:19.175 142 INFO nova.api.openstack.requestlog [req-659c9a7e-747c-4f4f-9fde-5f1a0ba6d501 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.793163 [pid: 142|app: 0|req: 72/1143] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 794 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:19.240 145 WARNING oslo_db.sqlalchemy.utils [req-8f5a336a-0a36-4d46-9160-1608a5946894 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:43:19.260 145 WARNING oslo_db.sqlalchemy.utils [req-8f5a336a-0a36-4d46-9160-1608a5946894 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:43:19.268 145 INFO nova.api.openstack.requestlog [req-8f5a336a-0a36-4d46-9160-1608a5946894 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.302286 [pid: 145|app: 0|req: 72/1144] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:43:18 2021] GET /v2.1/os-keypairs => generated 16 bytes in 304 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:19.509 152 INFO nova.api.openstack.requestlog [req-c37e3894-1e38-4a07-89b5-8f720f8b7e33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001027 [pid: 152|app: 0|req: 72/1145] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:43:19 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:43:19.746 143 INFO nova.api.openstack.requestlog [req-917def21-58a6-4f95-9593-9024c9537fba 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.215598 [pid: 143|app: 0|req: 72/1146] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:43:19 2021] GET /v2.1/os-server-groups => generated 21 bytes in 217 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:15.007 156 INFO nova.api.openstack.requestlog [req-ee6c4b8e-8c4b-4acb-a1d1-2fe8167861eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.679771 [pid: 156|app: 0|req: 72/1147] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:44:14 2021] GET /v2.1/os-server-groups => generated 21 bytes in 681 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:15.261 144 INFO nova.api.openstack.requestlog [req-141973db-24a8-4f3c-9f3b-73d3ed0a6472 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000678 [pid: 144|app: 0|req: 73/1148] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:15.900 147 INFO nova.api.openstack.requestlog [req-217eac1d-79d3-498f-8950-ad5347aa273f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.196570 [pid: 147|app: 0|req: 72/1149] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:44:15 2021] GET /v2.1/flavors/detail => generated 453 bytes in 198 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:15.905 154 INFO nova.api.openstack.requestlog [req-578ff423-7966-4ac6-8a4a-d87ae5db04ea 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000673 [pid: 154|app: 0|req: 73/1150] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:44:16.394 153 INFO nova.api.openstack.requestlog [req-d8d3f641-0fec-4a28-b23b-978325ec1d28 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.324335 [pid: 153|app: 0|req: 72/1151] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:44:16 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 325 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:44:16.598 149 INFO nova.api.openstack.requestlog [req-ebc62ad5-5835-4f8a-ae27-fce8dcfe570a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.022901 [pid: 149|app: 0|req: 72/1152] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:44:16 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:16.631 141 INFO nova.api.openstack.requestlog [req-0a8d869b-9871-4ae8-b6a6-184141b25feb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025527 [pid: 141|app: 0|req: 72/1153] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:44:16 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:29.156 155 INFO nova.api.openstack.requestlog [req-b53c77e1-a700-4286-8de3-9026c5d448d1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.262321 [pid: 155|app: 0|req: 72/1154] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:44:28 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:30.135 148 INFO nova.api.openstack.requestlog [req-a0bfadd1-2f6b-4f56-8b19-03b7ecce9509 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000774 [pid: 148|app: 0|req: 73/1155] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:30 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:44:30.527 150 INFO nova.api.openstack.requestlog [req-b01b3113-f362-4f5f-bcae-b824368c807d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.282474 [pid: 150|app: 0|req: 73/1156] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:44:30 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 283 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:44:39.072 142 INFO nova.api.openstack.requestlog [req-659c9a7e-747c-4f4f-9fde-5f1a0ba6d501 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000721 [pid: 142|app: 0|req: 73/1157] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:39 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:39.259 151 INFO nova.api.openstack.requestlog [req-d32c9bbb-3172-4a1d-8fe3-db4b09a62aa7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.279438 [pid: 151|app: 0|req: 73/1158] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:44:38 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:39.395 152 WARNING oslo_db.sqlalchemy.utils [req-043241e3-c056-4f9a-a49f-7523ee87be7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:44:39.407 152 WARNING oslo_db.sqlalchemy.utils [req-043241e3-c056-4f9a-a49f-7523ee87be7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:44:39.414 152 INFO nova.api.openstack.requestlog [req-043241e3-c056-4f9a-a49f-7523ee87be7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.211107 [pid: 152|app: 0|req: 73/1159] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:44:39 2021] GET /v2.1/os-keypairs => generated 16 bytes in 212 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:39.447 146 INFO nova.api.openstack.requestlog [req-55b97dad-bf8e-47dd-945e-3dd5d06bad4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.489769 [pid: 146|app: 0|req: 73/1160] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:44:38 2021] GET /v2.1/flavors/detail => generated 453 bytes in 491 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:39.458 145 INFO nova.api.openstack.requestlog [req-9ae45699-05ce-485e-a8f0-a4b69eecf75e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.344449 [pid: 145|app: 0|req: 73/1161] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:44:39 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 346 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:39.472 143 INFO nova.api.openstack.requestlog [req-2feef1b5-1077-4d91-8da4-26c592c91ef5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.017138 [pid: 143|app: 0|req: 73/1162] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:44:39 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:40.074 156 INFO nova.api.openstack.requestlog [req-ee6c4b8e-8c4b-4acb-a1d1-2fe8167861eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 156|app: 0|req: 73/1163] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:40.282 144 INFO nova.api.openstack.requestlog [req-2ece62cc-dacc-4261-b585-3856f8229a8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.176863 [pid: 144|app: 0|req: 74/1164] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:44:40 2021] GET /v2.1/os-server-groups => generated 21 bytes in 178 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:44:42.458 147 INFO nova.api.openstack.requestlog [req-217eac1d-79d3-498f-8950-ad5347aa273f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000687 [pid: 147|app: 0|req: 73/1165] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:44:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:44:42.906 154 INFO nova.api.openstack.requestlog [req-2947e227-ab20-4436-b382-161064409dbc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.247576 [pid: 154|app: 0|req: 74/1166] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:44:42 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:45:02.215 153 INFO nova.api.openstack.requestlog [req-d8d3f641-0fec-4a28-b23b-978325ec1d28 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001148 [pid: 153|app: 0|req: 73/1167] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:02.583 149 INFO nova.api.openstack.requestlog [req-cef647dc-f67e-4be5-a443-36b8135ce37e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.284306 [pid: 149|app: 0|req: 73/1168] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1/flavors/detail => generated 453 bytes in 285 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:02.603 150 INFO nova.api.openstack.requestlog [req-1af7d008-a895-413f-add1-534fc89a4dcf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.014552 [pid: 150|app: 0|req: 74/1169] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:02.609 155 INFO nova.api.openstack.requestlog [req-aa609dda-6ce9-4f2b-a70f-96d5761844a7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.231169 [pid: 155|app: 0|req: 73/1170] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 233 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:02.702 148 WARNING oslo_db.sqlalchemy.utils [req-edc9720e-49cd-454d-99e2-f12dd499e784 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:45:02.707 148 WARNING oslo_db.sqlalchemy.utils [req-edc9720e-49cd-454d-99e2-f12dd499e784 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:45:02.713 148 INFO nova.api.openstack.requestlog [req-edc9720e-49cd-454d-99e2-f12dd499e784 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.259609 [pid: 148|app: 0|req: 74/1171] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1/os-keypairs => generated 16 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:02.776 141 INFO nova.api.openstack.requestlog [req-b8d75410-f071-4cf2-bc7b-2b16db169bf5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.461100 [pid: 141|app: 0|req: 73/1172] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:45:02 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 462 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:03.392 151 INFO nova.api.openstack.requestlog [req-d32c9bbb-3172-4a1d-8fe3-db4b09a62aa7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 151|app: 0|req: 74/1173] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:45:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:45:03.537 142 INFO nova.api.openstack.requestlog [req-1017b74b-7668-44c1-b30e-b541edb11e7f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.164571 [pid: 142|app: 0|req: 74/1174] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:45:03 2021] GET /v2.1/os-server-groups => generated 21 bytes in 166 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:25.065 152 INFO nova.api.openstack.requestlog [req-043241e3-c056-4f9a-a49f-7523ee87be7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000637 [pid: 152|app: 0|req: 74/1175] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:46:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:27.952 146 INFO nova.api.openstack.requestlog [req-396610e9-fb97-4250-9f0d-f46a4ad862f1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 385 microversion: 2.60 time: 2.684761 [pid: 146|app: 0|req: 74/1176] 10.0.3.17 () {38 vars in 712 bytes} [Mon Nov 15 19:46:25 2021] POST /v2.1/servers => generated 385 bytes in 2686 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-15 19:46:28.060 145 INFO nova.api.openstack.requestlog [req-48108e28-55e5-458e-9937-ccfb7cca0181 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 1603 microversion: 2.60 time: 0.100827 [pid: 145|app: 0|req: 74/1177] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:46:27 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 1603 bytes in 102 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:46:46.272 147 INFO nova.api.openstack.requestlog [req-217eac1d-79d3-498f-8950-ad5347aa273f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001054 [pid: 147|app: 0|req: 74/1178] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:46.367 143 INFO nova.api.openstack.requestlog [req-3b2dc456-cb02-4b8c-ad1c-c31561d59753 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.259873 [pid: 143|app: 0|req: 74/1179] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1/flavors/detail => generated 453 bytes in 261 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:46.382 154 INFO nova.api.openstack.requestlog [req-d2c9b086-ef96-4b62-9c4a-51c8c200aa9f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.009725 [pid: 154|app: 0|req: 75/1180] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:46.418 156 INFO nova.api.openstack.requestlog [req-6167dc12-3a9e-46d5-9f00-2909a7a8a97d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.277318 [pid: 156|app: 0|req: 74/1181] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 279 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:46.610 144 INFO nova.api.openstack.requestlog [req-a06db548-d6ee-4df0-b088-6dd2b1f62cf8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.357053 [pid: 144|app: 0|req: 75/1182] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 358 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:46.614 153 WARNING oslo_db.sqlalchemy.utils [req-6d2012ad-e1b4-4840-b7e4-d520e13746fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:46:46.645 153 WARNING oslo_db.sqlalchemy.utils [req-6d2012ad-e1b4-4840-b7e4-d520e13746fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:46:46.651 153 INFO nova.api.openstack.requestlog [req-6d2012ad-e1b4-4840-b7e4-d520e13746fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.208408 [pid: 153|app: 0|req: 74/1183] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:46:46 2021] GET /v2.1/os-keypairs => generated 16 bytes in 209 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:47.212 149 INFO nova.api.openstack.requestlog [req-cef647dc-f67e-4be5-a443-36b8135ce37e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000789 [pid: 149|app: 0|req: 74/1184] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:46:47 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:47.460 150 INFO nova.api.openstack.requestlog [req-e04d8439-9fad-4559-9ab5-47f0184fc4df 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.240862 [pid: 150|app: 0|req: 75/1185] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:46:47 2021] GET /v2.1/os-server-groups => generated 21 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:53.773 155 INFO nova.api.openstack.requestlog [req-115d4443-78bf-46f7-aafc-7d7317ca8da9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.229172 [pid: 155|app: 0|req: 74/1186] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:46:53 2021] GET /v2.1/flavors/detail => generated 453 bytes in 230 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:53.779 148 INFO nova.api.openstack.requestlog [req-edc9720e-49cd-454d-99e2-f12dd499e784 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000674 [pid: 148|app: 0|req: 75/1187] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:46:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:46:54.272 141 INFO nova.api.openstack.requestlog [req-025841e2-5dde-4c76-8548-65f2ac06c301 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2371 microversion: 2.42 time: 0.370977 [pid: 141|app: 0|req: 74/1188] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:46:53 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2371 bytes in 372 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:46:54.692 151 INFO nova.api.openstack.requestlog [req-74ba1782-963d-40e3-b68b-333e692c882c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.023463 [pid: 151|app: 0|req: 75/1189] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:46:54 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:46:54.776 142 INFO nova.api.openstack.requestlog [req-444356c7-db5f-42de-9366-6d41e8b86d05 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.022346 [pid: 142|app: 0|req: 75/1190] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:46:54 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:01.422 152 INFO nova.api.openstack.requestlog [req-043241e3-c056-4f9a-a49f-7523ee87be7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000632 [pid: 152|app: 0|req: 75/1191] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:01.932 146 INFO nova.api.openstack.requestlog [req-a35c7545-78ed-4b79-86a9-b536288ab46f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.312322 [pid: 146|app: 0|req: 75/1192] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:47:01 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 314 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:47:02.166 145 INFO nova.api.openstack.requestlog [req-b7c1888e-a250-4de4-ab94-c5ee86374a66 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.226165 [pid: 145|app: 0|req: 75/1193] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:47:01 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 227 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:03.516 147 INFO nova.api.openstack.requestlog [req-217eac1d-79d3-498f-8950-ad5347aa273f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 147|app: 0|req: 75/1194] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:11.627 143 INFO nova.api.openstack.requestlog [req-3b2dc456-cb02-4b8c-ad1c-c31561d59753 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 143|app: 0|req: 75/1195] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:11 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:12.729 154 INFO nova.api.openstack.requestlog [req-9e1bd9d6-a821-48f6-8924-dc7a13ebcaf3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.984943 [pid: 154|app: 0|req: 76/1196] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:47:11 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 986 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:47:13.043 156 INFO nova.api.openstack.requestlog [req-83ece9e0-8b6b-4517-91c6-676a427612e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.295820 [pid: 156|app: 0|req: 75/1197] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:47:12 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 297 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:13.135 144 INFO nova.api.openstack.wsgi [req-762a45df-04ea-4510-8747-871a86e475f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:47:13.136 144 INFO nova.api.openstack.requestlog [req-762a45df-04ea-4510-8747-871a86e475f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.075814 [pid: 144|app: 0|req: 76/1198] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:47:13 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 77 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:47:13.188 153 INFO nova.api.openstack.requestlog [req-6d2012ad-e1b4-4840-b7e4-d520e13746fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000916 [pid: 153|app: 0|req: 75/1199] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:13 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:15.687 149 INFO nova.api.openstack.requestlog [req-cef647dc-f67e-4be5-a443-36b8135ce37e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000656 [pid: 149|app: 0|req: 75/1200] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:16.475 150 INFO nova.api.openstack.requestlog [req-d3a5cbca-07a5-4cf2-a8b8-f4ffd2c76d4a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.669961 [pid: 150|app: 0|req: 76/1201] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:47:15 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 671 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:47:16.736 155 INFO nova.api.openstack.requestlog [req-c1c94789-0539-4a8c-be27-be32ba45ec62 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.251361 [pid: 155|app: 0|req: 75/1202] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:47:16 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:16.809 148 INFO nova.api.openstack.requestlog [req-edc9720e-49cd-454d-99e2-f12dd499e784 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 148|app: 0|req: 76/1203] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:18.626 141 INFO nova.api.openstack.requestlog [req-025841e2-5dde-4c76-8548-65f2ac06c301 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000691 [pid: 141|app: 0|req: 75/1204] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:19.454 151 INFO nova.api.openstack.requestlog [req-0f79391b-a8f3-4c1a-b4e2-a603f64d4465 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.664084 [pid: 151|app: 0|req: 76/1205] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:47:18 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 665 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:47:19.749 142 INFO nova.api.openstack.requestlog [req-66431791-2273-4b8b-9dfc-9cb2719958ca 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.285873 [pid: 142|app: 0|req: 76/1206] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:47:19 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 287 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:19.838 152 INFO nova.api.openstack.wsgi [req-7c8ff307-7490-43d3-a8bc-e1162efd31d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:47:19.839 152 INFO nova.api.openstack.requestlog [req-7c8ff307-7490-43d3-a8bc-e1162efd31d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.068988 [pid: 152|app: 0|req: 76/1207] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:47:19 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 70 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:47:19.921 146 INFO nova.api.openstack.wsgi [req-26b12af7-f1aa-477e-a74d-298467b5f7eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:47:19.922 146 INFO nova.api.openstack.requestlog [req-26b12af7-f1aa-477e-a74d-298467b5f7eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.077573 [pid: 146|app: 0|req: 76/1208] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:47:19 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 79 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:47:19.960 145 INFO nova.api.openstack.wsgi [req-15b2fbeb-702d-45cd-8a3d-cd1915b96e42 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:47:19.961 145 INFO nova.api.openstack.requestlog [req-15b2fbeb-702d-45cd-8a3d-cd1915b96e42 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.033159 [pid: 145|app: 0|req: 76/1209] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:47:19 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 34 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:47:20.001 147 INFO nova.api.openstack.wsgi [req-59812b5e-50bf-4201-908b-5562c9e2028b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:47:20.003 147 INFO nova.api.openstack.requestlog [req-59812b5e-50bf-4201-908b-5562c9e2028b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.035095 [pid: 147|app: 0|req: 76/1210] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:47:19 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 36 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:47:20.009 143 INFO nova.api.openstack.requestlog [req-3b2dc456-cb02-4b8c-ad1c-c31561d59753 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000926 [pid: 143|app: 0|req: 76/1211] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:20.072 154 INFO nova.api.openstack.requestlog [req-9e1bd9d6-a821-48f6-8924-dc7a13ebcaf3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000859 [pid: 154|app: 0|req: 77/1212] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:22.096 156 INFO nova.api.openstack.requestlog [req-83ece9e0-8b6b-4517-91c6-676a427612e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 156|app: 0|req: 76/1213] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:22.587 144 INFO nova.api.openstack.requestlog [req-92f7944d-c14c-4986-a827-553292587234 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.322591 [pid: 144|app: 0|req: 77/1214] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:47:22 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 324 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:47:22.892 153 INFO nova.api.openstack.requestlog [req-95852500-e990-4fa1-8bd0-f5f93c253bf5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.295430 [pid: 153|app: 0|req: 76/1215] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:47:22 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 296 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:23.002 149 INFO nova.api.openstack.requestlog [req-e31a77fe-722d-42c3-ba4e-36666d60860d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-instance-actions" status: 200 len: 316 microversion: 2.1 time: 0.092631 [pid: 149|app: 0|req: 76/1216] 10.0.3.17 () {30 vars in 689 bytes} [Mon Nov 15 19:47:22 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-instance-actions => generated 316 bytes in 94 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:47:23.053 150 INFO nova.api.openstack.requestlog [req-d3a5cbca-07a5-4cf2-a8b8-f4ffd2c76d4a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000924 [pid: 150|app: 0|req: 77/1217] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:47:23 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:list-detail failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:47:58.735 155 INFO nova.api.openstack.requestlog [req-8f04bd61-d42c-47eb-b08e-b666f7b8fb5f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/detail" status: 200 len: 1183 microversion: 2.1 time: 0.297723 [pid: 155|app: 0|req: 76/1218] 10.0.3.17 () {30 vars in 603 bytes} [Mon Nov 15 19:47:58 2021] GET /v2.1/os-hypervisors/detail => generated 1183 bytes in 299 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-services:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:47:58.891 148 INFO nova.api.openstack.requestlog [req-dcb35434-6871-4e69-b485-7c9612cda891 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-services?binary=nova-compute" status: 200 len: 197 microversion: 2.1 time: 0.147984 [pid: 148|app: 0|req: 77/1219] 10.0.3.17 () {30 vars in 622 bytes} [Mon Nov 15 19:47:58 2021] GET /v2.1/os-services?binary=nova-compute => generated 197 bytes in 150 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hypervisors:statistics failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:47:58.938 141 INFO nova.api.openstack.requestlog [req-8ebe034e-8593-4c38-af46-09c5a42fbf4a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-hypervisors/statistics" status: 200 len: 263 microversion: 2.1 time: 0.039229 [pid: 141|app: 0|req: 76/1220] 10.0.3.17 () {30 vars in 611 bytes} [Mon Nov 15 19:47:58 2021] GET /v2.1/os-hypervisors/statistics => generated 263 bytes in 41 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-aggregates:index failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:48:12.901 151 INFO nova.api.openstack.requestlog [req-0660a6a4-49bb-4cc5-a504-40c3517eabc9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-aggregates" status: 200 len: 18 microversion: 2.1 time: 0.270807 [pid: 151|app: 0|req: 77/1221] 10.0.3.17 () {30 vars in 587 bytes} [Mon Nov 15 19:48:12 2021] GET /v2.1/os-aggregates => generated 18 bytes in 272 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-availability-zone:detail failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:48:12.924 142 INFO nova.api.openstack.requestlog [req-7747f0eb-83fd-4f90-acd3-c27c36cf6be9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone/detail" status: 200 len: 487 microversion: 2.1 time: 0.017970 [pid: 142|app: 0|req: 77/1222] 10.0.3.17 () {30 vars in 615 bytes} [Mon Nov 15 19:48:12 2021] GET /v2.1/os-availability-zone/detail => generated 487 bytes in 19 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:16.969 152 INFO nova.api.openstack.requestlog [req-85b6b28d-a37b-4601-917a-199c3edb928b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.201918 [pid: 152|app: 0|req: 77/1223] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:48:16 2021] GET /v2.1/flavors/detail => generated 453 bytes in 203 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:16.975 146 INFO nova.api.openstack.requestlog [req-26b12af7-f1aa-477e-a74d-298467b5f7eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 146|app: 0|req: 77/1224] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:48:17.788 145 INFO nova.api.openstack.requestlog [req-687a3fdc-93d7-4a3b-89d8-328c821bcc65 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2239 microversion: 2.42 time: 0.676883 [pid: 145|app: 0|req: 77/1225] 10.0.3.17 () {34 vars in 919 bytes} [Mon Nov 15 19:48:17 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2239 bytes in 678 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:35.064 147 INFO nova.api.openstack.requestlog [req-b8ab7bd5-0849-49cf-ba71-84a50ff5192a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.225284 [pid: 147|app: 0|req: 77/1226] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:48:34 2021] GET /v2.1/flavors/detail => generated 453 bytes in 226 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:35.070 143 INFO nova.api.openstack.requestlog [req-3b2dc456-cb02-4b8c-ad1c-c31561d59753 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000619 [pid: 143|app: 0|req: 77/1227] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:35 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:48:35.502 154 INFO nova.api.openstack.requestlog [req-7550b170-3a31-4028-a41c-2f4ac2d6546c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2371 microversion: 2.42 time: 0.323025 [pid: 154|app: 0|req: 78/1228] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:48:35 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2371 bytes in 324 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:37.373 156 INFO nova.api.openstack.requestlog [req-91e39581-2073-4c46-a4eb-cacdf3ed92ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025899 [pid: 156|app: 0|req: 77/1229] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:48:37 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:37.562 144 INFO nova.api.openstack.requestlog [req-0a45f29c-9331-41c5-b419-40da09f06129 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.021786 [pid: 144|app: 0|req: 78/1230] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:48:37 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:44.670 153 INFO nova.api.openstack.requestlog [req-95852500-e990-4fa1-8bd0-f5f93c253bf5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000698 [pid: 153|app: 0|req: 77/1231] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:44 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:46.036 149 INFO nova.api.openstack.requestlog [req-722552ae-14a3-4e7e-827a-3681571cf9f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 1.139088 [pid: 149|app: 0|req: 77/1232] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:48:44 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 1140 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:46.251 150 INFO nova.api.openstack.requestlog [req-e51bae14-4a8c-411b-b922-629ec8ce8d64 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.206178 [pid: 150|app: 0|req: 78/1233] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:48:46 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 207 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:46.318 155 INFO nova.api.openstack.requestlog [req-8f04bd61-d42c-47eb-b08e-b666f7b8fb5f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000947 [pid: 155|app: 0|req: 77/1234] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:46 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:47.141 148 INFO nova.api.openstack.requestlog [req-dcb35434-6871-4e69-b485-7c9612cda891 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 148|app: 0|req: 78/1235] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:47.966 141 INFO nova.api.openstack.requestlog [req-eec1f864-0ea2-4b94-8854-98190a82646f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.609867 [pid: 141|app: 0|req: 77/1236] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:48:47 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 611 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:48.302 151 INFO nova.api.openstack.requestlog [req-c4486f7a-e6db-48d1-bcb9-d7b3be874308 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.325181 [pid: 151|app: 0|req: 78/1237] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:48:47 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 326 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:48.356 142 INFO nova.api.openstack.requestlog [req-3bbe3da9-3b96-4030-98e9-aabb322c2159 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-instance-actions" status: 200 len: 316 microversion: 2.1 time: 0.036303 [pid: 142|app: 0|req: 78/1238] 10.0.3.17 () {30 vars in 689 bytes} [Mon Nov 15 19:48:48 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-instance-actions => generated 316 bytes in 38 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:48.415 152 INFO nova.api.openstack.requestlog [req-85b6b28d-a37b-4601-917a-199c3edb928b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000887 [pid: 152|app: 0|req: 78/1239] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:48 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:51.939 146 INFO nova.api.openstack.requestlog [req-26b12af7-f1aa-477e-a74d-298467b5f7eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000669 [pid: 146|app: 0|req: 78/1240] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:51 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:52.402 145 INFO nova.api.openstack.requestlog [req-eb52de43-bc92-43b8-a1ae-a94e83c72e4f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.279316 [pid: 145|app: 0|req: 78/1241] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:48:52 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 281 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:52.664 147 INFO nova.api.openstack.requestlog [req-10748a8e-a445-4949-a863-5b613ccf9d43 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.251680 [pid: 147|app: 0|req: 78/1242] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:48:52 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:52.725 143 INFO nova.api.openstack.wsgi [req-4f424e74-c4b2-42ec-8614-9805a8e314e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Instance 8f124d24-ba24-4f03-b53b-ea7f6745811e is not ready 2021-11-15 19:48:52.726 143 INFO nova.api.openstack.requestlog [req-4f424e74-c4b2-42ec-8614-9805a8e314e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action" status: 409 len: 110 microversion: 2.1 time: 0.040891 [pid: 143|app: 0|req: 78/1243] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 19:48:52 2021] POST /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/action => generated 110 bytes in 42 msecs (HTTP/1.1 409) 7 headers in 338 bytes (1 switches on core 0) 2021-11-15 19:48:52.786 154 INFO nova.api.openstack.requestlog [req-7550b170-3a31-4028-a41c-2f4ac2d6546c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000917 [pid: 154|app: 0|req: 79/1244] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:54.255 156 INFO nova.api.openstack.requestlog [req-91e39581-2073-4c46-a4eb-cacdf3ed92ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001006 [pid: 156|app: 0|req: 78/1245] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:54.831 144 INFO nova.api.openstack.requestlog [req-b5cc3e78-5f72-4395-b194-41c62c0dcbe6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.446894 [pid: 144|app: 0|req: 79/1246] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:48:54 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 448 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:48:55.129 153 INFO nova.api.openstack.requestlog [req-e13101db-97de-4ab6-96ef-d99ded26de35 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.291101 [pid: 153|app: 0|req: 78/1247] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 19:48:54 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e/os-volume_attachments => generated 25 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:48:55.180 149 INFO nova.api.openstack.requestlog [req-722552ae-14a3-4e7e-827a-3681571cf9f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000741 [pid: 149|app: 0|req: 78/1248] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:48:55 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:56:53.414 150 INFO nova.api.openstack.requestlog [req-e51bae14-4a8c-411b-b922-629ec8ce8d64 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000689 [pid: 150|app: 0|req: 79/1249] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:56:53 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:56:54.188 155 INFO nova.api.openstack.requestlog [req-ffb8ca0e-f688-4b29-8c33-ceeca568ae81 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 200 len: 2197 microversion: 2.60 time: 0.594484 [pid: 155|app: 0|req: 78/1250] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 19:56:53 2021] GET /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 2197 bytes in 595 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:57:02.889 148 INFO nova.api.openstack.requestlog [req-bfc83968-a17c-4d05-8943-1e10f5c2cc8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.290337 [pid: 148|app: 0|req: 79/1251] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:57:02 2021] GET /v2.1/flavors/detail => generated 453 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:02.897 141 INFO nova.api.openstack.requestlog [req-eec1f864-0ea2-4b94-8854-98190a82646f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000969 [pid: 141|app: 0|req: 78/1252] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:57:02 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:57:03.817 151 INFO nova.api.openstack.requestlog [req-3d39555e-b5c6-45ac-8e12-3fe02288b24d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2371 microversion: 2.42 time: 0.681246 [pid: 151|app: 0|req: 79/1253] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:57:03 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2371 bytes in 682 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:57:04.157 142 WARNING nova.compute.api [req-60f229ab-4312-45e4-9cca-3c687f07a36d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 8f124d24-ba24-4f03-b53b-ea7f6745811e] instance's host None is down, deleting from database 2021-11-15 19:57:05.286 142 INFO nova.api.openstack.requestlog [req-60f229ab-4312-45e4-9cca-3c687f07a36d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e" status: 204 len: 0 microversion: 2.1 time: 1.246279 [pid: 142|app: 0|req: 79/1254] 10.0.3.17 () {32 vars in 671 bytes} [Mon Nov 15 19:57:04 2021] DELETE /v2.1/servers/8f124d24-ba24-4f03-b53b-ea7f6745811e => generated 0 bytes in 1248 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-15 19:57:05.780 152 INFO nova.api.openstack.requestlog [req-71a99cce-0762-44e3-a5ac-809737a03086 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.240195 [pid: 152|app: 0|req: 79/1255] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:57:05 2021] GET /v2.1/flavors/detail => generated 453 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:05.785 146 INFO nova.api.openstack.requestlog [req-26b12af7-f1aa-477e-a74d-298467b5f7eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000924 [pid: 146|app: 0|req: 79/1256] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:57:05 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:57:06.397 145 INFO nova.api.openstack.requestlog [req-6cf67f22-f041-4e27-8e60-0747d2795d2f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=8f124d24-ba24-4f03-b53b-ea7f6745811e&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.336560 [pid: 145|app: 0|req: 79/1257] 10.0.3.17 () {34 vars in 1061 bytes} [Mon Nov 15 19:57:06 2021] GET /v2.1/servers/detail?limit=21&marker=8f124d24-ba24-4f03-b53b-ea7f6745811e&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 338 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:57:06.668 147 INFO nova.api.openstack.requestlog [req-b813e0c5-b942-4a54-b04a-93040ec92bd5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.026301 [pid: 147|app: 0|req: 79/1258] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:57:06 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 28 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:06.704 143 INFO nova.api.openstack.requestlog [req-f3bd1e61-f8b7-4f9c-a45d-8d4b49d52f97 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.027888 [pid: 143|app: 0|req: 79/1259] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:57:06 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:08.841 154 INFO nova.api.openstack.requestlog [req-7550b170-3a31-4028-a41c-2f4ac2d6546c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001034 [pid: 154|app: 0|req: 80/1260] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:57:08 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:09.168 156 INFO nova.api.openstack.requestlog [req-abbd1e1b-5aaf-4d40-a827-1baee5e04879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.308191 [pid: 156|app: 0|req: 79/1261] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:57:08 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 310 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:09.174 144 INFO nova.api.openstack.requestlog [req-6e30c48d-f0b2-481f-a0a7-4fe225a406bd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.314672 [pid: 144|app: 0|req: 80/1262] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:57:08 2021] GET /v2.1/flavors/detail => generated 453 bytes in 316 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:09.190 150 INFO nova.api.openstack.requestlog [req-1880a672-856d-4968-bf2f-cd705adfa2f6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.010065 [pid: 150|app: 0|req: 80/1263] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:57:09 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:09.319 153 INFO nova.api.openstack.requestlog [req-cc96e705-9028-4a36-9631-a6e56f6ad46e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.445491 [pid: 153|app: 0|req: 79/1264] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:57:08 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 448 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:09.377 149 WARNING oslo_db.sqlalchemy.utils [req-09283df6-4647-42dd-b2f2-6ba9b58646e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:57:09.411 149 WARNING oslo_db.sqlalchemy.utils [req-09283df6-4647-42dd-b2f2-6ba9b58646e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:57:09.417 149 INFO nova.api.openstack.requestlog [req-09283df6-4647-42dd-b2f2-6ba9b58646e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.341932 [pid: 149|app: 0|req: 79/1265] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:57:09 2021] GET /v2.1/os-keypairs => generated 16 bytes in 343 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:10.001 148 INFO nova.api.openstack.requestlog [req-bfc83968-a17c-4d05-8943-1e10f5c2cc8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000634 [pid: 148|app: 0|req: 80/1266] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:57:10 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:57:10.332 155 INFO nova.api.openstack.requestlog [req-e103237e-43c7-4afc-820b-ac63cd9e8403 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.334377 [pid: 155|app: 0|req: 79/1267] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:57:09 2021] GET /v2.1/os-server-groups => generated 21 bytes in 335 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:36.340 141 INFO nova.api.openstack.requestlog [req-eec1f864-0ea2-4b94-8854-98190a82646f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000673 [pid: 141|app: 0|req: 79/1268] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:58:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:58:36.817 151 INFO nova.api.openstack.requestlog [req-d8739cdb-4db9-4170-8fea-08d7a6292064 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.298200 [pid: 151|app: 0|req: 80/1269] 10.0.3.17 () {34 vars in 759 bytes} [Mon Nov 15 19:58:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 299 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:58:42.216 142 INFO nova.api.openstack.requestlog [req-c1f2e855-6677-4700-bf4a-f31dee915701 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.263312 [pid: 142|app: 0|req: 80/1270] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:58:41 2021] GET /v2.1/flavors/detail => generated 453 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:42.222 152 INFO nova.api.openstack.requestlog [req-71a99cce-0762-44e3-a5ac-809737a03086 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000618 [pid: 152|app: 0|req: 80/1271] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:58:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 19:58:42.692 146 INFO nova.api.openstack.requestlog [req-f15e3ce8-4f78-44f9-b899-b3545b61aaeb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.275167 [pid: 146|app: 0|req: 80/1272] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 19:58:42 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 276 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 19:58:42.945 145 INFO nova.api.openstack.requestlog [req-d59d07c2-7626-4dc9-9699-609a49595a3f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.026097 [pid: 145|app: 0|req: 80/1273] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:58:42 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:42.978 147 INFO nova.api.openstack.requestlog [req-68d9bbab-42b3-43bb-97ac-b6fa4f0dba1c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025402 [pid: 147|app: 0|req: 80/1274] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:58:42 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.121 143 INFO nova.api.openstack.requestlog [req-f3bd1e61-f8b7-4f9c-a45d-8d4b49d52f97 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 143|app: 0|req: 80/1275] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.603 154 WARNING oslo_db.sqlalchemy.utils [req-f44dc10c-b874-46dd-b094-b519858962e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:58:46.616 154 WARNING oslo_db.sqlalchemy.utils [req-f44dc10c-b874-46dd-b094-b519858962e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 19:58:46.630 154 INFO nova.api.openstack.requestlog [req-f44dc10c-b874-46dd-b094-b519858962e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.310322 [pid: 154|app: 0|req: 81/1276] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1/os-keypairs => generated 16 bytes in 313 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.919 150 INFO nova.api.openstack.requestlog [req-7cd4ec6d-4fdd-4905-ba54-78306845d252 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.362001 [pid: 150|app: 0|req: 81/1277] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1/flavors/detail => generated 453 bytes in 364 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.924 144 INFO nova.api.openstack.requestlog [req-3278d34a-a166-4d7b-b27e-ce8460170739 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.397221 [pid: 144|app: 0|req: 81/1278] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 398 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.946 153 INFO nova.api.openstack.requestlog [req-6e473e58-80b6-443f-a633-91db8844d291 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.016479 [pid: 153|app: 0|req: 80/1279] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 18 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:46.979 149 INFO nova.api.openstack.requestlog [req-09283df6-4647-42dd-b2f2-6ba9b58646e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000658 [pid: 149|app: 0|req: 80/1280] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:47.132 156 INFO nova.api.openstack.requestlog [req-5feeccf8-9dbd-47ba-87ec-9eaf430ef58d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.623544 [pid: 156|app: 0|req: 80/1281] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 19:58:46 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 625 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 19:58:47.687 148 INFO nova.api.openstack.requestlog [req-d6f29b40-c234-4234-9d31-544b60ab2832 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.263319 [pid: 148|app: 0|req: 81/1282] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 19:58:47 2021] GET /v2.1/os-server-groups => generated 21 bytes in 264 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:09.425 155 INFO nova.api.openstack.requestlog [req-e103237e-43c7-4afc-820b-ac63cd9e8403 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 155|app: 0|req: 80/1283] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:11.738 141 INFO nova.api.openstack.requestlog [req-40ae58be-fc2a-4a0d-9b38-96460dae15e5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 384 microversion: 2.60 time: 2.124288 [pid: 141|app: 0|req: 80/1284] 10.0.3.17 () {38 vars in 712 bytes} [Mon Nov 15 20:01:09 2021] POST /v2.1/servers => generated 384 bytes in 2126 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-15 20:01:11.842 151 INFO nova.api.openstack.requestlog [req-15c3b7ae-8a04-4b13-a388-8e0ac2f30e9c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3" status: 200 len: 1607 microversion: 2.60 time: 0.096157 [pid: 151|app: 0|req: 81/1285] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:01:11 2021] GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3 => generated 1607 bytes in 98 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:01:12.719 142 INFO nova.api.openstack.requestlog [req-9c66efc5-0ce5-4af8-a78c-14f0a94958cf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 453 microversion: 2.1 time: 0.321836 [pid: 142|app: 0|req: 81/1286] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:01:12 2021] GET /v2.1/flavors/detail => generated 453 bytes in 323 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:12.726 152 INFO nova.api.openstack.requestlog [req-71a99cce-0762-44e3-a5ac-809737a03086 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000739 [pid: 152|app: 0|req: 81/1287] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:12 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:13.674 146 INFO nova.api.openstack.requestlog [req-29a8c0c1-ff48-4fe9-90b8-4292f1afc679 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1790 microversion: 2.42 time: 0.613676 [pid: 146|app: 0|req: 81/1288] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 20:01:13 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1790 bytes in 615 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:01:14.210 145 INFO nova.api.openstack.requestlog [req-17f2277c-85d2-4394-8d34-52da98c81beb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024219 [pid: 145|app: 0|req: 81/1289] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:01:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:14.296 147 INFO nova.api.openstack.requestlog [req-1d688e26-0884-4aed-b108-27b81a5b5c3c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024314 [pid: 147|app: 0|req: 81/1290] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:01:14 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:15.490 143 INFO nova.api.openstack.requestlog [req-b3058f20-04cc-4b7c-860d-5bc7c4e06f4b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.313247 [pid: 143|app: 0|req: 81/1291] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:01:15 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 314 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:15.506 154 INFO nova.api.openstack.requestlog [req-f44dc10c-b874-46dd-b094-b519858962e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000636 [pid: 154|app: 0|req: 82/1292] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:15 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:16.344 150 INFO nova.api.openstack.requestlog [req-ef613781-b419-4343-a7c0-7897736c7872 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3" status: 200 len: 1628 microversion: 2.60 time: 0.647265 [pid: 150|app: 0|req: 82/1293] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:01:15 2021] GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3 => generated 1628 bytes in 648 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:01:16.566 144 INFO nova.api.openstack.requestlog [req-3278d34a-a166-4d7b-b27e-ce8460170739 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000663 [pid: 144|app: 0|req: 82/1294] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:16 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:19.748 153 INFO nova.api.openstack.requestlog [req-baee3c9b-a3ee-4e6d-be06-d247a897da05 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.254815 [pid: 153|app: 0|req: 81/1295] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:01:19 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:19.758 149 INFO nova.api.openstack.requestlog [req-09283df6-4647-42dd-b2f2-6ba9b58646e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000623 [pid: 149|app: 0|req: 81/1296] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:01:20.598 156 INFO nova.api.openstack.requestlog [req-04ac8b5d-7e90-4a94-bee0-6b8f03658e8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3" status: 200 len: 2201 microversion: 2.60 time: 0.612355 [pid: 156|app: 0|req: 81/1297] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:01:19 2021] GET /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3 => generated 2201 bytes in 613 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:01:20.910 148 INFO nova.api.openstack.requestlog [req-d6f29b40-c234-4234-9d31-544b60ab2832 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000822 [pid: 148|app: 0|req: 82/1298] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:01:20 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:02:49.687 155 INFO nova.api.openstack.requestlog [req-7d90f9d1-b543-4610-ad0b-edc12a79fc73 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-quota-sets/78d0093b66f547d2be2b78e496f9d795/defaults" status: 200 len: 371 microversion: 2.1 time: 0.476426 [pid: 155|app: 0|req: 81/1299] 10.0.3.17 () {30 vars in 671 bytes} [Mon Nov 15 20:02:49 2021] GET /v2.1/os-quota-sets/78d0093b66f547d2be2b78e496f9d795/defaults => generated 371 bytes in 477 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:03:07.418 141 INFO nova.api.openstack.requestlog [req-7d5fa15e-8410-42e6-aeba-5a2d6ef7cc2c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 453 microversion: 2.1 time: 0.246771 [pid: 141|app: 0|req: 81/1300] 10.0.3.17 () {30 vars in 690 bytes} [Mon Nov 15 20:03:07 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 453 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:03:07.624 151 INFO nova.api.openstack.requestlog [req-3d72ade6-56e2-4eb5-847b-38035bfb6bde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.010135 [pid: 151|app: 0|req: 82/1301] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 20:03:07 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:03:16.273 142 INFO nova.api.openstack.requestlog [req-a111ea1a-16fe-4904-8b59-ba397f1aab7b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 453 microversion: 2.1 time: 0.263705 [pid: 142|app: 0|req: 82/1302] 10.0.3.17 () {30 vars in 690 bytes} [Mon Nov 15 20:03:16 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 453 bytes in 265 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-manage:delete failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:03:16.343 152 INFO nova.api.openstack.requestlog [req-7e5307ae-c4da-4ee1-aad1-c38d2ca72ef2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d" status: 202 len: 0 microversion: 2.1 time: 0.062978 [pid: 152|app: 0|req: 82/1303] 10.0.3.17 () {32 vars in 671 bytes} [Mon Nov 15 20:03:16 2021] DELETE /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d => generated 0 bytes in 64 msecs (HTTP/1.1 202) 7 headers in 323 bytes (1 switches on core 0) 2021-11-15 20:03:16.819 146 INFO nova.api.openstack.requestlog [req-c7db7f48-f903-445b-a11f-ad94559aa695 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 15 microversion: 2.1 time: 0.243527 [pid: 146|app: 0|req: 82/1304] 10.0.3.17 () {30 vars in 690 bytes} [Mon Nov 15 20:03:16 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 15 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:08.306 145 INFO nova.api.openstack.requestlog [req-71635e36-3997-49cb-920c-228eac90024f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None" status: 200 len: 15 microversion: 2.1 time: 0.266563 [pid: 145|app: 0|req: 82/1305] 10.0.3.17 () {30 vars in 618 bytes} [Mon Nov 15 20:04:08 2021] GET /v2.1/flavors/detail?is_public=None => generated 15 bytes in 268 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-manage:create failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:08.760 147 INFO nova.api.openstack.requestlog [req-45cf3335-3979-4b22-8c55-7015575ca566 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/flavors" status: 200 len: 455 microversion: 2.1 time: 0.099674 [pid: 147|app: 0|req: 82/1306] 10.0.3.17 () {34 vars in 629 bytes} [Mon Nov 15 20:04:08 2021] POST /v2.1/flavors => generated 455 bytes in 101 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-access:add_tenant_access failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:09.064 143 INFO nova.api.openstack.requestlog [req-741e4137-9800-49c3-a72e-e21911da0e7c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action" status: 200 len: 123 microversion: 2.1 time: 0.296173 [pid: 143|app: 0|req: 82/1307] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 20:04:08 2021] POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action => generated 123 bytes in 297 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-access:add_tenant_access failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:09.398 154 INFO nova.api.openstack.requestlog [req-3b1fbc77-fcd2-492d-94e3-4c94af8c861d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action" status: 200 len: 227 microversion: 2.1 time: 0.329311 [pid: 154|app: 0|req: 83/1308] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 20:04:09 2021] POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action => generated 227 bytes in 331 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-flavor-access:add_tenant_access failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:09.745 150 INFO nova.api.openstack.requestlog [req-0630d223-8b2f-431c-8142-cd49d7ad518e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action" status: 200 len: 331 microversion: 2.1 time: 0.339643 [pid: 150|app: 0|req: 83/1309] 10.0.3.17 () {34 vars in 716 bytes} [Mon Nov 15 20:04:09 2021] POST /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/action => generated 331 bytes in 341 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:10.310 144 INFO nova.api.openstack.requestlog [req-b4f607c4-92b4-4f0d-8f0b-f93eebecbff2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name" status: 200 len: 458 microversion: 2.1 time: 0.255144 [pid: 144|app: 0|req: 83/1310] 10.0.3.17 () {30 vars in 690 bytes} [Mon Nov 15 20:04:10 2021] GET /v2.1/flavors/detail?is_public=None&limit=21&sort_dir=asc&sort_key=name => generated 458 bytes in 256 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:10.548 153 INFO nova.api.openstack.requestlog [req-67d542f4-acd1-4c9e-b2d3-4c218fd4dd2c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.010656 [pid: 153|app: 0|req: 82/1311] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 20:04:10 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 12 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:20.468 149 INFO nova.api.openstack.requestlog [req-f37aee10-175b-4673-81ed-50f3a321bb1a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.242727 [pid: 149|app: 0|req: 82/1312] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:04:20 2021] GET /v2.1/flavors/detail => generated 458 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:20.473 156 INFO nova.api.openstack.requestlog [req-04ac8b5d-7e90-4a94-bee0-6b8f03658e8a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000672 [pid: 156|app: 0|req: 82/1313] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:21.414 148 INFO nova.api.openstack.requestlog [req-93b99022-ab6d-4484-99e5-c3cd211727f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2243 microversion: 2.42 time: 0.723491 [pid: 148|app: 0|req: 83/1314] 10.0.3.17 () {34 vars in 919 bytes} [Mon Nov 15 20:04:20 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2243 bytes in 724 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:04:21.457 155 INFO nova.api.openstack.wsgi [req-48d76ec6-d2b8-48b4-9573-f13f06e9cfac 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor cfa68b98-354f-474f-9a09-b299a28f634d could not be found. 2021-11-15 20:04:21.458 155 INFO nova.api.openstack.requestlog [req-48d76ec6-d2b8-48b4-9573-f13f06e9cfac 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d" status: 404 len: 109 microversion: 2.1 time: 0.013836 [pid: 155|app: 0|req: 82/1315] 10.0.3.17 () {30 vars in 649 bytes} [Mon Nov 15 20:04:21 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 339 bytes (1 switches on core 0) 2021-11-15 20:04:31.540 141 INFO nova.api.openstack.requestlog [req-685ce39d-b27c-4f72-a4c2-630b8fc40202 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.241786 [pid: 141|app: 0|req: 82/1316] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:04:31 2021] GET /v2.1/flavors/detail => generated 458 bytes in 243 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:31.546 151 INFO nova.api.openstack.requestlog [req-3d72ade6-56e2-4eb5-847b-38035bfb6bde 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 151|app: 0|req: 83/1317] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:32.472 142 INFO nova.api.openstack.requestlog [req-419f4d57-a8c0-492b-984f-4a3d9c5d1401 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2243 microversion: 2.42 time: 0.720572 [pid: 142|app: 0|req: 83/1318] 10.0.3.17 () {34 vars in 919 bytes} [Mon Nov 15 20:04:31 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2243 bytes in 722 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:04:32.514 152 INFO nova.api.openstack.wsgi [req-660bbd00-8c9d-483e-9274-4b2fdfb5423c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor cfa68b98-354f-474f-9a09-b299a28f634d could not be found. 2021-11-15 20:04:32.515 152 INFO nova.api.openstack.requestlog [req-660bbd00-8c9d-483e-9274-4b2fdfb5423c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d" status: 404 len: 109 microversion: 2.1 time: 0.014051 [pid: 152|app: 0|req: 83/1319] 10.0.3.17 () {30 vars in 649 bytes} [Mon Nov 15 20:04:32 2021] GET /v2.1/flavors/cfa68b98-354f-474f-9a09-b299a28f634d => generated 109 bytes in 15 msecs (HTTP/1.1 404) 7 headers in 339 bytes (1 switches on core 0) 2021-11-15 20:04:32.660 146 WARNING nova.compute.api [req-f14e09eb-927b-4b44-ba10-455460cd6625 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: d3bee5cf-805a-42ed-a431-ef0baaaa27f3] instance's host None is down, deleting from database 2021-11-15 20:04:34.078 146 INFO nova.api.openstack.requestlog [req-f14e09eb-927b-4b44-ba10-455460cd6625 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3" status: 204 len: 0 microversion: 2.1 time: 1.552593 [pid: 146|app: 0|req: 83/1320] 10.0.3.17 () {32 vars in 671 bytes} [Mon Nov 15 20:04:32 2021] DELETE /v2.1/servers/d3bee5cf-805a-42ed-a431-ef0baaaa27f3 => generated 0 bytes in 1555 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-15 20:04:34.583 145 INFO nova.api.openstack.requestlog [req-b9af4d6e-daec-49f8-87ba-c40cccf4a7d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.245050 [pid: 145|app: 0|req: 83/1321] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:04:34 2021] GET /v2.1/flavors/detail => generated 458 bytes in 246 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:34.588 147 INFO nova.api.openstack.requestlog [req-45cf3335-3979-4b22-8c55-7015575ca566 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000626 [pid: 147|app: 0|req: 83/1322] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:34 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:detail:get_all_tenants failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:35.148 143 INFO nova.api.openstack.requestlog [req-15deb34e-90cf-4fe5-8763-d18776cbc05e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?all_tenants=True&limit=21&marker=d3bee5cf-805a-42ed-a431-ef0baaaa27f3&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.377382 [pid: 143|app: 0|req: 83/1323] 10.0.3.17 () {34 vars in 1007 bytes} [Mon Nov 15 20:04:34 2021] GET /v2.1/servers/detail?all_tenants=True&limit=21&marker=d3bee5cf-805a-42ed-a431-ef0baaaa27f3&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 378 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:04:54.881 154 INFO nova.api.openstack.requestlog [req-a1ce477b-9e9e-4480-8ccb-6c074e27c8c4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.245574 [pid: 154|app: 0|req: 84/1324] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:04:54 2021] GET /v2.1/flavors/detail => generated 458 bytes in 247 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:54.887 150 INFO nova.api.openstack.requestlog [req-0630d223-8b2f-431c-8142-cd49d7ad518e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 150|app: 0|req: 84/1325] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:54 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-15 20:04:55.347 144 INFO nova.api.openstack.requestlog [req-252ea474-92c2-4ca4-99eb-f5662873357a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.274334 [pid: 144|app: 0|req: 84/1326] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 20:04:55 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:04:55.580 153 INFO nova.api.openstack.requestlog [req-b6ae20dd-7009-43da-a16e-9426fa0d782f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.031141 [pid: 153|app: 0|req: 83/1327] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:04:55 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:55.608 149 INFO nova.api.openstack.requestlog [req-420614e7-4d4f-49ec-b330-762dd6e8b2c0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.021433 [pid: 149|app: 0|req: 83/1328] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:04:55 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:57.591 148 INFO nova.api.openstack.requestlog [req-93b99022-ab6d-4484-99e5-c3cd211727f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 148|app: 0|req: 84/1329] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.071 155 WARNING oslo_db.sqlalchemy.utils [req-0b90cace-79d8-43b7-a009-e0e996c48879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 20:04:58.076 155 WARNING oslo_db.sqlalchemy.utils [req-0b90cace-79d8-43b7-a009-e0e996c48879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-15 20:04:58.082 155 INFO nova.api.openstack.requestlog [req-0b90cace-79d8-43b7-a009-e0e996c48879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.293808 [pid: 155|app: 0|req: 83/1330] 10.0.3.17 () {32 vars in 623 bytes} [Mon Nov 15 20:04:57 2021] GET /v2.1/os-keypairs => generated 16 bytes in 295 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.156 156 INFO nova.api.openstack.requestlog [req-85b14a2e-1920-463a-9fc4-4338bc14648f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.584198 [pid: 156|app: 0|req: 83/1331] 10.0.3.17 () {30 vars in 601 bytes} [Mon Nov 15 20:04:57 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 586 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.198 151 INFO nova.api.openstack.requestlog [req-2403b435-8c70-4d5c-8fcd-aa023c174560 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.344815 [pid: 151|app: 0|req: 84/1332] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:04:57 2021] GET /v2.1/flavors/detail => generated 458 bytes in 347 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.227 142 INFO nova.api.openstack.requestlog [req-52af7ef1-52c7-4f52-b87d-80b2735d9ebf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.019779 [pid: 142|app: 0|req: 84/1333] 10.0.3.17 () {30 vars in 679 bytes} [Mon Nov 15 20:04:58 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.308 141 INFO nova.api.openstack.requestlog [req-383c7077-2da6-4769-818f-69ad260454fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.475543 [pid: 141|app: 0|req: 83/1334] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:04:57 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 477 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.411 152 INFO nova.api.openstack.requestlog [req-660bbd00-8c9d-483e-9274-4b2fdfb5423c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000660 [pid: 152|app: 0|req: 84/1335] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:04:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:04:58.975 146 INFO nova.api.openstack.requestlog [req-44b20e92-d74f-475a-b90f-a043b4b3efce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.249715 [pid: 146|app: 0|req: 84/1336] 10.0.3.17 () {30 vars in 593 bytes} [Mon Nov 15 20:04:58 2021] GET /v2.1/os-server-groups => generated 21 bytes in 251 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:26.538 145 INFO nova.api.openstack.requestlog [req-b9af4d6e-daec-49f8-87ba-c40cccf4a7d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000785 [pid: 145|app: 0|req: 84/1337] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:29.164 147 INFO nova.api.openstack.requestlog [req-cacd318a-53c2-4de7-90ba-f56d3c95dfb2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 387 microversion: 2.60 time: 2.476305 [pid: 147|app: 0|req: 84/1338] 10.0.3.17 () {38 vars in 712 bytes} [Mon Nov 15 20:05:26 2021] POST /v2.1/servers => generated 387 bytes in 2478 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-15 20:05:29.470 143 INFO nova.api.openstack.requestlog [req-4357c980-b928-402d-afb7-a2b5357d25e2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 1603 microversion: 2.60 time: 0.299156 [pid: 143|app: 0|req: 84/1339] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:05:29 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 1603 bytes in 301 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:05:29.980 154 INFO nova.api.openstack.requestlog [req-8748f72b-f70c-4336-85a6-ca943c6b0e38 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.223643 [pid: 154|app: 0|req: 85/1340] 10.0.3.17 () {30 vars in 589 bytes} [Mon Nov 15 20:05:29 2021] GET /v2.1/flavors/detail => generated 458 bytes in 225 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:29.986 150 INFO nova.api.openstack.requestlog [req-0630d223-8b2f-431c-8142-cd49d7ad518e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 150|app: 0|req: 85/1341] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:31.099 144 INFO nova.api.openstack.requestlog [req-16dbf61b-b1a5-4951-a6bd-918479f2c221 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1782 microversion: 2.42 time: 0.727381 [pid: 144|app: 0|req: 85/1342] 10.0.3.17 () {34 vars in 973 bytes} [Mon Nov 15 20:05:30 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1782 bytes in 729 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:05:31.683 153 INFO nova.api.openstack.requestlog [req-618e427e-808d-492d-b9bc-a670d2a1d2fb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.020911 [pid: 153|app: 0|req: 84/1343] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:05:31 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 22 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:31.765 149 INFO nova.api.openstack.requestlog [req-9d3a6a7a-a672-4606-9271-5b9bb3048c20 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.021762 [pid: 149|app: 0|req: 84/1344] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:05:31 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:32.620 148 INFO nova.api.openstack.requestlog [req-c74b11f1-adb0-4c40-a55f-60e292c1822f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.290751 [pid: 148|app: 0|req: 85/1345] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:05:32 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 292 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:32.631 155 INFO nova.api.openstack.requestlog [req-0b90cace-79d8-43b7-a009-e0e996c48879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000655 [pid: 155|app: 0|req: 84/1346] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:32 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:33.240 156 INFO nova.api.openstack.requestlog [req-d8a91177-d410-4c05-8a69-d2eecda243fd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 1702 microversion: 2.60 time: 0.373997 [pid: 156|app: 0|req: 84/1347] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:05:32 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 1702 bytes in 375 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:05:33.549 151 INFO nova.api.openstack.requestlog [req-2403b435-8c70-4d5c-8fcd-aa023c174560 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000696 [pid: 151|app: 0|req: 85/1348] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:33 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:36.664 142 INFO nova.api.openstack.requestlog [req-3e41b246-6344-4d6a-9a19-ac305b4fba09 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.227056 [pid: 142|app: 0|req: 85/1349] 10.0.3.17 () {30 vars in 594 bytes} [Mon Nov 15 20:05:36 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 228 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:36.675 141 INFO nova.api.openstack.requestlog [req-383c7077-2da6-4769-818f-69ad260454fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000626 [pid: 141|app: 0|req: 84/1350] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:37.265 152 INFO nova.api.openstack.requestlog [req-0d7a8a3c-500f-4b8d-aecf-d6e3193d97aa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 2197 microversion: 2.60 time: 0.485428 [pid: 152|app: 0|req: 85/1351] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:05:36 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 2197 bytes in 486 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:05:37.548 146 INFO nova.api.openstack.requestlog [req-44b20e92-d74f-475a-b90f-a043b4b3efce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000729 [pid: 146|app: 0|req: 85/1352] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:37 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:42.723 145 INFO nova.api.openstack.requestlog [req-b9af4d6e-daec-49f8-87ba-c40cccf4a7d6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000688 [pid: 145|app: 0|req: 85/1353] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:43.257 147 INFO nova.api.openstack.requestlog [req-3ade92ad-423a-46ac-a3a2-4d7cd394f0cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 2197 microversion: 2.60 time: 0.327111 [pid: 147|app: 0|req: 85/1354] 10.0.3.17 () {34 vars in 732 bytes} [Mon Nov 15 20:05:42 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 2197 bytes in 328 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-15 20:05:43.532 143 INFO nova.api.openstack.requestlog [req-7a604fb5-9768-4c57-ad94-aa87f0ac00fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.264620 [pid: 143|app: 0|req: 85/1355] 10.0.3.17 () {30 vars in 693 bytes} [Mon Nov 15 20:05:43 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991/os-volume_attachments => generated 25 bytes in 266 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-15 20:05:43.584 154 INFO nova.api.openstack.requestlog [req-8748f72b-f70c-4336-85a6-ca943c6b0e38 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000865 [pid: 154|app: 0|req: 86/1356] 10.0.3.17 () {30 vars in 559 bytes} [Mon Nov 15 20:05:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:31:50.656 150 INFO nova.api.openstack.requestlog [req-0630d223-8b2f-431c-8142-cd49d7ad518e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 150|app: 0|req: 86/1357] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 17:31:50 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:31:51.563 144 INFO nova.api.openstack.requestlog [req-582de004-967a-47c8-b4e8-70b31b4c7cc5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-15T00:00:00&end=2021-11-16T23:59:59" status: 200 len: 20 microversion: 2.40 time: 0.708198 [pid: 144|app: 0|req: 86/1358] 10.0.3.17 () {34 vars in 853 bytes} [Tue Nov 16 17:31:50 2021] GET /v2.1/os-simple-tenant-usage/78d0093b66f547d2be2b78e496f9d795?start=2021-11-15T00:00:00&end=2021-11-16T23:59:59 => generated 20 bytes in 709 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 17:31:53.029 153 INFO nova.api.openstack.requestlog [req-785736c8-2c60-4068-a4df-4d442a1df808 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.716295 [pid: 153|app: 0|req: 85/1359] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 17:31:52 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 717 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:03.378 149 INFO nova.api.openstack.requestlog [req-7f1ebcfc-e748-4f8f-9e84-63c71b7dfc21 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.689567 [pid: 149|app: 0|req: 85/1360] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 17:32:02 2021] GET /v2.1/flavors/detail => generated 458 bytes in 691 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:03.384 148 INFO nova.api.openstack.requestlog [req-c74b11f1-adb0-4c40-a55f-60e292c1822f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000646 [pid: 148|app: 0|req: 86/1361] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 17:32:03 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 17:32:05.335 155 INFO nova.api.openstack.requestlog [req-6eb6b95e-f060-4761-a88e-7cb37a0c6384 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2367 microversion: 2.42 time: 1.749877 [pid: 155|app: 0|req: 85/1362] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 17:32:03 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2367 bytes in 1751 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 17:32:05.683 156 INFO nova.api.openstack.requestlog [req-0bc2f733-cf40-42a1-9674-2a1c7dfa4e2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.029151 [pid: 156|app: 0|req: 85/1363] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 17:32:05 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:05.770 151 INFO nova.api.openstack.requestlog [req-af0fdd0e-00c1-436f-9e68-78718bf1877b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.028385 [pid: 151|app: 0|req: 86/1364] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 17:32:05 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:17.301 142 INFO nova.api.openstack.requestlog [req-3e41b246-6344-4d6a-9a19-ac305b4fba09 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000648 [pid: 142|app: 0|req: 86/1365] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 17:32:17 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:18.498 141 INFO nova.api.openstack.requestlog [req-bbae90dc-ac76-478a-a71f-fbcc4e1ebfa2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 2197 microversion: 2.60 time: 1.017836 [pid: 141|app: 0|req: 85/1366] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 17:32:17 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 2197 bytes in 1019 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 17:32:19.207 152 INFO nova.api.openstack.requestlog [req-cba2bfa8-32eb-44db-81b8-22ff879c18fc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991/os-volume_attachments" status: 200 len: 25 microversion: 2.1 time: 0.699440 [pid: 152|app: 0|req: 86/1367] 10.0.3.17 () {30 vars in 693 bytes} [Tue Nov 16 17:32:18 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991/os-volume_attachments => generated 25 bytes in 701 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:32:19.282 146 INFO nova.api.openstack.requestlog [req-44b20e92-d74f-475a-b90f-a043b4b3efce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000842 [pid: 146|app: 0|req: 86/1368] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 17:32:19 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hosts:show failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 17:36:49.382 145 INFO nova.api.openstack.wsgi [req-1579adee-b288-48e8-928d-1cffa52d9ba5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Host 'cinder' is not mapped to any cell 2021-11-16 17:36:49.383 145 INFO nova.api.openstack.requestlog [req-1579adee-b288-48e8-928d-1cffa52d9ba5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.15 "GET /v2.1/os-hosts/cinder" status: 404 len: 85 microversion: 2.1 time: 0.706835 [pid: 145|app: 0|req: 86/1369] 10.0.3.15 () {30 vars in 616 bytes} [Tue Nov 16 17:36:48 2021] GET /v2.1/os-hosts/cinder => generated 85 bytes in 708 msecs (HTTP/1.1 404) 7 headers in 339 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:os-hosts:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 17:36:49.421 147 INFO nova.api.openstack.requestlog [req-9320ba15-8cc9-470c-ad27-a497f6d1a6cd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.15 "GET /v2.1/os-hosts" status: 200 len: 214 microversion: 2.1 time: 0.033100 [pid: 147|app: 0|req: 86/1370] 10.0.3.15 () {30 vars in 602 bytes} [Tue Nov 16 17:36:49 2021] GET /v2.1/os-hosts => generated 214 bytes in 34 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 17:55:40.633 143 INFO nova.api.openstack.requestlog [req-ee4be2f3-b270-4b69-8aa6-10bac2d80633 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.15 "GET /v2.1/servers/detail" status: 200 len: 1900 microversion: 2.1 time: 0.891348 [pid: 143|app: 0|req: 86/1371] 10.0.3.15 () {32 vars in 608 bytes} [Tue Nov 16 17:55:39 2021] GET /v2.1/servers/detail => generated 1900 bytes in 893 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 17:56:07.511 154 INFO nova.api.openstack.requestlog [req-79adc971-0770-4d7d-b2f8-306a29c01787 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.15 "GET /v2.1/servers/detail" status: 200 len: 1900 microversion: 2.1 time: 0.883683 [pid: 154|app: 0|req: 87/1372] 10.0.3.15 () {32 vars in 608 bytes} [Tue Nov 16 17:56:06 2021] GET /v2.1/servers/detail => generated 1900 bytes in 885 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 17:56:07.566 150 INFO nova.api.openstack.requestlog [req-93e437d2-2621-4b29-83a1-eff151e9924b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.15 "GET /v2.1/flavors/detail?is_public=None" status: 200 len: 458 microversion: 2.1 time: 0.024698 [pid: 150|app: 0|req: 87/1373] 10.0.3.15 () {32 vars in 637 bytes} [Tue Nov 16 17:56:07 2021] GET /v2.1/flavors/detail?is_public=None => generated 458 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:14:40.017 144 INFO nova.api.openstack.requestlog [req-653f9385-a69f-4804-8c3b-7e541bcb7755 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.709697 [pid: 144|app: 0|req: 87/1374] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:14:39 2021] GET /v2.1/flavors/detail => generated 458 bytes in 711 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:14:40.023 153 INFO nova.api.openstack.requestlog [req-785736c8-2c60-4068-a4df-4d442a1df808 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000624 [pid: 153|app: 0|req: 86/1375] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:14:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:14:41.746 149 INFO nova.api.openstack.requestlog [req-e2a6c313-b032-42c6-9bff-a64662b76c1b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2367 microversion: 2.42 time: 1.541445 [pid: 149|app: 0|req: 86/1376] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:14:40 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2367 bytes in 1542 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:14:42.155 148 INFO nova.api.openstack.requestlog [req-f2b177da-f6a1-4f46-97a2-23da81414d64 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.030812 [pid: 148|app: 0|req: 87/1377] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:14:42 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 32 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:14:42.245 155 INFO nova.api.openstack.requestlog [req-43e52982-0c0e-4d1f-86ac-0f9b6c98ae36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.028378 [pid: 155|app: 0|req: 86/1378] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:14:42 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:14:47.270 156 INFO nova.api.openstack.requestlog [req-0bc2f733-cf40-42a1-9674-2a1c7dfa4e2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 156|app: 0|req: 86/1379] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:14:47 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:14:48.918 151 INFO nova.api.openstack.requestlog [req-ae1dfbbe-1698-400c-bbd3-a02737308c4e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 200 len: 2197 microversion: 2.60 time: 1.450961 [pid: 151|app: 0|req: 87/1380] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:14:47 2021] GET /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 2197 bytes in 1452 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:15:02.412 146 INFO nova.api.openstack.requestlog [req-44b20e92-d74f-475a-b90f-a043b4b3efce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 146|app: 0|req: 87/1381] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:15:02 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.120 142 INFO nova.api.openstack.requestlog [req-39a1b504-e62e-4b7f-91aa-b452a95a3a7e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.847539 [pid: 142|app: 0|req: 87/1382] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:15:02 2021] GET /v2.1/flavors/detail => generated 458 bytes in 849 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.148 147 INFO nova.api.openstack.requestlog [req-62274bf9-8d97-4865-a962-ff2c2a309c26 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.019341 [pid: 147|app: 0|req: 87/1383] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 21:15:03 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 21 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.173 143 INFO nova.api.openstack.requestlog [req-ee4be2f3-b270-4b69-8aa6-10bac2d80633 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001042 [pid: 143|app: 0|req: 87/1384] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:15:03 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.208 141 INFO nova.api.openstack.requestlog [req-9a2664d3-1b6a-4ca9-8d66-792589566fb4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.931910 [pid: 141|app: 0|req: 86/1385] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:15:02 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 933 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.446 145 WARNING oslo_db.sqlalchemy.utils [req-f12d2644-e208-4956-bec7-8e8f9d45ae2f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:15:03.451 145 WARNING oslo_db.sqlalchemy.utils [req-f12d2644-e208-4956-bec7-8e8f9d45ae2f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:15:03.455 145 INFO nova.api.openstack.requestlog [req-f12d2644-e208-4956-bec7-8e8f9d45ae2f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.857593 [pid: 145|app: 0|req: 87/1386] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 21:15:02 2021] GET /v2.1/os-keypairs => generated 16 bytes in 859 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:03.516 152 INFO nova.api.openstack.requestlog [req-894d2c57-a518-449b-a38d-be68c2ada11c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 1.104656 [pid: 152|app: 0|req: 87/1387] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 21:15:02 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 1106 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:04.519 154 INFO nova.api.openstack.requestlog [req-12b5fc50-7454-47ef-a565-1b7e706ab133 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.698525 [pid: 154|app: 0|req: 88/1388] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 21:15:03 2021] GET /v2.1/os-server-groups => generated 21 bytes in 700 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:15:36.594 150 INFO nova.api.openstack.requestlog [req-93e437d2-2621-4b29-83a1-eff151e9924b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 150|app: 0|req: 88/1389] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:15:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:15:37.393 144 INFO nova.api.openstack.requestlog [req-50260834-f2a8-4dae-be6b-03d7594cef0c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 2367 microversion: 2.42 time: 0.598579 [pid: 144|app: 0|req: 88/1390] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:15:36 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 2367 bytes in 600 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:15:56.258 153 INFO nova.api.openstack.requestlog [req-785736c8-2c60-4068-a4df-4d442a1df808 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 153|app: 0|req: 87/1391] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:15:56 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:15:56.808 149 INFO nova.api.openstack.requestlog [req-4e30a2b4-443a-4929-8697-5eae4c4ae975 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 2367 microversion: 2.42 time: 0.352398 [pid: 149|app: 0|req: 87/1392] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:15:56 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 2367 bytes in 353 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:16:04.896 148 INFO nova.api.openstack.requestlog [req-ee4d9fa6-ea2f-4657-9061-192b36da6154 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.664998 [pid: 148|app: 0|req: 88/1393] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:16:04 2021] GET /v2.1/flavors/detail => generated 458 bytes in 666 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:04.901 155 INFO nova.api.openstack.requestlog [req-43e52982-0c0e-4d1f-86ac-0f9b6c98ae36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000623 [pid: 155|app: 0|req: 87/1394] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:16:04 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:16:06.240 156 INFO nova.api.openstack.requestlog [req-fbc2ca0c-32a3-47df-9495-7f68dc99c220 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 2367 microversion: 2.42 time: 1.135108 [pid: 156|app: 0|req: 87/1395] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:16:05 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 2367 bytes in 1136 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:16:06.723 151 INFO nova.api.openstack.requestlog [req-264c2575-c5fc-40cf-9726-a0d103464c39 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.029252 [pid: 151|app: 0|req: 88/1396] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:16:06 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 30 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:06.825 146 INFO nova.api.openstack.requestlog [req-19ea88b7-64f9-49f1-84f7-fa0664d92c80 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.032073 [pid: 146|app: 0|req: 88/1397] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:16:06 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 33 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:12.301 147 INFO nova.api.openstack.requestlog [req-62274bf9-8d97-4865-a962-ff2c2a309c26 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000664 [pid: 147|app: 0|req: 88/1398] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:16:12 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:12.926 142 INFO nova.api.openstack.requestlog [req-031b60b7-f606-4b21-914c-1efc4c07a200 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 1.156140 [pid: 142|app: 0|req: 88/1399] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:16:11 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 1158 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:13.296 152 INFO nova.api.openstack.requestlog [req-894d2c57-a518-449b-a38d-be68c2ada11c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001020 [pid: 152|app: 0|req: 88/1400] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:16:13 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:13.467 141 INFO nova.api.openstack.requestlog [req-4f879993-cf8c-4aff-b20a-d41ea363b833 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 1.070441 [pid: 141|app: 0|req: 87/1401] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 21:16:12 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 1072 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:13.880 145 WARNING oslo_db.sqlalchemy.utils [req-afff28f9-ea6d-4220-850d-8053b38d1ac3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:16:13.886 145 WARNING oslo_db.sqlalchemy.utils [req-afff28f9-ea6d-4220-850d-8053b38d1ac3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:16:13.891 145 INFO nova.api.openstack.requestlog [req-afff28f9-ea6d-4220-850d-8053b38d1ac3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.796282 [pid: 145|app: 0|req: 88/1402] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 21:16:13 2021] GET /v2.1/os-keypairs => generated 16 bytes in 798 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:13.935 143 INFO nova.api.openstack.requestlog [req-0f93a8ee-4793-4308-946a-5b11e0dfe1ff 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 1.622913 [pid: 143|app: 0|req: 88/1403] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:16:12 2021] GET /v2.1/flavors/detail => generated 458 bytes in 1624 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:13.956 154 INFO nova.api.openstack.requestlog [req-f4575fea-2d56-4605-a080-03735e04311c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.014085 [pid: 154|app: 0|req: 89/1404] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 21:16:13 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:16:14.889 150 INFO nova.api.openstack.requestlog [req-4871e023-8507-4969-b345-192738016961 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.679754 [pid: 150|app: 0|req: 89/1405] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 21:16:14 2021] GET /v2.1/os-server-groups => generated 21 bytes in 681 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:36.210 144 INFO nova.api.openstack.requestlog [req-50260834-f2a8-4dae-be6b-03d7594cef0c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000642 [pid: 144|app: 0|req: 89/1406] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:36 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:39.759 153 INFO nova.api.openstack.requestlog [req-a03fa441-4982-40f9-8530-92cc2ee2dd93 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 387 microversion: 2.60 time: 3.368773 [pid: 153|app: 0|req: 88/1407] 10.0.3.17 () {38 vars in 712 bytes} [Tue Nov 16 21:17:36 2021] POST /v2.1/servers => generated 387 bytes in 3370 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-16 21:17:39.844 149 INFO nova.api.openstack.requestlog [req-0d7521c6-aecf-4258-adee-7c03984d8b2c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5" status: 200 len: 1455 microversion: 2.60 time: 0.077142 [pid: 149|app: 0|req: 88/1408] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:17:39 2021] GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5 => generated 1455 bytes in 78 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:17:40.685 148 INFO nova.api.openstack.requestlog [req-f109fc16-7129-48fb-bc0f-d27b6617badc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.243905 [pid: 148|app: 0|req: 89/1409] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:17:40 2021] GET /v2.1/flavors/detail => generated 458 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:40.690 155 INFO nova.api.openstack.requestlog [req-43e52982-0c0e-4d1f-86ac-0f9b6c98ae36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 155|app: 0|req: 88/1410] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:40 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:17:41.507 156 INFO nova.api.openstack.requestlog [req-7106d69a-3ac2-4063-b622-0239d991be7f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 3946 microversion: 2.42 time: 0.465310 [pid: 156|app: 0|req: 88/1411] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:17:41 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 3946 bytes in 467 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:17:42.079 151 INFO nova.api.openstack.requestlog [req-2c96afe8-3321-45d2-a389-ca4b14a2f51a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 515 microversion: 2.1 time: 0.023755 [pid: 151|app: 0|req: 89/1412] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:17:42 2021] GET /v2.1/limits?reserved=1 => generated 515 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:42.221 146 INFO nova.api.openstack.requestlog [req-da9026c8-0cb3-4f8c-8664-d142fe5bddbb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 515 microversion: 2.1 time: 0.021968 [pid: 146|app: 0|req: 89/1413] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:17:42 2021] GET /v2.1/limits?reserved=1 => generated 515 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:43.745 147 INFO nova.api.openstack.requestlog [req-b4418716-765e-46a7-a51e-120a4aff8bdc 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 515 microversion: 2.1 time: 0.860540 [pid: 147|app: 0|req: 89/1414] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:17:42 2021] GET /v2.1/limits?reserved=1 => generated 515 bytes in 862 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:43.759 142 INFO nova.api.openstack.requestlog [req-031b60b7-f606-4b21-914c-1efc4c07a200 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000803 [pid: 142|app: 0|req: 89/1415] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:43 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:44.748 152 INFO nova.api.openstack.requestlog [req-d25287b8-8244-403a-8483-98930727bc88 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5" status: 200 len: 1608 microversion: 2.60 time: 0.778307 [pid: 152|app: 0|req: 89/1416] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:17:43 2021] GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5 => generated 1608 bytes in 780 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:17:45.177 141 INFO nova.api.openstack.requestlog [req-4f879993-cf8c-4aff-b20a-d41ea363b833 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001010 [pid: 141|app: 0|req: 88/1417] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:45 2021] GET /v2.1 => generated 378 bytes in 3 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:48.427 145 INFO nova.api.openstack.requestlog [req-e31d3f1e-f983-4455-9dab-e47d4efb1a46 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 515 microversion: 2.1 time: 0.274017 [pid: 145|app: 0|req: 89/1418] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:17:48 2021] GET /v2.1/limits?reserved=1 => generated 515 bytes in 275 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:48.438 143 INFO nova.api.openstack.requestlog [req-0f93a8ee-4793-4308-946a-5b11e0dfe1ff 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 143|app: 0|req: 89/1419] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:48 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:17:49.164 154 INFO nova.api.openstack.requestlog [req-d327e3ca-9dff-495d-9801-8ca142089bcd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5" status: 200 len: 5660 microversion: 2.60 time: 0.534206 [pid: 154|app: 0|req: 90/1420] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:17:48 2021] GET /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5 => generated 5660 bytes in 536 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:17:49.420 150 INFO nova.api.openstack.requestlog [req-4871e023-8507-4969-b345-192738016961 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000949 [pid: 150|app: 0|req: 90/1421] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:17:49 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:18:13.503 144 INFO nova.api.openstack.requestlog [req-15799e9a-e950-441a-b2c9-4c33c152e38a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.248436 [pid: 144|app: 0|req: 90/1422] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:18:13 2021] GET /v2.1/flavors/detail => generated 458 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:18:13.509 153 INFO nova.api.openstack.requestlog [req-a03fa441-4982-40f9-8530-92cc2ee2dd93 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000685 [pid: 153|app: 0|req: 89/1423] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:18:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:18:14.046 149 INFO nova.api.openstack.requestlog [req-a7d555ea-212b-4afe-b7c5-0b78e59aca6d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 8151 microversion: 2.42 time: 0.354673 [pid: 149|app: 0|req: 89/1424] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:18:13 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 8151 bytes in 356 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:18:14.405 148 WARNING nova.compute.api [req-ba53b07c-f30d-4a19-a2c4-5da54acc2040 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: c2fbcb31-18e5-46f2-8fda-694fe73c9de5] instance's host None is down, deleting from database 2021-11-16 21:18:14.598 148 WARNING nova.compute.api [req-ba53b07c-f30d-4a19-a2c4-5da54acc2040 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: c2fbcb31-18e5-46f2-8fda-694fe73c9de5] Ignoring volume cleanup failure due to publicURL endpoint for volumev3 service in regionOne region not found: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 21:18:15.590 148 INFO nova.api.openstack.requestlog [req-ba53b07c-f30d-4a19-a2c4-5da54acc2040 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5" status: 204 len: 0 microversion: 2.1 time: 1.349307 [pid: 148|app: 0|req: 90/1425] 10.0.3.17 () {32 vars in 671 bytes} [Tue Nov 16 21:18:14 2021] DELETE /v2.1/servers/c2fbcb31-18e5-46f2-8fda-694fe73c9de5 => generated 0 bytes in 1351 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-16 21:18:15.752 155 WARNING nova.compute.api [req-144cfba9-21cf-4819-bcbe-8a092b191b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: fdb82336-eb26-4a4e-8d28-1d7f7e55d991] instance's host None is down, deleting from database 2021-11-16 21:18:16.756 155 INFO nova.api.openstack.requestlog [req-144cfba9-21cf-4819-bcbe-8a092b191b2d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991" status: 204 len: 0 microversion: 2.1 time: 1.156961 [pid: 155|app: 0|req: 89/1426] 10.0.3.17 () {32 vars in 671 bytes} [Tue Nov 16 21:18:15 2021] DELETE /v2.1/servers/fdb82336-eb26-4a4e-8d28-1d7f7e55d991 => generated 0 bytes in 1159 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-16 21:18:17.240 156 INFO nova.api.openstack.requestlog [req-f4df42c9-3759-4b86-abd4-f03052512174 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.252451 [pid: 156|app: 0|req: 89/1427] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:18:16 2021] GET /v2.1/flavors/detail => generated 458 bytes in 253 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:18:17.246 151 INFO nova.api.openstack.requestlog [req-2c96afe8-3321-45d2-a389-ca4b14a2f51a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000990 [pid: 151|app: 0|req: 90/1428] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:18:17 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:18:18.242 146 INFO nova.api.openstack.requestlog [req-00787bbd-9397-4674-9db9-51f726aee3ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=fdb82336-eb26-4a4e-8d28-1d7f7e55d991&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.756629 [pid: 146|app: 0|req: 90/1429] 10.0.3.17 () {34 vars in 1061 bytes} [Tue Nov 16 21:18:17 2021] GET /v2.1/servers/detail?limit=21&marker=fdb82336-eb26-4a4e-8d28-1d7f7e55d991&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 758 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:18:18.484 147 INFO nova.api.openstack.requestlog [req-15ab5ed8-b6b5-44aa-abfc-ab1abab96100 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.023987 [pid: 147|app: 0|req: 90/1430] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:18:18 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:18:20.050 142 INFO nova.api.openstack.requestlog [req-760767de-8a5e-46d6-93f4-4475554932f8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 1.557826 [pid: 142|app: 0|req: 90/1431] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:18:18 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 1559 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.163 145 INFO nova.api.openstack.requestlog [req-e31d3f1e-f983-4455-9dab-e47d4efb1a46 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000923 [pid: 145|app: 0|req: 90/1432] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.642 152 INFO nova.api.openstack.requestlog [req-60ac6463-7a2d-49ed-b26c-30edde557f47 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.522179 [pid: 152|app: 0|req: 90/1433] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1/flavors/detail => generated 458 bytes in 523 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.662 154 INFO nova.api.openstack.requestlog [req-edd226a4-caba-4523-ac3c-b60f7359e764 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.013552 [pid: 154|app: 0|req: 91/1434] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.762 141 INFO nova.api.openstack.requestlog [req-f1195cb1-a9b1-4976-91e1-8c3f9095f3cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.641215 [pid: 141|app: 0|req: 89/1435] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 643 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.896 144 INFO nova.api.openstack.requestlog [req-15799e9a-e950-441a-b2c9-4c33c152e38a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000655 [pid: 144|app: 0|req: 91/1436] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:52.901 143 INFO nova.api.openstack.requestlog [req-40d7059c-328e-4970-b22c-6cd41c9d8e82 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.730927 [pid: 143|app: 0|req: 90/1437] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 733 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:53.113 150 WARNING oslo_db.sqlalchemy.utils [req-2ddc4504-89b6-4bb4-8460-a463976c8c36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:21:53.138 150 WARNING oslo_db.sqlalchemy.utils [req-2ddc4504-89b6-4bb4-8460-a463976c8c36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:21:53.150 150 INFO nova.api.openstack.requestlog [req-2ddc4504-89b6-4bb4-8460-a463976c8c36 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.420288 [pid: 150|app: 0|req: 91/1438] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 21:21:52 2021] GET /v2.1/os-keypairs => generated 16 bytes in 422 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:21:53.778 153 INFO nova.api.openstack.requestlog [req-6e4362a8-4930-439d-b77f-af0b09ffe575 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.241513 [pid: 153|app: 0|req: 90/1439] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 21:21:53 2021] GET /v2.1/os-server-groups => generated 21 bytes in 242 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:23.513 149 INFO nova.api.openstack.requestlog [req-a7d555ea-212b-4afe-b7c5-0b78e59aca6d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000637 [pid: 149|app: 0|req: 90/1440] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:22:23 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:26.238 148 INFO nova.api.openstack.requestlog [req-0206044c-3894-4c0b-9164-fb07a7ed34a4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 387 microversion: 2.60 time: 2.541022 [pid: 148|app: 0|req: 91/1441] 10.0.3.17 () {38 vars in 712 bytes} [Tue Nov 16 21:22:23 2021] POST /v2.1/servers => generated 387 bytes in 2543 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-16 21:22:27.084 155 INFO nova.api.openstack.requestlog [req-9075a946-e1bd-4ca8-9d02-61ae23154fad 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725" status: 200 len: 1455 microversion: 2.60 time: 0.835153 [pid: 155|app: 0|req: 90/1442] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:22:26 2021] GET /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725 => generated 1455 bytes in 837 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:22:27.682 156 INFO nova.api.openstack.requestlog [req-35289727-8466-4ad3-9106-4367f589f534 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.278973 [pid: 156|app: 0|req: 90/1443] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:22:27 2021] GET /v2.1/flavors/detail => generated 458 bytes in 280 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:27.687 151 INFO nova.api.openstack.requestlog [req-2c96afe8-3321-45d2-a389-ca4b14a2f51a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000654 [pid: 151|app: 0|req: 91/1444] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:22:27 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:22:31.839 146 INFO nova.api.openstack.requestlog [req-197ec041-150e-4444-9700-4eb7835790d8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1625 microversion: 2.42 time: 3.800826 [pid: 146|app: 0|req: 91/1445] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:22:28 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1625 bytes in 3802 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:22:32.219 147 INFO nova.api.openstack.requestlog [req-347538a9-1250-4a80-8abb-522202114d7b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.021918 [pid: 147|app: 0|req: 91/1446] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:22:32 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:32.307 142 INFO nova.api.openstack.requestlog [req-53c67cdf-7650-4a3d-9378-02734fa393a2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.021734 [pid: 142|app: 0|req: 91/1447] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:22:32 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:33.161 145 INFO nova.api.openstack.requestlog [req-a4acaea2-b289-477d-a440-bf04f1e75e94 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.243893 [pid: 145|app: 0|req: 91/1448] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:22:32 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:33.172 152 INFO nova.api.openstack.requestlog [req-60ac6463-7a2d-49ed-b26c-30edde557f47 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000834 [pid: 152|app: 0|req: 91/1449] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:22:33 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:22:33.706 154 INFO nova.api.openstack.requestlog [req-c7c6dde6-40ad-45d8-aa68-3f0c86747bb2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725" status: 200 len: 5660 microversion: 2.60 time: 0.307489 [pid: 154|app: 0|req: 92/1450] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:22:33 2021] GET /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725 => generated 5660 bytes in 309 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:22:34.084 141 INFO nova.api.openstack.requestlog [req-f1195cb1-a9b1-4976-91e1-8c3f9095f3cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000924 [pid: 141|app: 0|req: 90/1451] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:22:34 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:18.990 144 INFO nova.api.openstack.requestlog [req-8c094175-52b9-433e-95a9-b39eff3dcdfd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.258492 [pid: 144|app: 0|req: 92/1452] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:27:18 2021] GET /v2.1/flavors/detail => generated 458 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:19.508 143 INFO nova.api.openstack.requestlog [req-40d7059c-328e-4970-b22c-6cd41c9d8e82 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000643 [pid: 143|app: 0|req: 91/1453] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:27:19 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:27:20.822 150 INFO nova.api.openstack.requestlog [req-81d1e9f3-ff72-4b9a-84da-cf676bbabb33 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 1.116755 [pid: 150|app: 0|req: 92/1454] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:27:19 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 1118 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:27:21.101 153 WARNING nova.compute.api [req-c0c1e095-a9bc-4b91-8c60-a1896c0a40b5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 25b19d55-b695-453f-8fcb-0afbef7b1725] instance's host None is down, deleting from database 2021-11-16 21:27:21.164 153 WARNING nova.compute.api [req-c0c1e095-a9bc-4b91-8c60-a1896c0a40b5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 25b19d55-b695-453f-8fcb-0afbef7b1725] Ignoring volume cleanup failure due to publicURL endpoint for volumev3 service in regionOne region not found: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 21:27:22.017 153 INFO nova.api.openstack.requestlog [req-c0c1e095-a9bc-4b91-8c60-a1896c0a40b5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725" status: 204 len: 0 microversion: 2.1 time: 1.058803 [pid: 153|app: 0|req: 91/1455] 10.0.3.17 () {32 vars in 671 bytes} [Tue Nov 16 21:27:20 2021] DELETE /v2.1/servers/25b19d55-b695-453f-8fcb-0afbef7b1725 => generated 0 bytes in 1060 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-16 21:27:22.493 149 INFO nova.api.openstack.requestlog [req-743217de-d8ee-4369-af8b-af713d815657 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.252759 [pid: 149|app: 0|req: 91/1456] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:27:22 2021] GET /v2.1/flavors/detail => generated 458 bytes in 254 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:22.498 148 INFO nova.api.openstack.requestlog [req-0206044c-3894-4c0b-9164-fb07a7ed34a4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 148|app: 0|req: 92/1457] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:27:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:27:23.021 155 INFO nova.api.openstack.requestlog [req-0af60d13-57e6-43eb-bf2c-8b46434c2d28 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=25b19d55-b695-453f-8fcb-0afbef7b1725&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.330566 [pid: 155|app: 0|req: 91/1458] 10.0.3.17 () {34 vars in 1061 bytes} [Tue Nov 16 21:27:22 2021] GET /v2.1/servers/detail?limit=21&marker=25b19d55-b695-453f-8fcb-0afbef7b1725&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 332 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:27:23.300 156 INFO nova.api.openstack.requestlog [req-a991aebb-dccf-4200-ac6f-a0d835f1368d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025271 [pid: 156|app: 0|req: 91/1459] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:27:23 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:23.333 151 INFO nova.api.openstack.requestlog [req-36e156c8-7d1e-49ce-9548-2cd6edf43f54 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.025406 [pid: 151|app: 0|req: 92/1460] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:27:23 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:26.211 146 INFO nova.api.openstack.requestlog [req-197ec041-150e-4444-9700-4eb7835790d8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000660 [pid: 146|app: 0|req: 92/1461] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:26.840 142 INFO nova.api.openstack.requestlog [req-8fe1d0d2-a7c2-4ca3-bda9-9b31b2908c35 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.600687 [pid: 142|app: 0|req: 92/1462] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1/flavors/detail => generated 458 bytes in 602 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:26.847 147 INFO nova.api.openstack.requestlog [req-4779c345-fa41-4e35-ae4c-8bd091b738ba 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.617379 [pid: 147|app: 0|req: 92/1463] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 618 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:26.861 154 INFO nova.api.openstack.requestlog [req-2e90dd67-c878-4c19-8a92-563a8dca664a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.013891 [pid: 154|app: 0|req: 93/1464] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:27.030 152 WARNING oslo_db.sqlalchemy.utils [req-d640c13a-1757-4fb0-8103-fdbe569da8f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:27:27.033 152 WARNING oslo_db.sqlalchemy.utils [req-d640c13a-1757-4fb0-8103-fdbe569da8f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:27:27.038 152 INFO nova.api.openstack.requestlog [req-d640c13a-1757-4fb0-8103-fdbe569da8f0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.376031 2021-11-16 21:27:27.038 141 INFO nova.api.openstack.requestlog [req-f1195cb1-a9b1-4976-91e1-8c3f9095f3cb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000920 [pid: 141|app: 0|req: 91/1465] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:27:27 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) [pid: 152|app: 0|req: 92/1466] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1/os-keypairs => generated 16 bytes in 377 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:27.112 145 INFO nova.api.openstack.requestlog [req-3d4bb384-f10a-4ab3-92aa-e0fa3e7705eb 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.869973 [pid: 145|app: 0|req: 92/1467] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 21:27:26 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 871 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:27:27.577 144 INFO nova.api.openstack.requestlog [req-1013336b-689e-4b54-992f-fab67c6c1e9a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.230838 [pid: 144|app: 0|req: 93/1468] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 21:27:27 2021] GET /v2.1/os-server-groups => generated 21 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:06.245 143 INFO nova.api.openstack.requestlog [req-40d7059c-328e-4970-b22c-6cd41c9d8e82 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000635 [pid: 143|app: 0|req: 92/1469] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:28:06 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:08.526 150 INFO nova.api.openstack.requestlog [req-9e98a992-dfe9-4f8d-8a87-923affd4c231 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 387 microversion: 2.60 time: 2.100945 [pid: 150|app: 0|req: 93/1470] 10.0.3.17 () {38 vars in 712 bytes} [Tue Nov 16 21:28:06 2021] POST /v2.1/servers => generated 387 bytes in 2104 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-16 21:28:08.853 153 INFO nova.api.openstack.requestlog [req-3d90b09d-5a18-4629-a3e9-ea6ec17d4a05 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac" status: 200 len: 1455 microversion: 2.60 time: 0.318469 [pid: 153|app: 0|req: 92/1471] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:28:08 2021] GET /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac => generated 1455 bytes in 320 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:28:09.367 149 INFO nova.api.openstack.requestlog [req-ab1f2edc-97be-4fe9-b074-918f1a270995 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.258223 [pid: 149|app: 0|req: 92/1472] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:28:09 2021] GET /v2.1/flavors/detail => generated 458 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:09.372 148 INFO nova.api.openstack.requestlog [req-0206044c-3894-4c0b-9164-fb07a7ed34a4 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000635 [pid: 148|app: 0|req: 93/1473] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:28:09 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:28:11.353 155 INFO nova.api.openstack.requestlog [req-3bad88e1-4944-4be9-a938-54a16b517129 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1721 microversion: 2.42 time: 1.626205 [pid: 155|app: 0|req: 92/1474] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:28:09 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1721 bytes in 1628 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:28:12.099 156 INFO nova.api.openstack.requestlog [req-58006139-0eed-4615-838f-c0b0d0007399 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.024750 [pid: 156|app: 0|req: 92/1475] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:28:12 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:12.192 151 INFO nova.api.openstack.requestlog [req-ad2b2d21-811f-422f-b8bb-aa83578692a1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.032936 [pid: 151|app: 0|req: 93/1476] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:28:12 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:13.051 146 INFO nova.api.openstack.requestlog [req-ee846300-5545-4093-b072-45d21e4a87d0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.266412 [pid: 146|app: 0|req: 93/1477] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:28:12 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 267 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:13.063 142 INFO nova.api.openstack.requestlog [req-8fe1d0d2-a7c2-4ca3-bda9-9b31b2908c35 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000627 [pid: 142|app: 0|req: 93/1478] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:28:13 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:28:13.834 147 INFO nova.api.openstack.requestlog [req-9b0927b1-2f4e-40d0-aebc-8ab6405f4ca5 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac" status: 200 len: 5660 microversion: 2.60 time: 0.581014 [pid: 147|app: 0|req: 93/1479] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 21:28:13 2021] GET /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac => generated 5660 bytes in 582 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:28:14.038 154 INFO nova.api.openstack.requestlog [req-2e90dd67-c878-4c19-8a92-563a8dca664a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000919 [pid: 154|app: 0|req: 94/1480] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:28:14 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:29:40.341 141 INFO nova.api.openstack.requestlog [req-ba44b9cd-76e2-4aaf-897c-4867a56d3466 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.10 "GET /v2.1/servers/detail" status: 200 len: 5363 microversion: 2.1 time: 0.653491 [pid: 141|app: 0|req: 92/1481] 10.0.3.10 () {32 vars in 608 bytes} [Tue Nov 16 21:29:39 2021] GET /v2.1/servers/detail => generated 5363 bytes in 654 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:36:24.251 152 INFO nova.api.openstack.requestlog [req-b509721b-bb1f-4dfa-9af7-0d31b39c0b44 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.10 "GET /v2.1/servers/detail" status: 200 len: 5363 microversion: 2.1 time: 0.660741 [pid: 152|app: 0|req: 93/1482] 10.0.3.10 () {32 vars in 608 bytes} [Tue Nov 16 21:36:23 2021] GET /v2.1/servers/detail => generated 5363 bytes in 662 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:37:06.357 145 INFO nova.api.openstack.requestlog [req-b84da0be-a050-4293-a3bf-db1e427ae0cf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.10 "GET /v2.1/servers/detail" status: 200 len: 5363 microversion: 2.1 time: 0.652750 [pid: 145|app: 0|req: 93/1483] 10.0.3.10 () {32 vars in 608 bytes} [Tue Nov 16 21:37:05 2021] GET /v2.1/servers/detail => generated 5363 bytes in 654 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:51:54.866 144 INFO nova.api.openstack.requestlog [req-1013336b-689e-4b54-992f-fab67c6c1e9a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000980 [pid: 144|app: 0|req: 94/1484] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:51:54 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:51:55.927 143 INFO nova.api.openstack.requestlog [req-bce121f3-898e-4dec-ac09-a1ca49f7597a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 5797 microversion: 2.42 time: 0.623589 [pid: 143|app: 0|req: 93/1485] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:51:55 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 5797 bytes in 625 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:52:12.672 150 INFO nova.api.openstack.requestlog [req-098243b4-81fb-4faa-be73-5c86ef5be600 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.242765 [pid: 150|app: 0|req: 94/1486] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:52:12 2021] GET /v2.1/flavors/detail => generated 458 bytes in 244 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:52:12.687 153 INFO nova.api.openstack.requestlog [req-3d90b09d-5a18-4629-a3e9-ea6ec17d4a05 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000641 [pid: 153|app: 0|req: 93/1487] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:52:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:52:13.482 149 INFO nova.api.openstack.requestlog [req-cfdf985a-d6d0-46fa-b5b2-7ac22e10053a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 0.556191 [pid: 149|app: 0|req: 93/1488] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:52:12 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 557 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:52:13.898 148 INFO nova.api.openstack.requestlog [req-1ec59f15-fbac-42a3-b9d7-a372cafd2617 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.023810 [pid: 148|app: 0|req: 94/1489] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:52:13 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:52:13.981 155 INFO nova.api.openstack.requestlog [req-37362500-9423-4c32-9894-50ce627b73e0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.022243 [pid: 155|app: 0|req: 93/1490] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:52:13 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:52:18.793 156 INFO nova.api.openstack.requestlog [req-58006139-0eed-4615-838f-c0b0d0007399 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000659 [pid: 156|app: 0|req: 93/1491] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:52:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:52:19.546 151 INFO nova.api.openstack.requestlog [req-c9a74ec6-1a3e-459e-89b1-785504d73ef6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 5797 microversion: 2.42 time: 0.567528 [pid: 151|app: 0|req: 94/1492] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:52:18 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 5797 bytes in 569 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:52:25.849 146 INFO nova.api.openstack.requestlog [req-ee846300-5545-4093-b072-45d21e4a87d0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000633 [pid: 146|app: 0|req: 94/1493] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:52:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:52:26.646 142 INFO nova.api.openstack.requestlog [req-330c27b2-356c-4a88-a1b1-2dd7d5cc6e19 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 5797 microversion: 2.42 time: 0.600205 [pid: 142|app: 0|req: 94/1494] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:52:26 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 5797 bytes in 601 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:52:46.205 147 INFO nova.api.openstack.requestlog [req-0c46ca7b-4279-4f53-9fad-ba9f4409800b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.244331 [pid: 147|app: 0|req: 94/1495] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:52:45 2021] GET /v2.1/flavors/detail => generated 458 bytes in 245 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:52:46.211 154 INFO nova.api.openstack.requestlog [req-2e90dd67-c878-4c19-8a92-563a8dca664a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000615 [pid: 154|app: 0|req: 95/1496] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:52:46 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:52:47.424 141 INFO nova.api.openstack.requestlog [req-61d40222-821a-442b-8aa3-7816d330b6cf 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 1.006881 [pid: 141|app: 0|req: 93/1497] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:52:46 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 1008 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:52:47.847 152 INFO nova.api.openstack.requestlog [req-9113621e-694a-4036-ab65-8fe4234fda5e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.025778 [pid: 152|app: 0|req: 94/1498] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:52:47 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 27 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:52:47.934 145 INFO nova.api.openstack.requestlog [req-bdd41911-bd85-4bf6-a6d8-6fbfd8953793 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.021715 [pid: 145|app: 0|req: 94/1499] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:52:47 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:18.572 144 INFO nova.api.openstack.requestlog [req-303b72c2-fb23-42aa-ae3a-4a488200ac37 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.246641 [pid: 144|app: 0|req: 95/1500] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:54:18 2021] GET /v2.1/flavors/detail => generated 458 bytes in 248 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:18.578 143 INFO nova.api.openstack.requestlog [req-bce121f3-898e-4dec-ac09-a1ca49f7597a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000681 [pid: 143|app: 0|req: 94/1501] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:54:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:54:19.349 150 INFO nova.api.openstack.requestlog [req-ac6053fc-1b60-4c38-90ac-f0da473ab85b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 0.567118 [pid: 150|app: 0|req: 95/1502] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:54:18 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 568 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:54:19.641 153 WARNING nova.compute.api [req-76ad7250-30db-460f-bf7b-29d48efa5d69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 862f22be-a43c-4179-be58-951a5ed3efac] instance's host None is down, deleting from database 2021-11-16 21:54:19.683 153 WARNING nova.compute.api [req-76ad7250-30db-460f-bf7b-29d48efa5d69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 862f22be-a43c-4179-be58-951a5ed3efac] Ignoring volume cleanup failure due to publicURL endpoint for volumev3 service in regionOne region not found: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 21:54:20.066 153 INFO nova.api.openstack.requestlog [req-76ad7250-30db-460f-bf7b-29d48efa5d69 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac" status: 204 len: 0 microversion: 2.1 time: 0.525171 [pid: 153|app: 0|req: 94/1503] 10.0.3.17 () {32 vars in 671 bytes} [Tue Nov 16 21:54:19 2021] DELETE /v2.1/servers/862f22be-a43c-4179-be58-951a5ed3efac => generated 0 bytes in 527 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-16 21:54:20.576 149 INFO nova.api.openstack.requestlog [req-b29b7e6b-7e17-424a-9351-ac7d5402cda2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.230759 [pid: 149|app: 0|req: 94/1504] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:54:20 2021] GET /v2.1/flavors/detail => generated 458 bytes in 232 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:20.581 148 INFO nova.api.openstack.requestlog [req-1ec59f15-fbac-42a3-b9d7-a372cafd2617 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000625 [pid: 148|app: 0|req: 95/1505] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:54:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:54:21.084 155 INFO nova.api.openstack.requestlog [req-9f2fc51c-af05-4640-99fe-bc41f2677cd8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=862f22be-a43c-4179-be58-951a5ed3efac&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.313199 [pid: 155|app: 0|req: 94/1506] 10.0.3.17 () {34 vars in 1061 bytes} [Tue Nov 16 21:54:20 2021] GET /v2.1/servers/detail?limit=21&marker=862f22be-a43c-4179-be58-951a5ed3efac&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 314 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:54:21.309 156 INFO nova.api.openstack.requestlog [req-6a4b8bbb-7750-4cef-9713-29d56ae55a06 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024677 [pid: 156|app: 0|req: 94/1507] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:54:21 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:21.340 151 INFO nova.api.openstack.requestlog [req-1ee6e273-f8e5-4952-9cf1-971ae7f9ab96 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.023731 [pid: 151|app: 0|req: 95/1508] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:54:21 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:29.059 146 INFO nova.api.openstack.requestlog [req-9c410747-09bb-40d5-90ea-1a129dca53c1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.259387 [pid: 146|app: 0|req: 95/1509] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:54:28 2021] GET /v2.1/flavors/detail => generated 458 bytes in 260 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:29.065 142 INFO nova.api.openstack.requestlog [req-330c27b2-356c-4a88-a1b1-2dd7d5cc6e19 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000675 [pid: 142|app: 0|req: 95/1510] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:54:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:54:29.584 147 INFO nova.api.openstack.requestlog [req-fbe36b53-6e51-4338-8a4a-c8e3fd1bb397 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.335233 [pid: 147|app: 0|req: 95/1511] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 21:54:29 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 336 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 21:54:29.841 154 INFO nova.api.openstack.requestlog [req-c14a088e-b613-4fc0-a77f-9e34bcaabd64 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.044079 [pid: 154|app: 0|req: 96/1512] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:54:29 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 46 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:29.873 141 INFO nova.api.openstack.requestlog [req-85f2ce80-55ce-4894-9b8a-4421fe7f4631 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024732 [pid: 141|app: 0|req: 94/1513] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:54:29 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.132 145 INFO nova.api.openstack.requestlog [req-6f04590a-7500-48e7-a349-ea89587599b2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.294539 [pid: 145|app: 0|req: 95/1514] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 21:54:32 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 296 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.236 143 INFO nova.api.openstack.requestlog [req-bce121f3-898e-4dec-ac09-a1ca49f7597a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001086 [pid: 143|app: 0|req: 95/1515] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:54:33 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.436 152 INFO nova.api.openstack.requestlog [req-e8820602-f264-4bad-8d27-cc937d940055 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.608177 [pid: 152|app: 0|req: 95/1516] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 21:54:32 2021] GET /v2.1/flavors/detail => generated 458 bytes in 610 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.483 150 INFO nova.api.openstack.requestlog [req-9f6123d5-8da9-4eff-a464-d7aaea388879 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.009867 [pid: 150|app: 0|req: 96/1517] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 21:54:33 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.490 144 INFO nova.api.openstack.requestlog [req-01b7e93b-5a7b-42c2-b0f4-1ba486f23e23 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.342033 [pid: 144|app: 0|req: 96/1518] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 21:54:33 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 343 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.748 149 INFO nova.api.openstack.requestlog [req-b29b7e6b-7e17-424a-9351-ac7d5402cda2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001027 [pid: 149|app: 0|req: 95/1519] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:54:33 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:33.787 153 WARNING oslo_db.sqlalchemy.utils [req-4075d576-ced0-44e3-8fb5-b756b6296849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:54:33.790 153 WARNING oslo_db.sqlalchemy.utils [req-4075d576-ced0-44e3-8fb5-b756b6296849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 21:54:33.794 153 INFO nova.api.openstack.requestlog [req-4075d576-ced0-44e3-8fb5-b756b6296849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.284747 [pid: 153|app: 0|req: 95/1520] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 21:54:33 2021] GET /v2.1/os-keypairs => generated 16 bytes in 286 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:54:34.271 148 INFO nova.api.openstack.requestlog [req-111f6f36-0e29-4c43-ad92-3759e92e9934 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.240104 [pid: 148|app: 0|req: 96/1521] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 21:54:34 2021] GET /v2.1/os-server-groups => generated 21 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 21:59:22.131 155 INFO nova.api.openstack.requestlog [req-9f2fc51c-af05-4640-99fe-bc41f2677cd8 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 155|app: 0|req: 95/1522] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 21:59:22 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 21:59:22.721 156 INFO nova.api.openstack.requestlog [req-d4de4308-cef3-421a-a6ec-2b55f421acda 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.304152 [pid: 156|app: 0|req: 95/1523] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 21:59:22 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:12:52.370 151 INFO nova.api.openstack.requestlog [req-1ee6e273-f8e5-4952-9cf1-971ae7f9ab96 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000693 [pid: 151|app: 0|req: 96/1524] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:12:52 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:12:52.935 146 INFO nova.api.openstack.requestlog [req-155b873c-0ab3-4eef-b064-612a4be8c889 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.385527 [pid: 146|app: 0|req: 96/1525] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 22:12:52 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 387 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:13:09.297 142 INFO nova.api.openstack.requestlog [req-c65a22f0-17d5-43c7-86b4-cf5887bb4cd9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.675534 [pid: 142|app: 0|req: 96/1526] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:13:08 2021] GET /v2.1/flavors/detail => generated 458 bytes in 676 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:09.498 147 INFO nova.api.openstack.requestlog [req-fbe36b53-6e51-4338-8a4a-c8e3fd1bb397 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 147|app: 0|req: 96/1527] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:09 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:13:10.392 154 INFO nova.api.openstack.requestlog [req-063966f4-65e5-4488-b37a-a51c77c71714 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.696125 [pid: 154|app: 0|req: 97/1528] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 22:13:09 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 697 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:13:11.541 141 INFO nova.api.openstack.requestlog [req-90f1f391-e81a-4347-a8f9-9acc2ded603e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.687134 [pid: 141|app: 0|req: 95/1529] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:10 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 688 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:12.494 145 INFO nova.api.openstack.requestlog [req-817587b9-f3fb-4f83-a11e-cfe5b0cbd2cd 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.760765 [pid: 145|app: 0|req: 96/1530] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:11 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 762 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:15.451 144 INFO nova.api.openstack.requestlog [req-01b7e93b-5a7b-42c2-b0f4-1ba486f23e23 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.001044 [pid: 144|app: 0|req: 97/1531] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:15 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:15.682 143 INFO nova.api.openstack.requestlog [req-ed95040d-6f4e-4495-a988-6bf5056f33ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.303679 [pid: 143|app: 0|req: 96/1532] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:15 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 305 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:15.739 150 INFO nova.api.openstack.requestlog [req-9d284404-a3ab-4829-87f8-6d8c6f18d786 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.354762 [pid: 150|app: 0|req: 97/1533] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 22:13:15 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 356 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:16.234 152 INFO nova.api.openstack.requestlog [req-bf1a8092-4274-43e4-a3b5-32e89df0f107 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.855401 [pid: 152|app: 0|req: 96/1534] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:13:15 2021] GET /v2.1/flavors/detail => generated 458 bytes in 857 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:16.334 153 INFO nova.api.openstack.requestlog [req-4075d576-ced0-44e3-8fb5-b756b6296849 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000962 [pid: 153|app: 0|req: 96/1535] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:16 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:16.465 149 WARNING oslo_db.sqlalchemy.utils [req-012a6f46-500d-4a8e-a06f-43149f0cc75b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:13:16.469 149 WARNING oslo_db.sqlalchemy.utils [req-012a6f46-500d-4a8e-a06f-43149f0cc75b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:13:16.472 149 INFO nova.api.openstack.requestlog [req-012a6f46-500d-4a8e-a06f-43149f0cc75b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.796387 [pid: 149|app: 0|req: 96/1536] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 22:13:15 2021] GET /v2.1/os-keypairs => generated 16 bytes in 797 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:16.692 148 INFO nova.api.openstack.requestlog [req-911f2326-1d9a-4b26-9814-19ee80044a41 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.234060 [pid: 148|app: 0|req: 97/1537] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 22:13:16 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 236 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:17.194 155 INFO nova.api.openstack.requestlog [req-46b2c0c7-7f2c-4b8c-8469-59cba67e5157 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.239046 [pid: 155|app: 0|req: 96/1538] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 22:13:16 2021] GET /v2.1/os-server-groups => generated 21 bytes in 240 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:49.387 156 INFO nova.api.openstack.requestlog [req-d4de4308-cef3-421a-a6ec-2b55f421acda 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000651 [pid: 156|app: 0|req: 96/1539] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:49 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:52.211 151 INFO nova.api.openstack.requestlog [req-8aa61cf9-f0a2-4e1f-8f18-d5ce8a7599d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 202 len: 387 microversion: 2.60 time: 2.643889 [pid: 151|app: 0|req: 97/1540] 10.0.3.17 () {38 vars in 712 bytes} [Tue Nov 16 22:13:49 2021] POST /v2.1/servers => generated 387 bytes in 2645 msecs (HTTP/1.1 202) 8 headers in 403 bytes (1 switches on core 0) 2021-11-16 22:13:53.236 146 INFO nova.api.openstack.requestlog [req-38350d2f-492b-4896-b7fc-8dfad0c667c9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7" status: 200 len: 1455 microversion: 2.60 time: 0.816141 [pid: 146|app: 0|req: 97/1541] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 22:13:52 2021] GET /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7 => generated 1455 bytes in 818 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:13:54.238 142 INFO nova.api.openstack.requestlog [req-61f1f35d-d76a-4a80-b25c-4ff944746e9d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.286610 [pid: 142|app: 0|req: 97/1542] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:13:53 2021] GET /v2.1/flavors/detail => generated 458 bytes in 288 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:54.424 147 INFO nova.api.openstack.requestlog [req-fbe36b53-6e51-4338-8a4a-c8e3fd1bb397 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000629 [pid: 147|app: 0|req: 97/1543] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:54 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:55.529 154 INFO nova.api.openstack.requestlog [req-331f8c7c-1050-4b98-8571-73143f8af269 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 1745 microversion: 2.42 time: 0.881121 [pid: 154|app: 0|req: 98/1544] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 22:13:54 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 1745 bytes in 882 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:13:56.572 141 INFO nova.api.openstack.requestlog [req-342081a6-405f-4bbc-9c93-d314371f383e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.281068 [pid: 141|app: 0|req: 96/1545] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:56 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 282 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:57.091 145 INFO nova.api.openstack.requestlog [req-8426d2f6-cec8-4afc-88cf-2c73f9dc5348 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.261839 [pid: 145|app: 0|req: 97/1546] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:56 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 263 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:58.557 144 INFO nova.api.openstack.requestlog [req-156e50e3-69cd-4bff-a1e7-f7f5ec8c82ec 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.665563 [pid: 144|app: 0|req: 98/1547] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:13:57 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 667 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:58.762 143 INFO nova.api.openstack.requestlog [req-ed95040d-6f4e-4495-a988-6bf5056f33ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 143|app: 0|req: 97/1548] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:58 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:13:59.466 150 INFO nova.api.openstack.requestlog [req-9400d24d-0c37-4ffc-8d1e-7186c59461f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7" status: 200 len: 5660 microversion: 2.60 time: 0.526731 [pid: 150|app: 0|req: 98/1549] 10.0.3.17 () {34 vars in 732 bytes} [Tue Nov 16 22:13:58 2021] GET /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7 => generated 5660 bytes in 528 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:13:59.836 152 INFO nova.api.openstack.requestlog [req-bf1a8092-4274-43e4-a3b5-32e89df0f107 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000649 [pid: 152|app: 0|req: 97/1550] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:13:59 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:14:20.783 153 INFO nova.api.openstack.requestlog [req-60e54309-cc7c-4325-9409-b8f11cb8aa15 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.240184 [pid: 153|app: 0|req: 97/1551] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 22:14:20 2021] GET /v2.1/os-server-groups => generated 21 bytes in 241 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:14:21.037 149 INFO nova.api.openstack.requestlog [req-012a6f46-500d-4a8e-a06f-43149f0cc75b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000665 [pid: 149|app: 0|req: 97/1552] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:14:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:14:24.929 148 INFO nova.api.openstack.requestlog [req-911f2326-1d9a-4b26-9814-19ee80044a41 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000634 [pid: 148|app: 0|req: 98/1553] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:14:24 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:14:25.710 155 INFO nova.api.openstack.requestlog [req-f36429c1-0c8c-4398-9594-e0078c8066ae 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 5797 microversion: 2.42 time: 0.585263 [pid: 155|app: 0|req: 97/1554] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 22:14:25 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 5797 bytes in 586 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:14:57.808 156 INFO nova.api.openstack.requestlog [req-4ea54c2d-0937-4ed2-b61a-f08795c3223d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.814296 [pid: 156|app: 0|req: 97/1555] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:14:56 2021] GET /v2.1/flavors/detail => generated 458 bytes in 815 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:14:57.814 151 INFO nova.api.openstack.requestlog [req-8aa61cf9-f0a2-4e1f-8f18-d5ce8a7599d2 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000635 [pid: 151|app: 0|req: 98/1556] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:14:57 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:14:58.337 146 INFO nova.api.openstack.requestlog [req-5f19c6eb-566e-4443-a474-aa55351acad0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 0.323843 [pid: 146|app: 0|req: 98/1557] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 22:14:58 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 325 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:14:58.755 142 INFO nova.api.openstack.requestlog [req-038838f0-6e6d-4256-b8f0-69feb9c94f9a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.023304 [pid: 142|app: 0|req: 98/1558] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:14:58 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 24 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:14:58.838 147 INFO nova.api.openstack.requestlog [req-69170478-3d67-4391-afb2-9c926985402e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 514 microversion: 2.1 time: 0.021651 [pid: 147|app: 0|req: 98/1559] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:14:58 2021] GET /v2.1/limits?reserved=1 => generated 514 bytes in 23 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:12.608 154 INFO nova.api.openstack.requestlog [req-2ff726f6-1fb3-4bf8-b679-bda69b737b42 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.257053 [pid: 154|app: 0|req: 99/1560] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:15:12 2021] GET /v2.1/flavors/detail => generated 458 bytes in 258 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:12.613 141 INFO nova.api.openstack.requestlog [req-342081a6-405f-4bbc-9c93-d314371f383e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000628 [pid: 141|app: 0|req: 97/1561] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:15:12 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:15:15.979 145 INFO nova.api.openstack.requestlog [req-c7874f91-cad3-49a5-b5a8-879f8bb098a7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 5797 microversion: 2.42 time: 3.180345 [pid: 145|app: 0|req: 98/1562] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 22:15:12 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 5797 bytes in 3181 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:15:16.271 144 WARNING nova.compute.api [req-7c944249-4ef1-45b6-bf92-8b38f62fafe3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7] instance's host None is down, deleting from database 2021-11-16 22:15:16.414 144 WARNING nova.compute.api [req-7c944249-4ef1-45b6-bf92-8b38f62fafe3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] [instance: 15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7] Ignoring volume cleanup failure due to publicURL endpoint for volumev3 service in regionOne region not found: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:15:17.345 144 INFO nova.api.openstack.requestlog [req-7c944249-4ef1-45b6-bf92-8b38f62fafe3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "DELETE /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7" status: 204 len: 0 microversion: 2.1 time: 1.211981 [pid: 144|app: 0|req: 99/1563] 10.0.3.17 () {32 vars in 671 bytes} [Tue Nov 16 22:15:16 2021] DELETE /v2.1/servers/15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7 => generated 0 bytes in 1214 msecs (HTTP/1.1 204) 7 headers in 325 bytes (1 switches on core 0) 2021-11-16 22:15:18.303 143 INFO nova.api.openstack.requestlog [req-7a055fed-5288-467c-8566-8a5756d304fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.709618 [pid: 143|app: 0|req: 98/1564] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:15:17 2021] GET /v2.1/flavors/detail => generated 458 bytes in 711 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:18.309 150 INFO nova.api.openstack.requestlog [req-9400d24d-0c37-4ffc-8d1e-7186c59461f7 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000630 [pid: 150|app: 0|req: 99/1565] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:15:18 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:15:18.957 152 INFO nova.api.openstack.requestlog [req-4d920220-9379-4379-b8d6-723a1410315d 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&marker=15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.375434 [pid: 152|app: 0|req: 98/1566] 10.0.3.17 () {34 vars in 1061 bytes} [Tue Nov 16 22:15:18 2021] GET /v2.1/servers/detail?limit=21&marker=15df2c1f-d9b6-455b-ba2b-a6b4b950d4a7&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 376 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:15:19.209 153 INFO nova.api.openstack.requestlog [req-690404ea-c3b3-4a0d-b8ad-12f7efbe5e6a 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.027471 [pid: 153|app: 0|req: 98/1567] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:15:19 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 29 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:19.251 149 INFO nova.api.openstack.requestlog [req-0ce90e29-def4-45cd-b7ec-b60bd8500359 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.033976 [pid: 149|app: 0|req: 98/1568] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:15:19 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 35 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.117 155 INFO nova.api.openstack.requestlog [req-f36429c1-0c8c-4398-9594-e0078c8066ae 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000783 [pid: 155|app: 0|req: 98/1569] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.449 151 INFO nova.api.openstack.requestlog [req-bf32d667-f176-4b0e-9ba5-f5a6cda59a56 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.291685 [pid: 151|app: 0|req: 99/1570] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1/flavors/detail => generated 458 bytes in 293 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.464 142 INFO nova.api.openstack.requestlog [req-0481a60a-12cf-4c3c-947a-19d20455d299 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.010254 [pid: 142|app: 0|req: 99/1571] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.474 156 INFO nova.api.openstack.requestlog [req-4f03268b-f30d-4caa-9115-abb06e2ab9db 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.348398 [pid: 156|app: 0|req: 98/1572] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 350 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.623 146 WARNING oslo_db.sqlalchemy.utils [req-bdea23f9-81ab-4432-91cc-582c21b6b390 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:15:21.634 146 WARNING oslo_db.sqlalchemy.utils [req-bdea23f9-81ab-4432-91cc-582c21b6b390 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:15:21.644 146 INFO nova.api.openstack.requestlog [req-bdea23f9-81ab-4432-91cc-582c21b6b390 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.305536 [pid: 146|app: 0|req: 99/1573] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1/os-keypairs => generated 16 bytes in 307 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:21.921 148 INFO nova.api.openstack.requestlog [req-5fc138e8-0f22-4702-af95-858e3c6fcc31 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.823586 [pid: 148|app: 0|req: 99/1574] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 22:15:21 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 825 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:22.215 147 INFO nova.api.openstack.requestlog [req-69170478-3d67-4391-afb2-9c926985402e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000728 [pid: 147|app: 0|req: 99/1575] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:15:22 2021] GET /v2.1 => generated 378 bytes in 2 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:15:22.573 154 INFO nova.api.openstack.requestlog [req-46b37329-47f1-4b45-84ae-5b8e91cfc0b9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.238170 [pid: 154|app: 0|req: 100/1576] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 22:15:22 2021] GET /v2.1/os-server-groups => generated 21 bytes in 239 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:21.017 141 INFO nova.api.openstack.requestlog [req-342081a6-405f-4bbc-9c93-d314371f383e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000632 [pid: 141|app: 0|req: 98/1577] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:16:21 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:16:21.475 145 INFO nova.api.openstack.requestlog [req-ca9122b4-498f-4880-a939-534b1ca26994 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795" status: 200 len: 15 microversion: 2.42 time: 0.257911 [pid: 145|app: 0|req: 99/1578] 10.0.3.17 () {34 vars in 759 bytes} [Tue Nov 16 22:16:21 2021] GET /v2.1/servers/detail?project_id=78d0093b66f547d2be2b78e496f9d795 => generated 15 bytes in 259 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:16:25.908 144 INFO nova.api.openstack.requestlog [req-a2642632-1b62-48f9-9475-073bce54afd9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.251393 [pid: 144|app: 0|req: 100/1579] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:16:25 2021] GET /v2.1/flavors/detail => generated 458 bytes in 252 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:25.913 143 INFO nova.api.openstack.requestlog [req-7a055fed-5288-467c-8566-8a5756d304fe 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000623 [pid: 143|app: 0|req: 99/1580] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:16:25 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) /usr/lib/python3/dist-packages/oslo_policy/policy.py:1064: UserWarning: Policy os_compute_api:servers:allow_all_filters failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 2021-11-16 22:16:26.821 150 INFO nova.api.openstack.requestlog [req-aaec56a3-685e-480f-9b16-bbfb3717b771 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid" status: 200 len: 15 microversion: 2.42 time: 0.702584 [pid: 150|app: 0|req: 100/1581] 10.0.3.17 () {34 vars in 973 bytes} [Tue Nov 16 22:16:26 2021] GET /v2.1/servers/detail?limit=21&project_id=78d0093b66f547d2be2b78e496f9d795&sort_dir=desc&sort_dir=desc&sort_dir=desc&sort_key=created_at&sort_key=display_name&sort_key=uuid => generated 15 bytes in 704 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:16:27.060 152 INFO nova.api.openstack.requestlog [req-8dabb327-8209-4bbf-8993-50fb11b45d4b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024536 [pid: 152|app: 0|req: 99/1582] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:16:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 26 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:27.092 153 INFO nova.api.openstack.requestlog [req-6332f534-0488-4711-a724-8bf63d9ee883 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.024215 [pid: 153|app: 0|req: 99/1583] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:16:27 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 25 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:29.953 149 INFO nova.api.openstack.requestlog [req-0ce90e29-def4-45cd-b7ec-b60bd8500359 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 149|app: 0|req: 99/1584] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:16:29 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:30.217 155 INFO nova.api.openstack.requestlog [req-e174ae5c-7def-4481-b827-3d45c81920ce 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/detail" status: 200 len: 458 microversion: 2.1 time: 0.248186 [pid: 155|app: 0|req: 99/1585] 10.0.3.17 () {30 vars in 589 bytes} [Tue Nov 16 22:16:29 2021] GET /v2.1/flavors/detail => generated 458 bytes in 249 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:30.236 151 INFO nova.api.openstack.requestlog [req-a5cf3399-03e2-43e0-8678-a5d4869da96e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.013607 [pid: 151|app: 0|req: 100/1586] 10.0.3.17 () {30 vars in 679 bytes} [Tue Nov 16 22:16:30 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 15 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:30.565 156 INFO nova.api.openstack.requestlog [req-37fa0a5a-3cd1-4d97-b660-07d70ff41935 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-availability-zone" status: 200 len: 97 microversion: 2.1 time: 0.325259 [pid: 156|app: 0|req: 99/1587] 10.0.3.17 () {30 vars in 601 bytes} [Tue Nov 16 22:16:30 2021] GET /v2.1/os-availability-zone => generated 97 bytes in 327 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:30.584 142 INFO nova.api.openstack.requestlog [req-c640cb08-5513-4228-a164-71bd57b7b9e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/limits" status: 200 len: 511 microversion: 2.1 time: 0.354434 [pid: 142|app: 0|req: 100/1588] 10.0.3.17 () {30 vars in 594 bytes} [Tue Nov 16 22:16:30 2021] GET /v2.1/limits?reserved=1 => generated 511 bytes in 355 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:31.028 148 INFO nova.api.openstack.requestlog [req-5fc138e8-0f22-4702-af95-858e3c6fcc31 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 148|app: 0|req: 100/1589] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:16:31 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:31.074 146 WARNING oslo_db.sqlalchemy.utils [req-23e5a68c-a555-45c0-900b-e13d3da883a1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:16:31.079 146 WARNING oslo_db.sqlalchemy.utils [req-23e5a68c-a555-45c0-900b-e13d3da883a1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unique keys not in sort_keys. The sorting order may be unstable. 2021-11-16 22:16:31.084 146 INFO nova.api.openstack.requestlog [req-23e5a68c-a555-45c0-900b-e13d3da883a1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-keypairs" status: 200 len: 16 microversion: 2.9 time: 0.738004 [pid: 146|app: 0|req: 100/1590] 10.0.3.17 () {32 vars in 623 bytes} [Tue Nov 16 22:16:30 2021] GET /v2.1/os-keypairs => generated 16 bytes in 739 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:16:32.028 147 INFO nova.api.openstack.requestlog [req-f8e3ac3b-1204-4f00-aa27-a93afdd7a646 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1/os-server-groups" status: 200 len: 21 microversion: 2.1 time: 0.686969 [pid: 147|app: 0|req: 100/1591] 10.0.3.17 () {30 vars in 593 bytes} [Tue Nov 16 22:16:31 2021] GET /v2.1/os-server-groups => generated 21 bytes in 688 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:17:07.929 154 INFO nova.api.openstack.requestlog [req-46b37329-47f1-4b45-84ae-5b8e91cfc0b9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000637 [pid: 154|app: 0|req: 101/1592] 10.0.3.17 () {30 vars in 559 bytes} [Tue Nov 16 22:17:07 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:17:08.435 141 INFO nova.api.openstack.wsgi [req-0603c188-cc08-43b0-a18a-0ecd2e630c81 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Block Device Mapping is Invalid: failed to get volume 06b0202e-6e5f-414a-acb6-af911aefeb2c. 2021-11-16 22:17:08.436 141 INFO nova.api.openstack.requestlog [req-0603c188-cc08-43b0-a18a-0ecd2e630c81 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.17 "POST /v2.1/servers" status: 400 len: 135 microversion: 2.60 time: 0.320067 [pid: 141|app: 0|req: 99/1593] 10.0.3.17 () {38 vars in 712 bytes} [Tue Nov 16 22:17:08 2021] POST /v2.1/servers => generated 135 bytes in 321 msecs (HTTP/1.1 400) 7 headers in 343 bytes (1 switches on core 0) 2021-11-16 22:34:42.457 145 INFO nova.api.openstack.requestlog [req-ca9122b4-498f-4880-a939-534b1ca26994 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000638 [pid: 145|app: 0|req: 100/1594] 10.0.3.13 () {28 vars in 393 bytes} [Tue Nov 16 22:34:42 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:34:42.710 144 INFO nova.api.openstack.requestlog [req-518aa4de-7549-4632-8c3d-172f34374857 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/detail?is_public=True" status: 200 len: 498 microversion: 2.61 time: 0.248834 [pid: 144|app: 0|req: 101/1595] 10.0.3.13 () {34 vars in 739 bytes} [Tue Nov 16 22:34:42 2021] GET /v2.1/flavors/detail?is_public=True => generated 498 bytes in 250 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:34:42.728 143 INFO nova.api.openstack.requestlog [req-c98a2b57-dc81-44be-a79b-7cb21648eb8e 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs" status: 200 len: 19 microversion: 2.61 time: 0.010166 [pid: 143|app: 0|req: 100/1596] 10.0.3.13 () {34 vars in 787 bytes} [Tue Nov 16 22:34:42 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e/os-extra_specs => generated 19 bytes in 11 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:35:47.337 150 INFO nova.api.openstack.requestlog [req-d3776518-af1b-464d-b6de-d03daf348c34 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/servers/detail" status: 200 len: 15 microversion: 2.1 time: 0.334178 [pid: 150|app: 0|req: 101/1597] 10.0.3.13 () {32 vars in 608 bytes} [Tue Nov 16 22:35:47 2021] GET /v2.1/servers/detail => generated 15 bytes in 335 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:37:20.124 152 INFO nova.api.openstack.requestlog [req-8dabb327-8209-4bbf-8993-50fb11b45d4b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000647 [pid: 152|app: 0|req: 100/1598] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:37:20 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:37:20.543 153 INFO nova.api.openstack.wsgi [req-738d7286-2d56-40aa-b626-7bfd2a0b0b45 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor test-flavour could not be found. 2021-11-16 22:37:20.544 153 INFO nova.api.openstack.requestlog [req-738d7286-2d56-40aa-b626-7bfd2a0b0b45 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/test-flavour" status: 404 len: 85 microversion: 2.90 time: 0.009344 [pid: 153|app: 0|req: 100/1599] 10.0.3.13 () {34 vars in 663 bytes} [Tue Nov 16 22:37:20 2021] GET /v2.1/flavors/test-flavour => generated 85 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 341 bytes (1 switches on core 0) 2021-11-16 22:37:20.563 149 INFO nova.api.openstack.requestlog [req-cbebdb97-71a9-42d6-a62a-ea86b7a25871 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors?is_public=None" status: 200 len: 306 microversion: 2.90 time: 0.014778 [pid: 149|app: 0|req: 100/1600] 10.0.3.13 () {34 vars in 666 bytes} [Tue Nov 16 22:37:20 2021] GET /v2.1/flavors?is_public=None => generated 306 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:37:20.577 155 INFO nova.api.openstack.requestlog [req-bd7fea58-d2ce-437b-bbff-8818d99278a9 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e" status: 200 len: 494 microversion: 2.90 time: 0.009134 [pid: 155|app: 0|req: 100/1601] 10.0.3.13 () {34 vars in 711 bytes} [Tue Nov 16 22:37:20 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e => generated 494 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:37:21.517 151 INFO nova.api.openstack.wsgi [req-124e72aa-c3ff-444c-b878-ad8ab284f232 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Multiple possible networks found, use a Network ID to be more specific. 2021-11-16 22:37:21.547 151 INFO nova.api.openstack.requestlog [req-124e72aa-c3ff-444c-b878-ad8ab284f232 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "POST /v2.1/servers" status: 409 len: 123 microversion: 2.90 time: 0.965598 [pid: 151|app: 0|req: 101/1602] 10.0.3.13 () {38 vars in 691 bytes} [Tue Nov 16 22:37:20 2021] POST /v2.1/servers => generated 123 bytes in 967 msecs (HTTP/1.1 409) 7 headers in 340 bytes (1 switches on core 0) 2021-11-16 22:38:01.722 156 INFO nova.api.openstack.requestlog [req-37fa0a5a-3cd1-4d97-b660-07d70ff41935 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000639 [pid: 156|app: 0|req: 100/1603] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:38:01 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:38:24.459 142 INFO nova.api.openstack.requestlog [req-c640cb08-5513-4228-a164-71bd57b7b9e6 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000694 [pid: 142|app: 0|req: 101/1604] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:38:24 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:38:41.056 148 INFO nova.api.openstack.requestlog [req-5fc138e8-0f22-4702-af95-858e3c6fcc31 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000640 [pid: 148|app: 0|req: 101/1605] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:38:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:40:26.514 146 INFO nova.api.openstack.requestlog [req-23e5a68c-a555-45c0-900b-e13d3da883a1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000645 [pid: 146|app: 0|req: 101/1606] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:40:26 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:40:26.871 147 INFO nova.api.openstack.wsgi [req-62a0c401-00df-4a8e-bccf-d2e7df90b2e1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor test-flavour could not be found. 2021-11-16 22:40:26.872 147 INFO nova.api.openstack.requestlog [req-62a0c401-00df-4a8e-bccf-d2e7df90b2e1 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/test-flavour" status: 404 len: 85 microversion: 2.90 time: 0.009284 [pid: 147|app: 0|req: 101/1607] 10.0.3.13 () {34 vars in 663 bytes} [Tue Nov 16 22:40:26 2021] GET /v2.1/flavors/test-flavour => generated 85 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 341 bytes (1 switches on core 0) 2021-11-16 22:40:26.892 154 INFO nova.api.openstack.requestlog [req-4fe5549c-7e2c-4149-9484-eefd55fc3b4c 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors?is_public=None" status: 200 len: 306 microversion: 2.90 time: 0.015273 [pid: 154|app: 0|req: 102/1608] 10.0.3.13 () {34 vars in 666 bytes} [Tue Nov 16 22:40:26 2021] GET /v2.1/flavors?is_public=None => generated 306 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:40:26.906 141 INFO nova.api.openstack.requestlog [req-4f27d353-3817-44a5-a9d1-aa6f0a482cc0 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e" status: 200 len: 494 microversion: 2.90 time: 0.009255 [pid: 141|app: 0|req: 100/1609] 10.0.3.13 () {34 vars in 711 bytes} [Tue Nov 16 22:40:26 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e => generated 494 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi [req-a647bfb4-a523-431c-a012-7f790e307c29 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unexpected exception in API method: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi Traceback (most recent call last): 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in wrapped 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return f(*args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi [Previous line repeated 10 more times] 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 771, in create 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi instances, resv_id = self.compute_api.create( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return self._create_instance( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1626, in _create_instance 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi instances_to_build = self._provision_instances( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1342, in _provision_instances 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi volumes = self._get_volumes_for_bdms(context, block_device_mapping) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1225, in _get_volumes_for_bdms 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi volumes[bdm.volume_id] = self.volume_api.get( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 396, in wrapper 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi res = method(self, ctx, *args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 432, in wrapper 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi res = method(self, ctx, volume_id, *args, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 498, in get 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi item = cinderclient( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 246, in cinderclient 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi auth, service_parameters, url = _get_cinderclient_parameters(context) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 211, in _get_cinderclient_parameters 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi url = _SESSION.get_endpoint(auth, **service_parameters) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 1243, in get_endpoint 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi return auth.get_endpoint(self, **kwargs) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 375, in get_endpoint 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi endpoint_data = self.get_endpoint_data( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 275, in get_endpoint_data 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi endpoint_data = service_catalog.endpoint_data_for( 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/access/service_catalog.py", line 462, in endpoint_data_for 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi raise exceptions.EndpointNotFound(msg) 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:40:28.105 145 ERROR nova.api.openstack.wsgi  2021-11-16 22:40:28.166 145 INFO nova.api.openstack.wsgi [req-a647bfb4-a523-431c-a012-7f790e307c29 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.  2021-11-16 22:40:28.167 145 INFO nova.api.openstack.requestlog [req-a647bfb4-a523-431c-a012-7f790e307c29 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "POST /v2.1/servers" status: 500 len: 223 microversion: 2.90 time: 1.257421 [pid: 145|app: 0|req: 101/1610] 10.0.3.13 () {38 vars in 691 bytes} [Tue Nov 16 22:40:26 2021] POST /v2.1/servers => generated 223 bytes in 1259 msecs (HTTP/1.1 500) 7 headers in 353 bytes (1 switches on core 0) 2021-11-16 22:53:41.698 144 INFO nova.api.openstack.requestlog [req-518aa4de-7549-4632-8c3d-172f34374857 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000637 [pid: 144|app: 0|req: 102/1611] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:53:41 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:53:42.066 143 INFO nova.api.openstack.wsgi [req-2bd20a71-9976-4813-adb5-e59a4e0d1b06 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor test-flavour could not be found. 2021-11-16 22:53:42.067 143 INFO nova.api.openstack.requestlog [req-2bd20a71-9976-4813-adb5-e59a4e0d1b06 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/test-flavour" status: 404 len: 85 microversion: 2.90 time: 0.009605 [pid: 143|app: 0|req: 101/1612] 10.0.3.13 () {34 vars in 663 bytes} [Tue Nov 16 22:53:42 2021] GET /v2.1/flavors/test-flavour => generated 85 bytes in 10 msecs (HTTP/1.1 404) 7 headers in 341 bytes (1 switches on core 0) 2021-11-16 22:53:42.081 150 INFO nova.api.openstack.requestlog [req-b7d9f69f-6cf5-4c52-8e6b-e1c9f687fd80 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors?is_public=None" status: 200 len: 306 microversion: 2.90 time: 0.009571 [pid: 150|app: 0|req: 102/1613] 10.0.3.13 () {34 vars in 666 bytes} [Tue Nov 16 22:53:42 2021] GET /v2.1/flavors?is_public=None => generated 306 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:53:42.095 152 INFO nova.api.openstack.requestlog [req-60319338-6a79-447c-9aef-0586009b37fa 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e" status: 200 len: 494 microversion: 2.90 time: 0.009260 [pid: 152|app: 0|req: 101/1614] 10.0.3.13 () {34 vars in 711 bytes} [Tue Nov 16 22:53:42 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e => generated 494 bytes in 10 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi [req-3c9268ef-350e-4ffc-9564-cf5bc818c64b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unexpected exception in API method: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi Traceback (most recent call last): 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in wrapped 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return f(*args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi [Previous line repeated 10 more times] 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 771, in create 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi instances, resv_id = self.compute_api.create( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return self._create_instance( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1626, in _create_instance 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi instances_to_build = self._provision_instances( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1342, in _provision_instances 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi volumes = self._get_volumes_for_bdms(context, block_device_mapping) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1225, in _get_volumes_for_bdms 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi volumes[bdm.volume_id] = self.volume_api.get( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 396, in wrapper 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi res = method(self, ctx, *args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 432, in wrapper 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi res = method(self, ctx, volume_id, *args, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 498, in get 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi item = cinderclient( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 246, in cinderclient 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi auth, service_parameters, url = _get_cinderclient_parameters(context) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 211, in _get_cinderclient_parameters 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi url = _SESSION.get_endpoint(auth, **service_parameters) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 1243, in get_endpoint 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi return auth.get_endpoint(self, **kwargs) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 375, in get_endpoint 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi endpoint_data = self.get_endpoint_data( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 275, in get_endpoint_data 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi endpoint_data = service_catalog.endpoint_data_for( 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/access/service_catalog.py", line 462, in endpoint_data_for 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi raise exceptions.EndpointNotFound(msg) 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:53:43.656 153 ERROR nova.api.openstack.wsgi  2021-11-16 22:53:43.681 153 INFO nova.api.openstack.wsgi [req-3c9268ef-350e-4ffc-9564-cf5bc818c64b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.  2021-11-16 22:53:43.682 153 INFO nova.api.openstack.requestlog [req-3c9268ef-350e-4ffc-9564-cf5bc818c64b 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "POST /v2.1/servers" status: 500 len: 223 microversion: 2.90 time: 1.582576 [pid: 153|app: 0|req: 101/1615] 10.0.3.13 () {38 vars in 691 bytes} [Tue Nov 16 22:53:42 2021] POST /v2.1/servers => generated 223 bytes in 1584 msecs (HTTP/1.1 500) 7 headers in 353 bytes (1 switches on core 0) 2021-11-16 22:54:55.257 149 INFO nova.api.openstack.requestlog [req-cbebdb97-71a9-42d6-a62a-ea86b7a25871 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1" status: 200 len: 378 microversion: 2.1 time: 0.000688 [pid: 149|app: 0|req: 101/1616] 10.0.3.13 () {30 vars in 538 bytes} [Tue Nov 16 22:54:55 2021] GET /v2.1 => generated 378 bytes in 1 msecs (HTTP/1.1 200) 7 headers in 317 bytes (1 switches on core 0) 2021-11-16 22:54:57.125 155 INFO nova.api.openstack.wsgi [req-b5ffaca4-aa3e-4b18-acc3-80b5b8b0836f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Flavor test-flavour could not be found. 2021-11-16 22:54:57.125 155 INFO nova.api.openstack.requestlog [req-b5ffaca4-aa3e-4b18-acc3-80b5b8b0836f 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/test-flavour" status: 404 len: 85 microversion: 2.90 time: 1.533234 [pid: 155|app: 0|req: 101/1617] 10.0.3.13 () {34 vars in 663 bytes} [Tue Nov 16 22:54:55 2021] GET /v2.1/flavors/test-flavour => generated 85 bytes in 1534 msecs (HTTP/1.1 404) 7 headers in 341 bytes (1 switches on core 0) 2021-11-16 22:54:57.145 151 INFO nova.api.openstack.requestlog [req-f7b2e5d7-085d-4070-837b-ada3365fd710 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors?is_public=None" status: 200 len: 306 microversion: 2.90 time: 0.015290 [pid: 151|app: 0|req: 102/1618] 10.0.3.13 () {34 vars in 666 bytes} [Tue Nov 16 22:54:57 2021] GET /v2.1/flavors?is_public=None => generated 306 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:54:57.165 156 INFO nova.api.openstack.requestlog [req-44fd1694-4149-42f3-ad12-024678c0f9e3 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e" status: 200 len: 494 microversion: 2.90 time: 0.015028 [pid: 156|app: 0|req: 101/1619] 10.0.3.13 () {34 vars in 711 bytes} [Tue Nov 16 22:54:57 2021] GET /v2.1/flavors/c57f2072-182a-4102-bce7-e63cc07f313e => generated 494 bytes in 16 msecs (HTTP/1.1 200) 7 headers in 319 bytes (1 switches on core 0) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi [req-01007635-fc9c-43da-b9b7-0aa8c4e47c67 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] Unexpected exception in API method: keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi Traceback (most recent call last): 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in wrapped 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return f(*args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in wrapper 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return func(*args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi [Previous line repeated 10 more times] 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 771, in create 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi instances, resv_id = self.compute_api.create( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return self._create_instance( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1626, in _create_instance 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi instances_to_build = self._provision_instances( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1342, in _provision_instances 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi volumes = self._get_volumes_for_bdms(context, block_device_mapping) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/compute/api.py", line 1225, in _get_volumes_for_bdms 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi volumes[bdm.volume_id] = self.volume_api.get( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 396, in wrapper 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi res = method(self, ctx, *args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 432, in wrapper 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi res = method(self, ctx, volume_id, *args, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 498, in get 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi item = cinderclient( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 246, in cinderclient 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi auth, service_parameters, url = _get_cinderclient_parameters(context) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/nova/volume/cinder.py", line 211, in _get_cinderclient_parameters 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi url = _SESSION.get_endpoint(auth, **service_parameters) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 1243, in get_endpoint 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi return auth.get_endpoint(self, **kwargs) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 375, in get_endpoint 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi endpoint_data = self.get_endpoint_data( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/identity/base.py", line 275, in get_endpoint_data 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi endpoint_data = service_catalog.endpoint_data_for( 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi File "/usr/lib/python3/dist-packages/keystoneauth1/access/service_catalog.py", line 462, in endpoint_data_for 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi raise exceptions.EndpointNotFound(msg) 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.catalog.EndpointNotFound: publicURL endpoint for volumev3 service in regionOne region not found 2021-11-16 22:54:58.380 142 ERROR nova.api.openstack.wsgi  2021-11-16 22:54:58.385 142 INFO nova.api.openstack.wsgi [req-01007635-fc9c-43da-b9b7-0aa8c4e47c67 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.  2021-11-16 22:54:58.386 142 INFO nova.api.openstack.requestlog [req-01007635-fc9c-43da-b9b7-0aa8c4e47c67 4a1b790b1ad8416996d1e8f5f206f34c 78d0093b66f547d2be2b78e496f9d795 - default default] 10.0.3.13 "POST /v2.1/servers" status: 500 len: 223 microversion: 2.90 time: 1.216772 [pid: 142|app: 0|req: 102/1620] 10.0.3.13 () {38 vars in 691 bytes} [Tue Nov 16 22:54:57 2021] POST /v2.1/servers => generated 223 bytes in 1218 msecs (HTTP/1.1 500) 7 headers in 353 bytes (1 switches on core 0)