Bug in simple_tenant_usage API

Bug #1002154 reported by Zhongyue Luo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Zhongyue Luo

Bug Description

detailed = bool(env.get('detailed', False))

should be

detailed = env.get('detailed', ['0'])[0] == '1'

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/7617

Changed in nova:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/7617
Committed: http://github.com/openstack/nova/commit/f88f3ed42c83730b28d4da2b3a51ce7fb7d19221
Submitter: Jenkins
Branch: master

commit f88f3ed42c83730b28d4da2b3a51ce7fb7d19221
Author: Zhongyue Luo <email address hidden>
Date: Mon May 21 14:00:01 2012 +0800

    Bugfix in simple_tenant_usage API detail view

    Fixes bug #1002154

    Change-Id: I56b38c32e55c825297626eb0d6813d70fbefad4c

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → folsom-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: folsom-2 → 2012.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.