Avoid checking Keystone v3 domains when using API v2.0
[snaps.git] / requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4 python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0
5 python-neutronclient>=5.1.0 # Apache-2.0
6 python-keystoneclient>=3.8.0 # Apache-2.0
7 python-glanceclient>=2.5.0 # Apache-2.0
8 python-heatclient>=1.6.1 # Apache-2.0
9 ansible>=2.1.0
10 wrapt>=1.7.0 # BSD License
11 scp
12 cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0