Matthew Farrellee 669cdc4ffd Replace some utils.bool_from_str with strutils
Instead of using novaclient.utils' bool_from_str, use bool_from_string
from the oslo incubating strutils

Notes:
 0. utils.bool_from_str was strict, only accepted a small set of
    values, while strutils.bool_from_string is not strict by default,
    anything not true is false
 1. bool_from_string accepts on/off, which bool_from_str did not

Change-Id: I04744844b55697819289def081d3c9117ed0713f
2013-12-25 07:22:24 -05:00
..
2013-06-01 15:49:51 +02:00
2013-12-15 22:45:18 +10:30
2013-07-11 14:26:01 -05:00
2013-12-12 17:43:08 +00:00
2013-07-17 15:44:05 +02:00
2013-04-02 18:37:27 -04:00
2013-12-09 14:32:24 +08:00
2013-12-09 14:32:24 +08:00
2013-12-09 14:32:24 +08:00
2012-02-27 22:46:02 +00:00
2013-08-27 14:50:34 -04:00