Fix default role missing pip packages

The default role is missing keystoneauth1 and oslo.utils pip
packages. Both of them are needed by monasca-agent venv to work
and build properly.

Change-Id: I10f61ac70effdcb8758fd44c92d6248af6b4ce2d
Closes-Bug: #1736036
This commit is contained in:
Kaio Oliveira 2017-12-03 21:18:10 -03:00 committed by kaiokassiano
parent 692f3e85d5
commit a758a204cc
1 changed files with 3 additions and 1 deletions

View File

@ -283,13 +283,15 @@ monasca_agent_requires_pip_packages:
- httplib2
monasca_agent_pip_packages:
- keystoneauth1
- libvirt-python
- monasca-agent
- monasca-common
- oslo.utils
- PyMySQl
- python-monascaclient
- python-novaclient
- python-neutronclient
- python-novaclient
monasca_agent_services:
monasca-agent: