From 39fb848452bf786fac2289aa60eb31726ee0e396 Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Tue, 4 Feb 2020 13:39:13 -0600 Subject: [PATCH] pin python-designateclient to 2.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 745731d..d212ae8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_require = [ 'tenacity', 'oslo.config', 'aodhclient', - 'python-designateclient', + 'python-designateclient>=1.5,<3.0.0', 'python-heatclient', 'python-glanceclient', 'python-keystoneclient',