Skip to content

Commit 58f83d7

Browse files
hrwyoctozepto
authored andcommitted
cloudkitty-api: make sure that we install packages
Debuntu binary images did not got packages installed. Change-Id: Ie28e8580406f3f805500ed4020895e5e9ebf7c31 (cherry picked from commit a8fcb02)
1 parent 8c29f15 commit 58f83d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker/cloudkitty/cloudkitty-api/Dockerfile.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1313
{% set cloudkitty_api_packages = [
1414
'openstack-cloudkitty-api'
1515
] %}
16-
{{ macros.install_packages(cloudkitty_api_packages | customizable("packages")) }}
17-
1816
{% elif base_package_type == 'deb' %}
1917

2018
{% set cloudkitty_api_packages = [
@@ -23,12 +21,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2321

2422
{% endif %}
2523
{% elif install_type == 'source' %}
26-
2724
{% set cloudkitty_api_packages = [
2825
] %}
29-
{{ macros.install_packages(cloudkitty_api_packages | customizable("packages")) }}
3026
{% endif %}
3127

28+
{{ macros.install_packages(cloudkitty_api_packages | customizable("packages")) }}
29+
3230
COPY extend_start.sh /usr/local/bin/kolla_cloudkitty_extend_start
3331
RUN chmod 755 /usr/local/bin/kolla_cloudkitty_extend_start
3432

0 commit comments

Comments
 (0)