mirror of
https://github.com/ceph/ceph
synced 2025-02-08 03:18:12 +00:00
bf46fd5394
There are too many things called Orchestra out there, including Ubuntu's new multi-machine service orchestration framework. The code might still be beneficial outside of teuthology, but it can be spun off at that time. Conflicts: bootstrap requirements.txt setup.py
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
# 0.14 switches to libev, that means bootstrap needs to change too
|
|
gevent ==0.13.6
|
|
# 1.7.7 has AES-128-CBC support for SSH keys, that's needed
|
|
paramiko >=1.7.7
|
|
configobj
|
|
PyYAML
|
|
bunch >=1.0.0
|
|
argparse >=1.2.1
|
|
httplib2
|
|
beanstalkc >=0.2.0
|
|
nose >=1.0.0
|
|
fudge >=1.0.3
|