Comment 3 for bug 1804827

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

Reviewed: https://review.openstack.org/620574
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=3a6a55b8d03c1668c2edee7ff5b054cbe6a9c580
Submitter: Zuul
Branch: master

commit 3a6a55b8d03c1668c2edee7ff5b054cbe6a9c580
Author: Jesse Pretorius <email address hidden>
Date: Wed Nov 28 11:43:14 2018 +0000

    Ensure that LDAP config is deployed on all keystone hosts

    In I66ed21cdcf42d0c2012062c8cf74305fecbec312 the condition meant
    for the setup of the domain was mistakenly applied to all tasks
    including laying down the template.

    This patch moves the conditional which ensures the domain is setup
    on the first host to the task in question to ensure that everything
    is good and well with the world again.

    Change-Id: Icb7c2556306d459534e6791f16c7013d0e9fcaf5
    Closes-Bug: #1804827