7f1069c118
This patch removes unused openstack.common modules and replaces versionutils with oslo_log.versionutils. This fixes the gate issue partly, by removing openstack.common.log which in some cases could override CONF object in horizon. Change-Id: I94972726129c256d53377320b8b632afb56b8906 Closes-Bug: #1466332
17 lines
417 B
Plaintext
17 lines
417 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>=0.11,<2.0
|
|
|
|
beautifulsoup4
|
|
iso8601>=0.1.9
|
|
six>=1.9.0
|
|
PyYAML>=3.1.0
|
|
|
|
oslo.log>=1.2.0 # Apache-2.0
|
|
|
|
# not listed in global requirements
|
|
django-floppyforms>=1.1
|
|
yaql>=0.2.6,<0.3
|
|
python-muranoclient>=0.5.6
|