Skip to content

Commit

Permalink
Merge pull request #313 from stackhpc/upstream/yoga-2024-05-13
Browse files Browse the repository at this point in the history
Synchronise yoga with upstream
  • Loading branch information
markgoddard authored May 13, 2024
2 parents ebe816a + f91b041 commit 217322a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/nova/nova-compute/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'ndctl',
'nfs-utils',
'openstack-nova-compute',
'openvswitch',
'parted',
'python3-libguestfs',
'python3-oslo-vmware',
Expand Down Expand Up @@ -107,7 +106,6 @@ RUN rm -f /etc/nova/nova-compute.conf
'ndctl',
'nfs-utils',
'nvme-cli',
'openvswitch',
'parted',
'python3-libguestfs',
'python3-libvirt',
Expand Down
1 change: 1 addition & 0 deletions docker/swift/swift-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set swift_base_packages = [
'nmap-ncat',
'rsync',
'openstack-swift',
] %}
{% elif base_package_type == 'deb' %}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes a bug where the ``rsync`` RPM package was missing in the ``swift-base`` container.
See `bug 2062072 <https://bugs.launchpad.net/kolla/+bug/2062072>`__ for details.

0 comments on commit 217322a

Please sign in to comment.