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:
parent
8d37c9fe35
commit
f31540f717
@ -125,6 +125,7 @@ MAINTAINER {{ maintainer }}
|
||||
'python-neutronclient',
|
||||
'python-novaclient',
|
||||
'python-openstackclient',
|
||||
'python-osprofiler',
|
||||
'python-paste',
|
||||
'python-paste-deploy',
|
||||
'python-pbr',
|
||||
@ -179,6 +180,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
'python-mistralclient',
|
||||
'python-muranoclient',
|
||||
'python-mysqldb',
|
||||
'python-osprofiler',
|
||||
'python-pip',
|
||||
'python-saharaclient',
|
||||
'python-swiftclient',
|
||||
@ -297,6 +299,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
||||
'oslo.service',
|
||||
'oslo.utils',
|
||||
'oslo.vmware',
|
||||
'osprofiler',
|
||||
'pbr',
|
||||
'pika',
|
||||
'pika-pool',
|
||||
|
Loading…
x
Reference in New Issue
Block a user