Comment 1 for bug 1888569

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila-image-elements (master)

Reviewed: https://review.opendev.org/741953
Committed: https://git.openstack.org/cgit/openstack/manila-image-elements/commit/?id=bc5e37ffd9bcb1f67b88b1933cd7e503d8c6484a
Submitter: Zuul
Branch: master

commit bc5e37ffd9bcb1f67b88b1933cd7e503d8c6484a
Author: George Melikov <email address hidden>
Date: Fri Jul 17 16:59:04 2020 +0300

    Start ssh only after full boot

    Before this change instance may close ssh connection on boot with message:

    "System is booting up. See pam_nologin(8)"
    Connection closed by XXX port 22

    , so manila think that password/private key is wrong and fails share creation.

    Closes-bug: #1888569
    Change-Id: I032e77e2f16e1d445c72eb3abd99a09c413dabe5
    Signed-off-by: George Melikov <email address hidden>