Comment 9 for bug 1368686

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

Reviewed: https://review.openstack.org/156999
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=73d7599665b6d499280d29b5f59c26124ad5e643
Submitter: Jenkins
Branch: master

commit 73d7599665b6d499280d29b5f59c26124ad5e643
Author: Risto Laurikainen <email address hidden>
Date: Wed Feb 18 13:55:58 2015 +0000

    Fix catalog compilation when not configuring endpoint

    Previously when you set $configure_endpoint to false and did not have a
    keystone_endpoint resource with the same name as is defined by
    neutron::keystone::auth, the catalog would not be compiled. This was
    because a relationship was being established where one resource in the
    relationship didn't exist.

    This changes this so that the relationship involving the Keystone
    endpoint is only defined if $configure_endpoint is set to true.

    Change-Id: I710da4811f456410239efb1487e3407a42686a2b
    Closes-Bug: 1368686