Comment 13 for bug 1706549

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/rocky)

Reviewed: https://review.opendev.org/692994
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=954c32f8b964a7f52f7f778efab2c02b8f1fe99d
Submitter: Zuul
Branch: stable/rocky

commit 954c32f8b964a7f52f7f778efab2c02b8f1fe99d
Author: Marcin Juszkiewicz <email address hidden>
Date: Thu Oct 17 03:36:17 2019 -0700

    get 'apt_*' options of kolla-build.conf working again

    We broke 'apt_sources_list' and 'apt_preferences' options quite a while
    ago. Turned out that fix is quite simple.

    This change adds empty sources.list and apt-preferences files which are
    always added into images. If kolla-build.conf will use any of APT
    related options then those files will be replaced with provided ones.

    Change-Id: I7bbdcbd5c60f654a484a872209e0537e3950346c
    Closes-bug: #1706549
    (cherry picked from commit bf20b41e7dea702b693fa98ea27822c8a33a5591)