The test_auth module is no longer relevant since new auth lib is being used now. The necessary tests for that auth library are covered in the python-neutronclient, see commit: https://git.io/v288c Change-Id: Ie663117d772b76f70a9c367a7d3d16934f51dfe3
7 lines
348 B
Plaintext
7 lines
348 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 # Apache-2.0
|
|
python-heatclient>=0.8.0
|
|
# REVISIT: After mitaka release add dependency on released version of python-neutronclient
|