]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
v2 api - return bootable attr value on volume list
authorBill Owen <billowen@us.ibm.com>
Fri, 27 Sep 2013 23:22:41 +0000 (16:22 -0700)
committerBill Owen <billowen@us.ibm.com>
Mon, 30 Sep 2013 20:35:27 +0000 (13:35 -0700)
commitdb3088b888e9560df93ff608b1e45a28fac14b6f
treecbd99bce190be4383ab38c8e6b3992155e6d7f8f
parent0f7d9377866d31fdaaf7e398af9b4e679e5b24f1
v2 api - return bootable attr value on volume list

Add bootable to the list of values returned by display_list.  This
was returned in v1 api, and is still in v2 header, but was missed
in the new implementation.

Closes-Bug: #1232287

Change-Id: If7460b1c8ab4af417117c4bf6cfdccc5fcf21f46
cinder/api/v2/views/volumes.py
cinder/tests/api/v2/test_volumes.py