From d016777c77584a8589e60d10d116ea935a773713 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 7 Nov 2019 20:15:22 +0800 Subject: [PATCH] ensure python-manilaclient is in the setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 71c965b..7f2d6a4 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ install_require = [ 'python-heatclient', 'python-glanceclient', 'python-keystoneclient', + 'python-manilaclient', 'python-novaclient', 'python-neutronclient', 'python-octaviaclient',