yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57645
[Bug 1624269] Re: Metering - missing 'tenant_id' for metering-label as request body
Reviewed: https://review.openstack.org/378716
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=6584de1523cc87d04a75c29b6c0841192ac4d4ac
Submitter: Jenkins
Branch: master
commit 6584de1523cc87d04a75c29b6c0841192ac4d4ac
Author: Darla Ahlert <da741q@xxxxxxx>
Date: Wed Sep 28 10:29:22 2016 -0500
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
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1624269
Title:
Metering - missing 'tenant_id' for metering-label as request body
Status in neutron:
Fix Released
Bug description:
In http://developer.openstack.org/api-ref/networking/v2/?expanded
=show-metering-label-rule-details-detail,create-metering-label-detail,
'tenant_id' is missing as a request parameter.
(neutron) meter-label-create my-label --tenant-id 8ae2759224e94ed0a66011315a32d07c
Created a new metering_label:
+-------------+--------------------------------------+
| Field | Value |
+-------------+--------------------------------------+
| description | |
| id | 543ce87e-2190-46d5-9d79-3fd113681372 |
| name | my-label |
| project_id | 8ae2759224e94ed0a66011315a32d07c |
| shared | False |
| tenant_id | 8ae2759224e94ed0a66011315a32d07c |
+-------------+--------------------------------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1624269/+subscriptions
References