2026-08-04T09:10:54.135709347Z + sudo -E kolla_set_configs 2026-08-04T09:10:54.228737417Z 2026-08-04 09:10:54.228 INFO Loading config file at /var/lib/kolla/config_files/config.json 2026-08-04T09:10:54.228875700Z 2026-08-04 09:10:54.228 INFO Validating config file 2026-08-04T09:10:54.228994733Z 2026-08-04 09:10:54.228 INFO Kolla config strategy set to: COPY_ALWAYS 2026-08-04T09:10:54.229009043Z 2026-08-04 09:10:54.228 INFO Creating directories 2026-08-04T09:10:54.229626257Z 2026-08-04 09:10:54.229 INFO Setting permission for /var/log/kolla 2026-08-04T09:10:54.229632847Z 2026-08-04 09:10:54.229 INFO Setting permission for /var/log/kolla/heat 2026-08-04T09:10:54.230224400Z 2026-08-04 09:10:54.230 INFO Copying service configuration files 2026-08-04T09:10:54.230239340Z 2026-08-04 09:10:54.230 INFO Copying /var/lib/kolla/config_files/heat.conf to /etc/heat/heat.conf 2026-08-04T09:10:54.230607698Z 2026-08-04 09:10:54.230 INFO Setting permission for /etc/heat/heat.conf 2026-08-04T09:10:54.230766732Z 2026-08-04 09:10:54.230 INFO Creating directory /var/lib/kolla/share/ca-certificates 2026-08-04T09:10:54.230938066Z 2026-08-04 09:10:54.230 INFO Setting permission for /var/lib/kolla/share/ca-certificates 2026-08-04T09:10:54.230996337Z 2026-08-04 09:10:54.230 INFO Copying /var/lib/kolla/config_files/ca-certificates/root.crt to /var/lib/kolla/share/ca-certificates/root.crt 2026-08-04T09:10:54.231304894Z 2026-08-04 09:10:54.231 INFO Setting permission for /var/lib/kolla/share/ca-certificates/root.crt 2026-08-04T09:10:54.231392876Z 2026-08-04 09:10:54.231 INFO Writing out command to execute 2026-08-04T09:10:54.231821605Z 2026-08-04 09:10:54.231 INFO Setting permission for /var/log/kolla/heat/heat-api-uwsgi.log 2026-08-04T09:10:54.231835015Z 2026-08-04 09:10:54.231 INFO Setting permission for /var/log/kolla/heat/heat-api.log 2026-08-04T09:10:54.231968138Z 2026-08-04 09:10:54.231 INFO Setting permission for /var/log/kolla/heat/heat-api-cfn-uwsgi.log 2026-08-04T09:10:54.232038750Z 2026-08-04 09:10:54.231 INFO Setting permission for /var/log/kolla/heat/heat-api-cfn.log 2026-08-04T09:10:54.242619822Z ++ cat /run_command 2026-08-04T09:10:54.244809930Z + CMD=heat-engine 2026-08-04T09:10:54.244829750Z + ARGS= 2026-08-04T09:10:54.244835800Z + sudo kolla_copy_cacerts 2026-08-04T09:10:54.278742974Z Updating certificates in /etc/ssl/certs... 2026-08-04T09:10:56.059483460Z rehash: warning: skipping ca-certificates.crt, it does not contain exactly one certificate or CRL 2026-08-04T09:10:56.069464189Z 1 added, 0 removed; done. 2026-08-04T09:10:56.069501590Z Running hooks in /etc/ca-certificates/update.d... 2026-08-04T09:10:56.072348792Z done. 2026-08-04T09:10:56.080178354Z + sudo kolla_install_projects 2026-08-04T09:10:56.107781529Z + [[ ! -n '' ]] 2026-08-04T09:10:56.107822770Z + . kolla_extend_start 2026-08-04T09:10:56.107976174Z ++ [[ ! -d /var/log/kolla/heat ]] 2026-08-04T09:10:56.108459054Z +++ stat -c %U:%G /var/log/kolla/heat 2026-08-04T09:10:56.110836326Z ++ [[ heat:kolla != \h\e\a\t\:\k\o\l\l\a ]] 2026-08-04T09:10:56.111617804Z +++ stat -c %a /var/log/kolla/heat 2026-08-04T09:10:56.113795231Z ++ [[ 2775 != \7\5\5 ]] 2026-08-04T09:10:56.113815072Z ++ chmod 755 /var/log/kolla/heat 2026-08-04T09:10:56.116239635Z Running command: 'heat-engine' 2026-08-04T09:10:56.116269656Z ++ . /usr/local/bin/kolla_heat_extend_start 2026-08-04T09:10:56.116287346Z + echo 'Running command: '\''heat-engine'\''' 2026-08-04T09:10:56.116290496Z + exec heat-engine 2026-08-04T09:10:56.541172861Z /var/lib/kolla/venv/lib/python3.13/site-packages/futurist/_utils.py:34: EventletDeprecationWarning: 2026-08-04T09:10:56.541229522Z Eventlet is deprecated. It is currently being maintained in bugfix mode, and 2026-08-04T09:10:56.541239593Z we strongly recommend against using it for new projects. 2026-08-04T09:10:56.541247973Z 2026-08-04T09:10:56.541256063Z If you are already using Eventlet, we recommend migrating to a different 2026-08-04T09:10:56.541263733Z framework. For more detail see 2026-08-04T09:10:56.541271293Z https://eventlet.readthedocs.io/en/latest/asyncio/migration.html 2026-08-04T09:10:56.541278523Z 2026-08-04T09:10:56.541285234Z import eventlet as _eventlet # noqa