443305ab61
Patch allow to set path for local image source, instead download latest or use the cached image. This permit to build image also in environment without internet access. re-propose of patch: https://review.opendev.org/c/openstack/diskimage-builder/+/809009 Change-Id: I54395b09af339caee040326b809e8fbf8b0e7d6a
6 lines
288 B
Bash
6 lines
288 B
Bash
# 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"}
|
|
export DIB_LOCAL_IMAGE=${DIB_LOCAL_IMAGE:-""}
|