Comment 0 for bug 2039302

Revision history for this message
Corey Bryant (corey.bryant) wrote : No such file or directory: '/usr/lib/python3/dist-packages/heat/cloudinit/config'

This seems to only effect Mantic.

2023-10-13 17:14:44.705 78879 INFO heat.engine.resource [None req-3809003f-f9b6-42ae-85f5-e41e859c622b admin - - - - -] CREATE: Server "my_instance" Stack "stack3" [467ab1c9-523f-4fff-a774-be66b96572ea]
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource Traceback (most recent call last):
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/resource.py", line 922, in _action_recorder
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource yield
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/resource.py", line 1034, in _do_action
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource yield from self.action_handler_task(action, args=handler_args)
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/resource.py", line 976, in action_handler_task
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource handler_data = handler(*args)
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource ^^^^^^^^^^^^^^
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/resources/openstack/nova/server.py", line 848, in handle_create
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource userdata = self.client_plugin().build_userdata(
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/clients/os/nova.py", line 370, in build_userdata
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource read_cloudinit_file('config')).safe_substitute(
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3/dist-packages/heat/engine/clients/os/nova.py", line 352, in read_cloudinit_file
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource return pkgutil.get_data(
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource ^^^^^^^^^^^^^^^^^
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "/usr/lib/python3.11/pkgutil.py", line 640, in get_data
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource return loader.get_data(resource_name)
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource File "<frozen importlib._bootstrap_external>", line 1130, in get_data
2023-10-13 17:14:44.705 78879 ERROR heat.engine.resource FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/heat/cloudinit/config'