Comment 10 for bug 1544959

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

Reviewed: https://review.openstack.org/510034
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=1fcbc696490e4b130837ea574c7afc4f0350b788
Submitter: Jenkins
Branch: master

commit 1fcbc696490e4b130837ea574c7afc4f0350b788
Author: Liam Young <email address hidden>
Date: Fri Oct 6 09:34:06 2017 +0000

    Return early from identity-service-relation-joined

    After the previous commit landed it was suggested on that it would
    be cleaner to return early from identity-service-relation-joined
    if the cluster was partially formed rather than use a long if/else
    . This change makes that style update.

    Change-Id: I9dab5d930e13dda6cfe2c6e11648587c87bdb955
    Partial-Bug: #1544959