Skip to content

Commit de7dcc6

Browse files
authored
Adds new monitoring tool's clients (gnocchi, panko, aodh)
1 parent f5dedf1 commit de7dcc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
FROM python:3.7-buster
22

33
RUN apt-get update && apt-get -yq install \
4+
python3-aodhclient \
45
python3-barbicanclient \
56
python3-ceilometerclient \
67
python3-cinderclient \
78
python3-cloudkittyclient \
89
python3-designateclient \
10+
python3-gnocchiclient \
911
python3-octaviaclient \
1012
python3-openstackclient \
13+
python3-pankoclient \
1114
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)