blob: e0c381d9b90ff1f8fa0d1e6364461fa416b33f99 (
plain)
1
2
3
4
5
6
7
8
9
|
---
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``.
|