Add openstack/swift clients to postgresql utility

This patchset adds the openstack and swift clients to the postgresql
utility pod so that the utility pod can access postgresql backup files
via swift interface from the remote gateway.

Change-Id: I3dff603cebe1a0a25e584fa3fc1e142423a1d384
This commit is contained in:
Cliff Parsons 2020-04-28 19:12:29 +00:00
parent e7320722bd
commit 19cb2d91e6

View File

@ -21,6 +21,8 @@ RUN set -xe && \
postgresql-common \
python3-pip \
python3-oslo.rootwrap \
python3-openstackclient \
python3-swiftclient \
rsyslog \
screen \
sudo && \