tacker/tacker/common
Hiromu Asahina fefe731ee7 Add str_to_bool util
A line like  ``'True' == vim_obj.get('cert_verify', 'True') or False``
can be found many places in slightly different ways. It's not easy to
maintenance and might incur bugs.

This patch `adds str_to_bool` method as a common function for this
process.

Change-Id: Ieb708f8ddeb2748aff3ea009a9df613ad1f321ff
2022-09-15 14:55:55 +00:00
..
container Add OpenID Connect Token Auth for k8s 2022-09-12 01:26:53 +00:00
__init__.py rename neutron/common to tacker/common 2014-07-04 18:20:50 +09:00
clients.py Remove deprecated keystoneclient 2022-09-14 11:27:29 +09:00
cmd_executer.py Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
config.py Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
constants.py Add missing contants 2018-11-11 06:17:09 +00:00
coordination.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
csar_utils.py Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
driver_manager.py Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
eventlet_utils.py Fix eventlet issue 2018-07-17 17:36:23 +09:00
exceptions.py Support specifying namespace for deploying CNF 2022-03-03 11:15:00 +09:00
log.py Remove log translations 2017-07-07 00:19:36 -04:00
oidc_utils.py Add OpenID Connect Token Auth for k8s 2022-09-12 01:26:53 +00:00
rpc.py Multi version API support 2021-09-16 01:19:51 +00:00
safe_utils.py Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
test_lib.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
topics.py Implement vim status update in conductor 2017-06-20 11:47:16 +08:00
utils.py Add str_to_bool util 2022-09-15 14:55:55 +00:00