def _init_fabric(self):
env.warn_only = True
env.connection_attempts = 10
env.timeout = 10
env.user = self.user
env.key_filename = self.key_filename
env.hosts = self.hosts
env.password = self.password
nova_compute_proxy.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录