[ceph-daemon] Upgrade pyOpenSSL to address a ceph-mgr warning

The restful ceph-mgr module keeps complaining about an unsatisfied
dependency that appears to be related to an old version of
pyOpenSSL. This change explicitly upgrades it via pip.

Change-Id: Id89c97fc4f87627f4093961f4f57cb5a868a4729
This commit is contained in:
Stephen Taylor 2023-05-03 13:57:57 -06:00 committed by Vladimir Kozhukalov
parent 0800b6a2c5
commit db71c76d12
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ RUN set -ex ;\
pip3 --no-cache-dir install --upgrade --ignore-installed \
six \
openssl-python \
pyopenssl \
python-openstackclient \
python-swiftclient ;\
curl -sSL https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\