Skip to content

Commit 1e2bcd5

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[2024.2 and 2024.1 only] Fix issue with 'pycadf' installation" into stable/2024.1
2 parents ed303dc + ca00700 commit 1e2bcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/openstack-base/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
135135
'pika',
136136
'prettytable',
137137
'psutil',
138-
'/plugins/pycadf*',
138+
'/plugins/*pycadf*',
139139
'pyinotify',
140140
'pymysql',
141141
'pyngus',
@@ -185,7 +185,7 @@ ADD openstack-base-archive /openstack-base-source
185185
ADD plugins-archive /
186186

187187
RUN mkdir -p /etc/pycadf \
188-
&& cp /plugins/pycadf*/etc/pycadf/* /etc/pycadf/
188+
&& cp /plugins/*pycadf*/etc/pycadf/* /etc/pycadf/
189189

190190
RUN ln -s openstack-base-source/* /requirements \
191191

0 commit comments

Comments
 (0)