This is important because if we install tacker along with other openstack components, this inconsistency will break system. Due to the upgrade of hacking, current codes violate many new rules. These violations will be fixed in follow up patches. Author: yong sheng gong <gong.yongsheng@99cloud.net> Change-Id: Ib30d31ca804aebf43c02eb8247c718ab00629f6f Closes-bug: 1516045
14 lines
396 B
Plaintext
14 lines
396 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
|
|
argparse
|
|
cliff>=1.14.0 # Apache-2.0
|
|
iso8601>=0.1.9
|
|
netaddr!=0.7.16,>=0.7.12
|
|
requests!=2.8.0,>=2.5.2
|
|
python-keystoneclient!=1.8.0,>=1.6.0
|
|
simplejson>=2.2.0
|
|
six>=1.9.0
|
|
Babel>=1.3
|