+ COMMAND=start + start + exec uwsgi --ini /etc/manila/manila-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/manila/manila-api-uwsgi.ini *** Starting uWSGI 2.0.26 (64bit) on [Thu Dec 12 13:04:18 2024] *** compiled with version: 11.4.0 on 08 July 2024 23:11:48 os: Linux-5.15.0-87-generic #97-Ubuntu SMP Mon Oct 2 21:09:21 UTC 2023 nodename: manila-api-c9746d6d7-qbg9c machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:8786 fd 3 Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] Python main interpreter initialized at 0x555e02d65780 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2024-12-12 13:04:19.154 8 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.178 7 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.285 8 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.320 7 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.321 8 WARNING keystonemiddleware.auth_token [-] 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. 2024-12-12 13:04:19.325 8 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2024-12-12 13:04:19.342 8 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.360 7 WARNING keystonemiddleware.auth_token [-] 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. 2024-12-12 13:04:19.365 7 WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2024-12-12 13:04:19.386 7 INFO manila.api.extensions [-] Initializing extension manager. 2024-12-12 13:04:19.397 8 WARNING keystonemiddleware.auth_token [-] 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 1 seconds on interpreter 0x555e02d65780 pid: 8 (default app) 2024-12-12 13:04:19.409 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.105:8786/ 2024-12-12 13:04:19.409 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:04:19.448 7 WARNING keystonemiddleware.auth_token [-] 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 1 seconds on interpreter 0x555e02d65780 pid: 7 (default app) 2024-12-12 13:04:20.556 8 INFO manila.api.openstack.wsgi [-] GET http://manila-api.openstack.svc.cluster.local:8786/ 2024-12-12 13:04:20.558 8 INFO manila.api.openstack.wsgi [-] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 2/2] 10.0.0.254 () {32 vars in 632 bytes} [Thu Dec 12 13:04:20 2024] GET / => generated 800 bytes in 2 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2024-12-12 13:04:20.634 8 INFO manila.api.openstack.wsgi [-] GET http://10.0.0.105:8786/ 2024-12-12 13:04:20.634 8 INFO manila.api.openstack.wsgi [-] http://10.0.0.105:8786/ returned with HTTP 300 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1185, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 990, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 941, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1185, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 990, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 944, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 910, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () 2024-12-12 13:04:21.287 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2024-12-12 13:04:21.706 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 1/4] 10.0.0.254 () {32 vars in 703 bytes} [Thu Dec 12 13:04:20 2024] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 1141 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1185, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 990, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 941, in _load_policy_file rules = Rules.load(data, self.default_rule) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 437, in load parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.10/logging/__init__.py", line 1100, in emit msg = self.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/handlers.py", line 156, in format return logging.StreamHandler.format(self, record) + record.reset_color File "/usr/lib/python3.10/logging/__init__.py", line 943, in format return fmt.format(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 418, in format context = _update_record_with_context(record) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 72, in _update_record_with_context d = _dictify_context(context) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_log/formatters.py", line 35, in _dictify_context return context.get_logging_values() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 364, in get_logging_values values.update(self.to_dict()) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 98, in to_dict values['read_deleted'] = self.read_deleted File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 78, in _get_read_deleted return self._read_deleted AttributeError: 'RequestContext' object has no attribute '_read_deleted' Call stack: File "/var/lib/openstack/lib/python3.10/site-packages/paste/urlmap.py", line 216, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/fault.py", line 76, in __call__ return req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/osprofiler/web.py", line 111, in __call__ return request.get_response(self.application) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.10/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.10/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/api/middleware/auth.py", line 94, in __call__ ctx = context.RequestContext.from_environ( File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/debtcollector/renames.py", line 41, in decorator return wrapped(*args, **kwargs) [Previous line repeated 1 more time] File "/var/lib/openstack/lib/python3.10/site-packages/oslo_context/context.py", line 472, in from_environ return cls(**kwargs) File "/var/lib/openstack/lib/python3.10/site-packages/manila/context.py", line 58, in __init__ self.is_admin = policy.check_is_admin(self) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 223, in check_is_admin return authorize(context, 'context_is_admin', target, do_raise=False) File "/var/lib/openstack/lib/python3.10/site-packages/manila/policy.py", line 192, in authorize result = _ENFORCER.authorize(action, target, context, File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 1185, in authorize return self.enforce( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 990, in enforce self.load_rules() File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 622, in load_rules policy_file_rules_changed = self._load_policy_file( File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 944, in _load_policy_file self._record_file_rules(data, overwrite) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 910, in _record_file_rules parsed_file = parse_file_contents(data) File "/var/lib/openstack/lib/python3.10/site-packages/oslo_policy/policy.py", line 416, in parse_file_contents LOG.warning(WARN_JSON) Message: 'JSON formatted policy_file support is deprecated since Victoria release. You need to use YAML format which will be default in future. You can use ``oslopolicy-convert-json-to-yaml`` tool to convert existing JSON-formatted policy file to YAML-formatted in backward compatible way: https://docs.openstack.org/oslo.policy/latest/cli/oslopolicy-convert-json-to-yaml.html.' Arguments: () 2024-12-12 13:04:22.065 8 INFO manila.api.openstack.wsgi [None req-8dcfaf2a-eb76-434e-9364-9fc2e9bbaae0 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2024-12-12 13:04:22.476 8 INFO manila.api.openstack.wsgi [None req-8dcfaf2a-eb76-434e-9364-9fc2e9bbaae0 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 4/5] 10.0.0.254 () {32 vars in 703 bytes} [Thu Dec 12 13:04:21 2024] GET /v2/types?all_tenants=1&is_public=all => generated 39 bytes in 762 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2024-12-12 13:04:23.948 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2024-12-12 13:04:23.949 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 2/6] 10.0.0.254 () {32 vars in 632 bytes} [Thu Dec 12 13:04:23 2024] GET / => generated 800 bytes in 6 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2024-12-12 13:04:24.291 8 INFO manila.api.openstack.wsgi [None req-fe41ff90-ab3e-4e4e-8b5a-284bfd838e18 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/types 2024-12-12 13:04:24.315 8 INFO manila.api.openstack.wsgi [None req-fe41ff90-ab3e-4e4e-8b5a-284bfd838e18 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types returned with HTTP 200 [pid: 8|app: 0|req: 5/7] 10.0.0.254 () {36 vars in 702 bytes} [Thu Dec 12 13:04:23 2024] POST /v2/types => generated 609 bytes in 359 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2024-12-12 13:04:25.820 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2024-12-12 13:04:25.821 7 INFO manila.api.openstack.wsgi [None req-a1da6a66-1128-406a-91d3-3c9f4db48e13 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 7|app: 0|req: 3/8] 10.0.0.254 () {32 vars in 632 bytes} [Thu Dec 12 13:04:25 2024] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2024-12-12 13:04:25.866 8 INFO manila.api.openstack.wsgi [None req-56177724-49be-4bbe-b2f4-17ec1dd65459 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2024-12-12 13:04:25.879 8 INFO manila.api.openstack.wsgi [None req-56177724-49be-4bbe-b2f4-17ec1dd65459 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 6/9] 10.0.0.254 () {32 vars in 727 bytes} [Thu Dec 12 13:04:25 2024] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 52 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2024-12-12 13:04:25.892 7 INFO manila.api.openstack.wsgi [None req-e38f2b77-65eb-4b6a-a2a3-e6ffe2141d85 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all 2024-12-12 13:04:25.907 7 INFO manila.api.openstack.wsgi [None req-e38f2b77-65eb-4b6a-a2a3-e6ffe2141d85 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 4/10] 10.0.0.254 () {32 vars in 727 bytes} [Thu Dec 12 13:04:25 2024] GET /v2/share-group-types?all_tenants=1&is_public=all => generated 25 bytes in 20 msecs (HTTP/1.1 200) 6 headers in 230 bytes (1 switches on core 0) 2024-12-12 13:04:27.398 8 INFO manila.api.openstack.wsgi [None req-56177724-49be-4bbe-b2f4-17ec1dd65459 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/ 2024-12-12 13:04:27.400 8 INFO manila.api.openstack.wsgi [None req-56177724-49be-4bbe-b2f4-17ec1dd65459 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/ returned with HTTP 300 [pid: 8|app: 0|req: 7/11] 10.0.0.254 () {32 vars in 632 bytes} [Thu Dec 12 13:04:27 2024] GET / => generated 800 bytes in 3 msecs (HTTP/1.1 300) 3 headers in 105 bytes (1 switches on core 0) 2024-12-12 13:04:27.444 7 INFO manila.api.openstack.wsgi [None req-1cdf396f-daba-40ce-9081-0ff8c88b54cb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2024-12-12 13:04:27.450 7 INFO manila.api.openstack.wsgi [None req-1cdf396f-daba-40ce-9081-0ff8c88b54cb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 7|app: 0|req: 5/12] 10.0.0.254 () {32 vars in 703 bytes} [Thu Dec 12 13:04:27 2024] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 45 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2024-12-12 13:04:27.461 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all 2024-12-12 13:04:27.467 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/types?all_tenants=1&is_public=all returned with HTTP 200 [pid: 8|app: 0|req: 8/13] 10.0.0.254 () {32 vars in 703 bytes} [Thu Dec 12 13:04:27 2024] GET /v2/types?all_tenants=1&is_public=all => generated 619 bytes in 11 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2024-12-12 13:04:27.477 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] POST http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types 2024-12-12 13:04:27.507 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://manila-api.openstack.svc.cluster.local:8786/v2/share-group-types returned with HTTP 200 [pid: 7|app: 0|req: 6/14] 10.0.0.254 () {36 vars in 726 bytes} [Thu Dec 12 13:04:27 2024] POST /v2/share-group-types => generated 202 bytes in 34 msecs (HTTP/1.1 200) 6 headers in 231 bytes (1 switches on core 0) 2024-12-12 13:04:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:04:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:04:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:04:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:04:50.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:04:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:00.633 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:20.633 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:20.638 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:05:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:05:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:30.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:06:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:06:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:10.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:07:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:07:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:08:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:08:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:30.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:09:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:09:50.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:10:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:10:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:11:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:11:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:12:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:12:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:30.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:13:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:13:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:40.633 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:14:50.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:14:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:00.633 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:15:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:15:50.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:40.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:16:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:16:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:30.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:17:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:17:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:18:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:18:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:30.640 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:19:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:19:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:20:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:20:50.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:40.638 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:21:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:21:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:40.638 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:22:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:22:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:23:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:23:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:40.639 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:24:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:24:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:10.638 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:25:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:25:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:10.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:40.633 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:26:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:26:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:20.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:27:50.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:27:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:20.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:40.638 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:28:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:28:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:29:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:29:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:30:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:30:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:31:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:31:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:40.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:32:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:32:50.638 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:00.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:33:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:33:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:00.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:10.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:34:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:34:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:00.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:30.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:35:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:35:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:36:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:36:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:10.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:20.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:37:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:37:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:10.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:38:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:38:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:20.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:39:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:39:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:40:50.646 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:40:50.650 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:10.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:30.637 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:40.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:41:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:41:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:00.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:10.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:20.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:30.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:40.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:42:50.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:42:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:00.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:00.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:10.633 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:10.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:20.634 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:20.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:30.635 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:30.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:40.636 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:43:50.634 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:43:50.636 8 INFO manila.api.openstack.wsgi [None req-dc82b0ac-c0ed-432a-85c4-48992e3754fb 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300 2024-12-12 13:44:00.635 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] GET http://10.0.0.105:8786/ 2024-12-12 13:44:00.637 7 INFO manila.api.openstack.wsgi [None req-fa657223-5238-40f8-85ab-9201f5191ace 90b90b178e0b4a9b9c22751f50c4ef2c 573a0491bba7405ab699d00b7f23b5f3 - - default default] http://10.0.0.105:8786/ returned with HTTP 300