diff --git a/cinder/compute/nova.py b/cinder/compute/nova.py index 6d731e16639..647edda432f 100644 --- a/cinder/compute/nova.py +++ b/cinder/compute/nova.py @@ -37,7 +37,7 @@ nova_opts = [ cfg.StrOpt('nova_endpoint_template', default=None, help='Override service catalog lookup with template for nova ' - 'endpoint e.g. http://localhost:8774/v2/%(tenant_id)s'), + 'endpoint e.g. http://localhost:8774/v2/%(project_id)s'), cfg.StrOpt('nova_endpoint_admin_template', default=None, help='Same as nova_endpoint_template, but for admin endpoint.'), diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 56f3ec55d69..c4ab1ca625b 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -408,8 +408,8 @@ #nova_catalog_admin_info=compute:nova:adminURL # Override service catalog lookup with template for nova -# endpoint e.g. http://localhost:8774/v2/%(tenant_id)s (string -# value) +# endpoint e.g. http://localhost:8774/v2/%(project_id)s +# (string value) #nova_endpoint_template= # Same as nova_endpoint_template, but for admin endpoint.