We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e5b0e commit a802e82Copy full SHA for a802e82
etc/kayobe/kolla.yml
@@ -428,7 +428,7 @@ kolla_build_blocks:
428
{% raw %}
429
{% if base_package_type == 'rpm' %}
430
ADD plugins-archive /
431
- python3 -m pip --no-cache-dir install /plugins/* \
+ RUN python3 -m pip --no-cache-dir install /plugins/* \
432
&& dnf install python3-libvirt python3-ethtool -y \
433
&& dnf clean all
434
{% endif %}
@@ -450,7 +450,7 @@ kolla_build_blocks:
450
451
452
453
454
455
456
0 commit comments