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:
Alex Crawford 2014-09-08 11:15:27 -07:00
parent fbaab249c5
commit 49d7f31d49
2 changed files with 1 additions and 1 deletions

View File

@ -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@@