diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-24 23:23:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 23:23:09 +0000 |
commit | 9d33c1cb043b10a16e245eac798cc1203b037789 (patch) | |
tree | 40454425831c0d646c6c00ea785dd1824e2970ca /build/overcloud-opendaylight.sh | |
parent | 974e251a7c6461805443e35f78e21a8bfe88a67b (diff) | |
parent | 7791de298113e07fb3d34d3129623209aa026a6a (diff) |
Merge "Updates RPM specs and building"
Diffstat (limited to 'build/overcloud-opendaylight.sh')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 775fcbfb..96b43d87 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -102,4 +102,5 @@ LIBGUESTFS_BACKEND=direct virt-customize \ fi LIBGUESTFS_BACKEND=direct virt-sparsify --compress overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2 +rm -f overcloud-full-opendaylight_build.qcow2 popd > /dev/null |