]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Convert to oslo strutils.bool_from_string.
authorMichael Still <mikal@stillhq.com>
Sat, 18 May 2013 11:08:30 +0000 (21:08 +1000)
committerMichael Still <mikal@stillhq.com>
Sat, 18 May 2013 11:09:14 +0000 (21:09 +1000)
commitb0325eb77258b63c20e0407e3e4df2d5236209b4
treecf5ea3e7d25a7c624d03895d4c6c8e6bf7fe3a9d
parenta1d590211760f5bf19e04d8c253c1f7cecbf46b1
Convert to oslo strutils.bool_from_string.

The only functional difference here is that the value '2' is now
treated as False instead of True. I suspect that's ok.

Change-Id: I30e75470cb3c312d7f92d389995eb6d845dd2fb0
cinder/api/v1/snapshots.py
cinder/api/v2/snapshots.py
cinder/tests/test_utils.py
cinder/utils.py