From 7791de298113e07fb3d34d3129623209aa026a6a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 23 Aug 2017 14:08:07 -0400 Subject: Updates RPM specs and building Changes Include: - Disables ONOS from rpm and image building - Fixes opnfv-apex package dependency for python34-opnfv-apex - Updates requirements for python34-opnfv-apex - Updates docs - Removes temporary build qcow2 for odl which was being bundled into our dev tars unnecessarily Change-Id: Ief668067181fc35a54553ae118b7950bddce1940 Signed-off-by: Tim Rozet --- build/overcloud-opendaylight.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build/overcloud-opendaylight.sh') 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 -- cgit 1.2.3-korg