Files
packstack/test-requirements.txt
Tony Breeds 4183e455c9 Introduce mappings between CPUs and target names
Currently when running packstack on a CPU other than x86_64
provision_700.py will download the x86_64 cirros images.

This change introduces a set of helper functions to map from host
[kernel] architecture to the names dib and cirros expect.

Change-Id: I5335deb303fbc4c434a8d69c82344a462f0e1540
2017-08-04 10:02:22 +10:00

8 lines
173 B
Plaintext

sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
reno>=0.1.1 # Apache2
os-testr>=0.4.1 # Apache-2.0
coverage
hacking!=0.13.0,<0.14,>=0.12.0
mock>=2.0 # BSD