X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fundercloud.sh;h=98f20e82be9b809dad3e53a0875bbbe41ede0c04;hb=0220094bfe4abdc964f282f4f01190897e3065e4;hp=baaf424eb0b2585fe4b6440622def9238045abef;hpb=864527cb7a61eda541aa812fe985843989595e9a;p=apex.git 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 \