From f5521ca6ea70bb67916a3c1f4719157f7c166dce Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 26 Sep 2019 09:17:53 +0000 Subject: [PATCH] Add aodhclient as a dependancy --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0980b96..20679d4 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ install_require = [ 'PyYAML', 'tenacity', 'oslo.config', + 'aodhclient', 'python-glanceclient', 'python-keystoneclient', 'python-novaclient', @@ -102,4 +103,4 @@ setup( 'testing': tests_require, }, tests_require=tests_require, -) \ No newline at end of file +)