Comment 2 for bug 1279747

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

Reviewed: https://review.openstack.org/73241
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=09b20b1b8493bef07cfc1caa8c345eba7ae33062
Submitter: Jenkins
Branch: master

commit 09b20b1b8493bef07cfc1caa8c345eba7ae33062
Author: ruichen <email address hidden>
Date: Thu Feb 13 19:12:21 2014 +0800

    Fix wrong example of "nova_endpoint_template"

    In cinder.conf

    e.g. http://localhost:8774/v2/%(tenant_id)s

    should be

    e.g. http://localhost:8774/v2/%(project_id)s

    Change-Id: I7dd3be9bc9d2e8f26619b00b5bdbc66505a984b2
    Closes-Bug: #1279747