Comment 8 for bug 1833420

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.opendev.org/669123
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=e8577fc96e7818a5cda80128eba3de75b32de448
Submitter: Zuul
Branch: master

commit e8577fc96e7818a5cda80128eba3de75b32de448
Author: Alex Kavanagh <email address hidden>
Date: Thu Jul 4 10:42:25 2019 +0100

    Use goal state to defer distributing ssh data

    If goal state is available, this patch uses it to defer distributing the
    known_hosts and authorized_keys to the related nova-compute units until
    the last nova-compute unit expected has joined and triggered a
    cloud-compute-relation-changed hook. This means that all of the hosts
    have been scanned and thus the whole group (per relation id) can be set.

    Note that this patch does not unify the known_hosts/authorized_keys
    files across relations. That's for a separate patch.

    Change-Id: I6c26ebbad2236e66c174ef4606828db834803865
    Related-Bug: #1833420