Stop managing openssh-server from glean

Because glean and SSH are racing on boot, it is possible for
ubuntu-xenial to start openssh server without SSH keys.

After talk with openstack-infra, we decided it would be better to
generate SSH keys using an systemd script in simple-init.

Change-Id: Ibd4ef47bc8e8442988b940292fc8a42df046ccac
Depends-On: I31ad667672e08350872db21a83445fe0aa7a4a39
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-21 16:05:15 -04:00
parent c0f71f74bf
commit 2e6ba9f2aa
1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ if blkid -t LABEL="config-2" ; then
glean --ssh --skip-network --hostname
fi
if [ -f /usr/bin/dpkg ] ; then
test -f /etc/ssh/ssh_host_rsa_key || dpkg-reconfigure openssh-server || true
fi
if [ -n "$INTERFACE" ]; then
glean --interface "${INTERFACE}"
else