The sysinv code has imports for python components but does
not have all of those specified as rpm dependencies.
Adding:
python-jsonpatch (used by several sysinv/api/controllers/v1/*)
python-keystoneauth1 (used by sysinv/common/fm)
python-keystonemiddleware (used by sysinv/api/acl)
python-oslo-serialization (used by sysinv/conductor/manager)
python-oslo-service (used by sysinv/common/wsgi_service)
python-paste (used by api config file)
python-psutil (used by sysinv/api/controllers/v1/host)
python-requests (used by sysinv/common/ceph)
python-retrying (used by sysinv/agent/manager)
python-stevedore (used by sysinv/puppet)
python-webob (used by sysinv/api/hooks)
This is a protective commit, since this only works because other
packages are pulling in the dependencies, and those packages can be
updated or removed in the future, thus breaking sysinv.
Change-Id: I9457e3817ae8d219ef0c582b0b0177510a8ec4b0
Story: 2004515
Task: 37985
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>