Add missing tenant_id/project_id request parameter
In the create metering label detail, 'tenant_id' (now project_id) is missing as a request parameter. This change adds the missing parameter to the detail. Both 'tenant_id' and 'project_id' are options in this case as reference in [1] [1] https://review.openstack.org/#/c/372857/ Change-Id: I6f440edf7c4e77b4ecd6f4494067d54ca0ea0ea6 Closes-Bug: 1624269
This commit is contained in:
committed by
darla.ahlert
parent
77faf0b970
commit
6584de1523
@@ -64,6 +64,8 @@ Request
|
||||
- metering_label: metering_label
|
||||
- description: description
|
||||
- name: name
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user