mongodb_user.py 文件源码

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

项目:vagrant_ansible 作者: OctoBrasil 项目源码 文件源码
def check_compatibility(module, client):
    srv_info = client.server_info()
    if LooseVersion(srv_info['version']) >= LooseVersion('3.0') and LooseVersion(PyMongoVersion) <= LooseVersion('3.0'):
        module.fail_json(msg=' (Note: you must use pymongo 3.0+ with MongoDB >= 3.0)')
    elif LooseVersion(srv_info['version']) >= LooseVersion('2.6') and LooseVersion(PyMongoVersion) <= LooseVersion('2.7'):
        module.fail_json(msg=' (Note: you must use pymongo 2.7.x-2.9.x with MongoDB 2.6)')
    elif LooseVersion(PyMongoVersion) <= LooseVersion('2.5'):
        module.fail_json(msg=' (Note: you must be on mongodb 2.4+ and pymongo 2.5+ to use the roles param)')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号