Merge "Only use Ec2 cloud-init data source for Ubuntu"
This commit is contained in:
commit
336398d57a
@ -1,4 +1,5 @@
|
||||
cache-url
|
||||
cloud-init-datasources
|
||||
dib-run-parts
|
||||
dkms
|
||||
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