diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-17 11:21:35 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-11-17 11:21:35 -0500 |
commit | 7bf4840aaf71e433824121328b4ec75fcc1dee04 (patch) | |
tree | 00daf75fade994c67c52a77039f729fa32fb88a6 | |
parent | 28861bb2ac641b282ec2fc7648fd52a076f821b8 (diff) |
Disable reverse DNS lookup on the undercloud
Change-Id: I02328d7cff977fc55cb325b9714d8a5857c00255
Signed-off-by: Dan Radez <dradez@redhat.com>
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index eaa3b501..a2bb9c60 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -32,6 +32,8 @@ pushd images > /dev/null # add tacker password to python-tripleoclient # upload tacker repo and install the client package 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 ../opnfv-tht.tar.gz:/usr/share \ --install "openstack-utils" \ --install "ceph-common" \ |