We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9bf02 commit 5ff5e01Copy full SHA for 5ff5e01
github-runner-manager/src/github_runner_manager/openstack_cloud/openstack_cloud.py
@@ -293,6 +293,8 @@ def launch_instance(
293
timeout=CREATE_SERVER_TIMEOUT,
294
wait=False,
295
meta=meta,
296
+ # 2025/07/24 - This option is set to mitigate CVE-2024-6174
297
+ config_drive=True,
298
)
299
except openstack.exceptions.ResourceTimeout as err:
300
logger.exception("Timeout creating openstack server %s", instance_id)
0 commit comments