upgarding Openstack Utility client version to stein.
Change-Id: Ic9574834cdb5c120f837eae8bbe5746fbf6b39a0
This commit is contained in:
parent
0546a3aff7
commit
9f9d8d39be
@ -23,7 +23,7 @@ root logger by oslo-rootwrap module, imported in _openstack-utility-rootwrap.tpl
|
|||||||
These lines will get rid of duplicate logs, generated because of the formatter
|
These lines will get rid of duplicate logs, generated because of the formatter
|
||||||
attached by oslo-rootwrap.
|
attached by oslo-rootwrap.
|
||||||
*/}}
|
*/}}
|
||||||
sed -i "/rootwrap_logger.setLevel/s/.*/#&/" /usr/lib/python3/dist-packages/oslo_rootwrap/wrapper.py
|
sed -i "/rootwrap_logger.setLevel/s/.*/#&/" /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/wrapper.py
|
||||||
sed -i "/handler.setFormatter/s/.*/#&/" /usr/lib/python3/dist-packages/oslo_rootwrap/wrapper.py
|
sed -i "/handler.setFormatter/s/.*/#&/" /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/wrapper.py
|
||||||
sed -i "/os.path.basename/s/.*/#&/" /usr/lib/python3/dist-packages/oslo_rootwrap/wrapper.py
|
sed -i "/os.path.basename/s/.*/#&/" /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/wrapper.py
|
||||||
sed -i "/rootwrap_logger.addHandler/s/.*/#&/" /usr/lib/python3/dist-packages/oslo_rootwrap/wrapper.py
|
sed -i "/rootwrap_logger.addHandler/s/.*/#&/" /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/wrapper.py
|
||||||
|
@ -16,15 +16,17 @@ RUN set -xe && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
bash \
|
bash \
|
||||||
|
sudo \
|
||||||
rsyslog \
|
rsyslog \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip &&\
|
||||||
python3-oslo.rootwrap \
|
pip3 install \
|
||||||
python3-openstackclient \
|
oslo.rootwrap==5.8.0 \
|
||||||
python3-glanceclient \
|
python-openstackclient==3.18.1 \
|
||||||
python3-novaclient \
|
python-glanceclient==2.16.0 \
|
||||||
python3-neutronclient \
|
python-novaclient==13.0.2 \
|
||||||
python3-cinderclient && \
|
python-neutronclient==6.12.0 \
|
||||||
|
python-cinderclient==4.2.1 && \
|
||||||
apt-get clean -y && \
|
apt-get clean -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user