python-novaclient/releasenotes/notes/clarify-project-id-variable-5832698315000438.yaml
Matt Riedemann 69d05c6774 Clarify some release notes prior to the 7.0.0 release
Change-Id: I55dc81659973ab5afc60b030b44f30e62b73dbd9
2016-12-20 10:07:20 -05:00

14 lines
678 B
YAML

---
deprecations:
- Keyword argument **tenant_id** of novaclient.client.Client entry-point was
deprecated in favor of **project_id**.
- Keyword argument **tenant_name** of novaclient.client.Client entry-point
was deprecated in favor of **project_name**.
other:
- The meaning of 'project_id' variable of novaclient.client.Client
entry-point was not clear. In different cases it was used as ID or Name of
project (in terms of Keystone). The time to identify meaning is come, so
now project_id/tenant_id variables specifically mean Project ID (in terms
of Keystone) and project_name/tenant_name variables mean Project Name (in
terms of Keystone).