Comment 9 for bug 1645803

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

Reviewed: https://review.openstack.org/426171
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=27b84f5b1325ee75340ea55ad0b43b44a3097ba9
Submitter: Jenkins
Branch: master

commit 27b84f5b1325ee75340ea55ad0b43b44a3097ba9
Author: James Page <email address hidden>
Date: Fri Jan 27 10:34:46 2017 +0000

    Add new subordinate relation for domain backends

    Support configuration of domains via suboridnate charms that
    implement the new 'keystone-domain-backend' relation type; these
    charms will create domain specific configuration files in
    /etc/keystone/domains, and will notify the keystone charm when
    configuration is complete, and the domain is ready for creation
    in the keystone database.

    Subordinate charms can also request a restart of keystone by
    setting or changing the value of the 'restart-nonce' key in the
    relation.

    Change-Id: Ia2b171e910d7f3a5e6e09ba5b18dddc0a734e57a
    Partial-Bug: 1645803