Merge "Updates the build file in DIB"

This commit is contained in:
Zuul 2019-08-16 05:05:46 +00:00 committed by Gerrit Code Review
commit b15dc1d0cd
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ export ELEMENTS_PATH=${ELEMENTS_PATH:-`.`}
#The command to build image using disk-image-builder.
#Run the command to build the image giving the argument(OS name)
#For example: ./build.sh ubuntu
disk-image-create -o ironic-python-agent.qcow ironic-python-agent-ramdisk $@
disk-image-create -o ironic-python-agent ironic-python-agent-ramdisk $@