From 26f6147ef9388048edcecedba931621874f3d448 Mon Sep 17 00:00:00 2001 From: Alejandro Ripoll <103518335+alejandro-ripoll@users.noreply.github.com> Date: Mon, 27 May 2024 11:50:15 +0200 Subject: [PATCH] Use config-drive by default and metadata API as fallback openstack: use config-drive by default and metadata API as fallback Related: https://github.com/coreos/afterburn/pull/462 --- dracut/30ignition/flatcar-openstack-hostname.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut/30ignition/flatcar-openstack-hostname.service b/dracut/30ignition/flatcar-openstack-hostname.service index e67d411..8920100 100644 --- a/dracut/30ignition/flatcar-openstack-hostname.service +++ b/dracut/30ignition/flatcar-openstack-hostname.service @@ -14,4 +14,4 @@ Before=ignition-files.service [Service] Type=oneshot # Special case: the oem_id openstack does not match the afterburn name openstack-metadata -ExecStart=/usr/bin/coreos-metadata --provider openstack-metadata --hostname=/sysroot/etc/hostname +ExecStart=/usr/bin/coreos-metadata --provider openstack --hostname=/sysroot/etc/hostname