summaryrefslogtreecommitdiffstats
path: root/build/undercloud.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-05 19:13:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-05 19:13:23 +0000
commitf941e233e575821695dc876c9a7a9f6c31e6dd00 (patch)
tree8a09882f1d086d65b86d6c5a7a02474380cd66b4 /build/undercloud.sh
parent4c8141069f9adf7d315bc53c236d8e7928030def (diff)
parent0220094bfe4abdc964f282f4f01190897e3065e4 (diff)
Merge "Increase memory size for virt-customize"
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-xbuild/undercloud.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh
index baaf424e..98f20e82 100755
--- a/build/undercloud.sh
+++ b/build/undercloud.sh
@@ -34,7 +34,7 @@ populate_cache $calipso_uri_base/$calipso_script
# enabling ceph OSDs to live on the controller
# seeding configuration files specific to OPNFV
# Add performance image scripts
-LIBGUESTFS_BACKEND=direct virt-customize \
+LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \
--run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \
--run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \
--upload ${BUILD_DIR}/apex-tripleo-heat-templates.tar.gz:/usr/share \