python-novaclient/novaclient
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
..
openstack Update oslo from oslo-incubator 2013-09-06 08:03:22 -04:00
tests Merge "Fix "device" as the optional para on volume-attach" 2013-12-25 01:59:24 +00:00
v1_1 Replace some utils.bool_from_str with strutils 2013-12-25 07:22:24 -05:00
v3 Replace some utils.bool_from_str with strutils 2013-12-25 07:22:24 -05:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py python3: Compatibility for iteritems differences 2013-06-24 11:51:04 -05:00
base.py Fix typo in novaclient 2013-11-22 12:13:54 +08:00
client.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
crypto.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
exceptions.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
extension.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
service_catalog.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
shell.py Replace some utils.bool_from_str with strutils 2013-12-25 07:22:24 -05:00
utils.py Replace some utils.bool_from_str with strutils 2013-12-25 07:22:24 -05:00