Install osprofiler in openstack-base container

osprofiler package is required when using osprofiler tool.

[0] https://github.com/openstack/osprofiler

Change-Id: I2d11778e94564ad0c04685eeff45f36430779099
Closes-Bug: #1672125
This commit is contained in:
Jeffrey Zhang 2017-03-12 16:21:02 +08:00
parent 8d37c9fe35
commit f31540f717

View File

@ -125,6 +125,7 @@ MAINTAINER {{ maintainer }}
'python-neutronclient', 'python-neutronclient',
'python-novaclient', 'python-novaclient',
'python-openstackclient', 'python-openstackclient',
'python-osprofiler',
'python-paste', 'python-paste',
'python-paste-deploy', 'python-paste-deploy',
'python-pbr', 'python-pbr',
@ -179,6 +180,7 @@ ENV DEBIAN_FRONTEND noninteractive
'python-mistralclient', 'python-mistralclient',
'python-muranoclient', 'python-muranoclient',
'python-mysqldb', 'python-mysqldb',
'python-osprofiler',
'python-pip', 'python-pip',
'python-saharaclient', 'python-saharaclient',
'python-swiftclient', 'python-swiftclient',
@ -297,6 +299,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'oslo.service', 'oslo.service',
'oslo.utils', 'oslo.utils',
'oslo.vmware', 'oslo.vmware',
'osprofiler',
'pbr', 'pbr',
'pika', 'pika',
'pika-pool', 'pika-pool',