Comment 12 for bug 1706549

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

Reviewed: https://review.opendev.org/692993
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=0f320e34ea3e5f1b8dcc188a082071be7a49c1d0
Submitter: Zuul
Branch: stable/stein

commit 0f320e34ea3e5f1b8dcc188a082071be7a49c1d0
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)