keystone/releasenotes/notes/catalog_project_id-519f5a70f9f7c4c6.yaml
Brant Knudson 0d472c86e3 Allow project_id in catalog substitutions
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
2016-02-15 10:55:23 -06:00

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``.