2014-06-03 21:54:22 +00:00
|
|
|
# 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"}
|
2021-11-10 22:09:21 +00:00
|
|
|
export DIB_LOCAL_IMAGE=${DIB_LOCAL_IMAGE:-""}
|