File: clarify-project-id-variable-5832698315000438.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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).