
1. Replace configure with AttrDict; 2. Fix the issue while tring to update the configs using Rest API (PUT); 3. Adding timestamp to the logging when calling from Rest API; 4. Use decorator in Rest API server to avoid code duplication; Change-Id: I3490bc5ca5b982c6ad424bbb485fcf3c18cdb586
18 lines
428 B
Plaintext
18 lines
428 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.3
|
|
Babel>=1.3
|
|
|
|
attrdict>=2.0.0
|
|
hdrhistogram>=0.3.1
|
|
oslo.log>=1.0.0
|
|
pecan>=0.9.0
|
|
python-openstackclient>=1.5.0
|
|
redis>=2.10.3
|
|
tabulate>=0.7.3
|
|
|
|
# Workaround for pip install failed on RHEL/CentOS
|
|
functools32>=3.2.3
|