786f83d182
Keystone session can be used directly in user function to access OpenStack services. Include openstack clients in python requirements as well. Add a python function example. Implements: blueprint qinling-openstack-clients Change-Id: I4798c404cb57bafe14049f57ba8db7c7125106c7
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
Flask>=0.10,!=0.11,<1.0 # BSD
|
|
python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
|
keystoneauth1>=2.21.0 # Apache-2.0
|