Comment 7 for bug 1368686

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

Reviewed: https://review.openstack.org/157002
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=927353ddf53103564737d0bf06d254564ee0eba0
Submitter: Jenkins
Branch: master

commit 927353ddf53103564737d0bf06d254564ee0eba0
Author: Risto Laurikainen <email address hidden>
Date: Wed Feb 18 14:07:36 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
    nova::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: Ief2ea40d0e4f31e18ba4b1230c5879909a1cfe46
    Closes-Bug: 1368686