]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove vol_type_id cast to str
authorIvan Kolodyazhny <e0ne@e0ne.info>
Mon, 13 Oct 2014 08:57:58 +0000 (11:57 +0300)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Tue, 14 Oct 2014 13:17:32 +0000 (16:17 +0300)
commitbf17f8bd2dcab3364cb47a3a148121dcd8b3284d
treeeea4b8c2dbeaab28b12e28006ce8615ce91b4dd3
parent57e08a4a63609bb679ad88d56969dc07f8d460b1
Remove vol_type_id cast to str

Volume Type ID is string field, so we don't need to cast it
to str one more time

Change-Id: I8dcbfb770c412624d59c80bebe00d8c27ab0f823
cinder/api/v1/types.py
cinder/api/v1/volumes.py
cinder/api/v2/types.py
cinder/tests/api/v1/test_types.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_types.py