Skip to content

Commit 4688b11

Browse files
dougszumskiAlex-Welsh
authored andcommitted
Add cASO Docker image
cASO is an OpenStack accounting exporter. For more detail see: https://github.com/IFCA/caso Conflicts: kolla/common/config.py (cherry picked from commit e4c1466) (cherry picked from commit 838078d97bc2399f6e4e5288cfc39b179e6da6d6) (cherry picked from commit b0e0d4b) Change-Id: Ifeda576a2b18d31ebbf502fb7a655522f3693f1e (cherry picked from commit 2d4f808) (cherry picked from commit 7da8965) (cherry picked from commit 25a32f0)
1 parent ccc7621 commit 4688b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/caso/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
55

66
{% import "macros.j2" as macros with context %}
77

8-
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
8+
{% if base_distro in ['centos', 'rocky'] %}
99
{% set caso_packages = [
1010
'cronie',
1111
] %}

0 commit comments

Comments
 (0)