Comment 4 for bug 1287520

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-keystone (stable/havana)

Reviewed: https://review.openstack.org/78419
Committed: https://git.openstack.org/cgit/stackforge/puppet-keystone/commit/?id=9802add6566646dc1e4a2812d19c2ab4724ff594
Submitter: Jenkins
Branch: stable/havana

commit 9802add6566646dc1e4a2812d19c2ab4724ff594
Author: Mark T. Voelker <email address hidden>
Date: Mon Mar 3 23:37:36 2014 -0500

    Don't set keystone endpoint by default

    In the current version of the keystone::init class, the default
    values for keystone endpoint URLs are unversioned, which can lead
    to problems connecting to the endpoint. This patch reverts to
    the old behavior of not setting them at all by default, and includes
    sample values with versioned URL's both in the header and tests
    so that users know to use versioned URL's if they choose to
    override the defaults. It also updates the documentation in the
    header accordingly and tidies it up a bit.

    Conflicts:

     manifests/init.pp

    Change-Id: Ib14edf152c1d208418f101ed48cdc38b18f840a2
    Closes-Bug: #1287520
    (cherry picked from commit Ib14edf152c1d208418f101ed48cdc38b18f840a2)