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
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.'),
#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=<None>
# Same as nova_endpoint_template, but for admin endpoint.