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 73c73ec commit 77e5b0eCopy full SHA for 77e5b0e
etc/kayobe/kolla.yml
@@ -429,7 +429,8 @@ kolla_build_blocks:
429
{% if base_package_type == 'rpm' %}
430
ADD plugins-archive /
431
python3 -m pip --no-cache-dir install /plugins/* \
432
- && dnf install python3-libvirt python3-ethtool
+ && dnf install python3-libvirt python3-ethtool -y \
433
+ && dnf clean all
434
{% endif %}
435
{% endraw %}
436
@@ -450,7 +451,8 @@ kolla_build_blocks:
450
451
452
453
454
455
456
457
458
0 commit comments