fuel-ccp/requirements.txt
Sergey Reshetnyak 7ce18a33d8 Add glance images cleanup
This patch adds deleting all glance images for ccp cleanup command

Change-Id: Id0813980a65bc91a3b7adc9599ea76cadbbc4a9b
2016-11-01 16:28:27 +03:00

20 lines
704 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
GitPython>=1.0.1 # BSD License (3 clause)
Jinja2>=2.8 # BSD License (3 clause)
PyYAML>=3.10.0 # MIT
cliff>=2.2.0 # Apache-2.0
docker-py<1.8.0,>=1.6.0 # Apache-2.0
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
keystoneauth1>=2.10.0 # Apache-2.0
pykube # Apache-2.0
python-glanceclient>=2.5.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
six>=1.9.0 # MIT