0d472c86e3
We allowed 'tenant_id' in catalog substitutions. The 'tenant' term is deprecated in favor of 'project'. Also allow 'project_id' so that users can stop using the deprecated term in one more place. Change-Id: I4bcfbda1b542f09172f5b53185f063c6bea27205
10 lines
344 B
YAML
10 lines
344 B
YAML
---
|
|
deprecations:
|
|
- Use of ``$(tenant_id)s`` in the catalog endpoints is deprecated in favor
|
|
of ``$(project_id)s``.
|
|
features:
|
|
- Keystone supports ``$(project_id)s`` in the catalog. It works the same as
|
|
``$(tenant_id)s``. Use of ``$(tenant_id)s`` is deprecated and catalog
|
|
endpoints should be updated to use ``$(project_id)s``.
|
|
|