
This adds a new zaqar collector able to read configuration from a specific zaqar queue. blueprint software-config-zaqar Change-Id: Ie38af7b59e7a1aa370ac7760bb7819e37c2165c3
18 lines
454 B
Plaintext
18 lines
454 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
|
|
|
|
anyjson>=0.3.3
|
|
argparse
|
|
eventlet>=0.17.3
|
|
python-keystoneclient>=1.6.0
|
|
python-heatclient>=0.3.0
|
|
python-zaqarclient>=0.1.1
|
|
requests>=2.5.2
|
|
iso8601>=0.1.9
|
|
lxml>=2.3
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
six>=1.9.0
|
|
dogpile.cache>=0.5.3
|