Only use Ec2 cloud-init data source for Ubuntu
Default to only having cloud-init query Ec2 on first boot for Ubuntu, until cloud-init has been SRU'd to fix the CloudSigma data source issue that causes Trusty boots to hang. Change-Id: Icb3734d5ae78f4a0a6c0fae1af4a2ce3c809308c Partial-bug: #1316475
This commit is contained in:
parent
f645287ec4
commit
f61c1acf81
@ -1,4 +1,5 @@
|
||||
cache-url
|
||||
cloud-init-datasources
|
||||
dib-run-parts
|
||||
dkms
|
||||
dpkg
|
||||
dpkg
|
||||
|
@ -0,0 +1,4 @@
|
||||
# NOTE(adam_g): Until (LP: #1316475) is resolved in Ubuntu, default to only
|
||||
# allowing the Ec2 data source from being queried on first boot, unless
|
||||
# specified otherwise.
|
||||
export DIB_CLOUD_INIT_DATASOURCES=${DIB_CLOUD_INIT_DATASOURCES:-"Ec2"}
|
Loading…
Reference in New Issue
Block a user