Merge "Export image properties"

This commit is contained in:
Jenkins 2015-04-08 21:11:02 +00:00 committed by Gerrit Code Review
commit 866298ceb9
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ source $_LIB/common-defaults
FS_TYPE=${FS_TYPE:-ext4}
# Used to set the file extension only at this stage.
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
IMAGE_NAME=${IMAGE_NAME:-image}
export IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
export IMAGE_NAME=${IMAGE_NAME:-image}