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