Comment 11 for bug 1661392

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

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

commit b14c107dc347c31dd8a643a24ab6a7f98b85a7b2
Author: David Ames <email address hidden>
Date: Mon Feb 13 17:57:36 2017 -0800

    Do not run client relation until clustered if HA

    Check if VIP or dns-ha is set to determine if the unit expects to be
    in HA. This is less racey that just checking for the ha relation.
    Wait until clustered to run the client relation hooks.

    This fixes bugs where client charms receive the private-address
    rather than the VIP on initial client relations.

    Charmhelper sync.

    Change-Id: I48b15113360ef892e38235ec4518173ec78ad143
    Partial-bug: #1661392