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 d07ad0a commit 2559f55Copy full SHA for 2559f55
etc/kayobe/kolla.yml
@@ -418,7 +418,8 @@ kolla_build_blocks:
418
{% if base_package_type == 'rpm' %}
419
ADD plugins-archive /
420
python3 -m pip --no-cache-dir install /plugins/* \
421
- && dnf install python3-libvirt python3-ethtool
+ && dnf install python3-libvirt python3-ethtool -y \
422
+ && dnf clean all
423
{% endif %}
424
{% endraw %}
425
@@ -439,7 +440,8 @@ kolla_build_blocks:
439
440
441
442
443
444
445
446
447
0 commit comments