summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-10 09:59:30 -0400
committerTim Rozet <trozet@redhat.com>2017-10-10 09:59:30 -0400
commit233a62faad4e96a8ce41550ced6cd474e47758b4 (patch)
tree6aa942840960285ad68bbaa9797f730427028f54 /build
parent4e7331201ef12419de64061c326604e4a9049be2 (diff)
Fixes OVS NSH build with increased memory
Only exists in stable/euphrates Change-Id: I506dd1ed551ea8b69b2b75c520f7d45bd73f4328 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/overcloud-full.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index e747c745..ecf6f3ae 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -170,7 +170,7 @@ LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \
tar czf ovs.tar.gz ovs
-LIBGUESTFS_BACKEND=direct virt-customize \
+LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \
--upload ${BUILD_ROOT}/CentOS-Updates.repo:/etc/yum.repos.d/ \
--run-command "yum -y install kernel-devel-\$(rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel)" \
--run-command "yum -y install kernel-headers-\$(rpm -q --queryformat '%{VERSION}-%{RELEASE}' kernel)" \