Comment 3 for bug 1739409

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

Reviewed: https://review.openstack.org/529316
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=ee6db34c16b49916d2d78ccefce92349f55ffb52
Submitter: Zuul
Branch: master

commit ee6db34c16b49916d2d78ccefce92349f55ffb52
Author: Liam Young <email address hidden>
Date: Wed Dec 20 13:45:24 2017 +0000

    Make usernames predictable for multi-endpoints

    Whenm generating a username associated with multiple charm the
    username was derived from the keys of an unordered dict making the
    username liable to change. This patch sorts the keys and makes the
    username stable.

    Change-Id: I0f857d7c2d5c4abf4843bc3fe1a9848164048fe2
    Closes-Bug: #1739409