Comment 11 for bug 1714157

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-heat (master)

Reviewed: https://review.openstack.org/506123
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=275a8f61c69a435763f893c60335616db546423e
Submitter: Jenkins
Branch: master

commit 275a8f61c69a435763f893c60335616db546423e
Author: Alex Kavanagh <email address hidden>
Date: Thu Sep 21 12:11:17 2017 +0100

    Ensure auth_encryption_key is identical for all units

    This patch ensures that if multiple heat units are deployer, that each
    one will have the same auth_encryption_key in the /etc/heat/heat.conf.
    This is automatically generated on the (juju) leader and then remains
    unchanged for the application's duration. It can be overriden by the
    config setting 'encryption-key'.

    Testing is via the amulet 500 test (added) which checkes that the two
    units deployed have the same key.

    Change-Id: I89a11efe772314acd58ab9be21773eee89a23980
    Closes-Bug: #1714157