os_utils.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:monitorstack 作者: openstack 项目源码 文件源码
def __init__(self, os_auth_args):
        """Initialization method for class.

        :param os_auth_args: dict containing auth creds.
        :type os_auth_args: dict
        """
        self.os_auth_args = os_auth_args
        insecure = bool(strtobool(self.os_auth_args.get('insecure', 'False')))
        self.verify = insecure is False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号