Add aodhclient as a dependancy

This commit is contained in:
Liam Young
2019-09-26 09:17:53 +00:00
parent 2a15116868
commit f5521ca6ea

View File

@@ -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,
)
)