From 4f83645b1c51857eb9bf073f564d00ff773df4c4 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Mon, 19 Oct 2020 08:40:23 +0000 Subject: [PATCH] Add python-ironicclient to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f4e31f8..b18cd9a 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ install_require = [ 'python-barbicanclient>=4.0.1,<5.0.0', 'python-designateclient>=1.5,<3.0.0', 'python-heatclient<2.0.0', + 'python-ironicclient', 'python-glanceclient<3.0.0', 'python-keystoneclient<3.22.0', 'python-manilaclient<2.0.0',