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 +)