Merge "Only use Ec2 cloud-init data source for Ubuntu"

This commit is contained in:
Jenkins 2014-06-10 23:06:27 +00:00 committed by Gerrit Code Review
commit 336398d57a
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
cache-url
cloud-init-datasources
dib-run-parts
dkms
dpkg

View File

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