summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDustin Cowles <dustin.cowles@intel.com>2019-04-11 15:12:19 -0700
committerDustin Cowles <dustin.cowles@intel.com>2019-07-22 15:01:11 -0700
commit9f64b9900e705e040aadb07ec3b9db140b4fc11b (patch)
treea2c89cbceb614670a4aa962ae4a1cbfc80b92aff /requirements.txt
parentc9bc00b3647902ce3656b6485e9e7fe92f57dfe6 (diff)
downloadnova-9f64b9900e705e040aadb07ec3b9db140b4fc11b.tar.gz
Introduces the openstacksdk to nova
Enables the use of the sdk instead of ksa adapter or python-*client. It is provided by a get_sdk_adapter method which constructs an authenticated SDK Connection object using provided service configuration. This change should be transparent to operators of services which already use ksa as get_sdk_adapter uses the same conf options from keystoneauth1. Blueprint: openstacksdk-in-nova Co-Authored-By: Dustin Cowles <dustin.cowles@intel.com> Change-Id: I49f364e01e2a18de0c95674654fc72acea019e76
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9d3d537410..703f168e5d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -66,8 +66,9 @@ tooz>=1.58.0 # Apache-2.0
cursive>=0.2.1 # Apache-2.0
pypowervm>=1.1.15 # Apache-2.0
retrying>=1.3.3,!=1.3.0 # Apache-2.0
-os-service-types>=1.2.0 # Apache-2.0
+os-service-types>=1.7.0 # Apache-2.0
taskflow>=2.16.0 # Apache-2.0
python-dateutil>=2.5.3 # BSD
zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License
futurist>=1.8.0 # Apache-2.0
+openstacksdk>=0.31.0 # Apache-2.0