From c2a584834e1f0eb1ab1c64c3f4529ba1b47e0a93 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Mon, 20 Jul 2015 16:59:46 -0600 Subject: [PATCH] Force oslo.utils<2.0 The python-monascaclient doesn't use oslo.utils but python-keystoneclient does and version 2.0 oslo.utils can cause version conflicts. By installing here we should avoid that situation. Change-Id: Iccdfe86975a11b70e8a544a4e5cdbaf745ceca2c --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index edfc8eb..afba545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ argparse babel iso8601>=0.1.9 +oslo.utils<2.0 pbr>=0.11,<2.0 PrettyTable>=0.7,<0.8 python-keystoneclient>=0.9.0