2eed8ea24a
keystoneauth1 is the new auth-only library for getting keystone Sessions, which is lighter-weight and does not require the entire keystoneclient library. It also handles all of the keystone version discover and plugin selection so that code doesn't have to live in neutronclient. Additionally, use os-client-config to process options and get the Session from keystoneauth1. This adds support for reading clouds.yaml files and supporting the OS_CLOUD env var for selecting named clouds from a list of them. This is a step towards bug#1503428 but is not the whole picture. Remove the auth tests - since they are covered inside of ksa. Closes-Bug: #1507384 Change-Id: Ic4f9fd8f231c33513fd74da58ab1b4a3fb00d9f4
18 lines
521 B
Plaintext
18 lines
521 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
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
|
|
os-client-config!=1.6.2,>=1.4.0
|
|
keystoneauth1>=1.0.0
|
|
requests!=2.8.0,>=2.5.2
|
|
simplejson>=2.2.0
|
|
six>=1.9.0
|
|
Babel>=1.3
|