]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix wrong example of "nova_endpoint_template"
authorruichen <kiwik.chenrui@huawei.com>
Thu, 13 Feb 2014 11:12:21 +0000 (19:12 +0800)
committerruichen <kiwik.chenrui@huawei.com>
Fri, 14 Feb 2014 03:19:56 +0000 (11:19 +0800)
commit09b20b1b8493bef07cfc1caa8c345eba7ae33062
tree8292a36272eb59ea6629834c78c547bca56484d4
parentae5ae5079e10f2810b8ba5a29fcddcd10f2f9b38
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
cinder/compute/nova.py
etc/cinder/cinder.conf.sample