86ad9debd1
This commit enables SDK consumers using oslo.config for keystoneauth1 Adapter settings by introducing a method: openstack.config.cloud_region.from_conf This accepts: - An oslo.config ConfigOpts containing Adapter options in sections named according to project (e.g. [nova], not [compute]). Current behavior is to use defaults if no such section exists, which may not be what we want long term. - A Session. This is currently required - if unspecified, a ConfigException is raised - but in the future we probably want to support creating one (and an auth) from the conf. - Other kwargs to be passed to the CloudRegion constructor. The method returns a CloudRegion that can be used to create a Connection. Needed-By: blueprint openstacksdk-in-nova Co-Authored-By: Eric Fried <openstack@fried.cc> Change-Id: I05fb4da39d2eefc91828ace02db2741b62a2cb0a
23 lines
739 B
Plaintext
23 lines
739 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.
|
|
hacking>=1.0,<1.2 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
extras>=1.0.0 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
jsonschema>=2.6.0 # MIT
|
|
mock>=2.0.0 # BSD
|
|
prometheus-client>=0.4.2 # Apache-2.0
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
statsd>=3.3.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
doc8>=0.8.0 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|