File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
135
135
'pika' ,
136
136
'prettytable' ,
137
137
'psutil' ,
138
- '/pycadf' ,
138
+ '/plugins/ pycadf* ' ,
139
139
'pyinotify' ,
140
140
'pymysql' ,
141
141
'pyngus' ,
@@ -182,13 +182,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
182
182
%}
183
183
184
184
ADD openstack-base-archive /openstack-base-source
185
- ADD plugins-archive /openstack-base-source
185
+ ADD plugins-archive /
186
186
187
- RUN ln -s openstack-base-source/plugins/* /pycadf \
188
- && mkdir -p /etc/pycadf \
189
- && cp /pycadf/etc/pycadf/* /etc/pycadf/
187
+ RUN mkdir -p /etc/pycadf \
188
+ && cp /plugins/pycadf*/etc/pycadf/* /etc/pycadf/
190
189
191
- RUN ln -s openstack-base-source/*requirements* /requirements \
190
+ RUN ln -s openstack-base-source/* /requirements \
192
191
193
192
{# NOTE(mnasiadka): Remove ovs from upper-constraints.txt because python3-openvswitch
194
193
is usually newer than UC entry and older version would get installed
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixed a bug preventing image builds when requirements are provided from
5
+ git type source.
6
+ `LP#2074075 <https://bugs.launchpad.net/kolla/+bug/2074075>`__
You can’t perform that action at this time.
0 commit comments