From 93296cbd430ef98563d17a1c80172b4369110625 Mon Sep 17 00:00:00 2001 From: dineshbhor Date: Wed, 22 Feb 2017 22:09:47 +0530 Subject: [PATCH] Bump openstacksdk to 0.9.13 The patch[1] is submitted in python-openstacksdk which fixes the bug: 1653108. This patch bumps the python-openstacksdk to 0.9.13 which includes that fix. [1] I6d728abbcc5e914b5bd025bc4e059cdcb13e2109 Closes-Bug: #1653108 Change-Id: I109e05cd413bf7bdf39a54992b36b0db660220c8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bc7001..75492a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -openstacksdk>=0.9.7 # Apache-2.0 +openstacksdk>=0.9.13 # Apache-2.0 osc-lib>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0