Add curl to mysql utility
curl is added to mysql utility image. This enables the mysql utility pod to upload database backups to selected swift container of a remote gateway using curl command with chosen headers. Change-Id: If979785d6e763ca00190cc753fd9ada3792df194
This commit is contained in:
parent
9ed7c60705
commit
2cc7de4c57
@ -22,6 +22,7 @@ RUN set -xe && \
|
|||||||
python3-oslo.rootwrap \
|
python3-oslo.rootwrap \
|
||||||
python3-openstackclient \
|
python3-openstackclient \
|
||||||
python3-swiftclient \
|
python3-swiftclient \
|
||||||
|
curl \
|
||||||
sudo \
|
sudo \
|
||||||
rsyslog && \
|
rsyslog && \
|
||||||
sed -i 's/$PrivDropToUser syslog/$PrivDropToUser nobody/' /etc/rsyslog.conf && \
|
sed -i 's/$PrivDropToUser syslog/$PrivDropToUser nobody/' /etc/rsyslog.conf && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user