mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
coreos-base/oem-ec2-compat: Update cloud-init flags
Use the new --from-ec2-metadata flag. --from-metadata-service is depricated.
This commit is contained in:
parent
fbaab249c5
commit
49d7f31d49
@ -15,7 +15,7 @@ coreos:
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-configdrive=/media/configdrive --from-metadata-service
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-configdrive=/media/configdrive --from-ec2-metadata=http://169.254.169.254/
|
||||
oem:
|
||||
id: @@OEM_ID@@
|
||||
name: @@OEM_NAME@@
|
||||
|
Loading…
x
Reference in New Issue
Block a user