tripleo-common/tripleo_common/image
Miguel Garcia 6939ec8b46 Fix ImageBuildManager initialization after BaseImageManager changes
BaseImageManager's init function used to take two arguments:
'config_files' and 'images' in that order. Commit
08a8118f1b added another one in between
the two, 'template_dir'.

ImageBuildManager inherits from BaseImageManager and calls its init
function with 'config_files' and 'images' as positional arguments, which
no longer works because 'images' is now the third argument. Therefore
the value passed as 'images' gets quietly written as 'template_dir'
instead.

Passing 'images' as a keyword argument instead solves the issue.

Change-Id: I591345985ccbb8ebfdf9848104478ec1aadb4a7f
2022-07-26 18:12:12 +02:00
..
builder Remove six library 2021-10-06 08:53:45 +00:00
__init__.py Build image files from definitions in yaml 2016-03-18 11:43:32 -04:00
base.py Split off Ceph related container images 2022-02-03 14:33:55 +01:00
build.py Fix ImageBuildManager initialization after BaseImageManager changes 2022-07-26 18:12:12 +02:00
exception.py Add exponential backoff to ratelimited requests 2020-08-06 10:25:29 -06:00
image_builder.py Remove six library 2021-10-06 08:53:45 +00:00
image_export.py build_catalog should loop deeper than one level 2022-03-24 10:50:51 -04:00
image_uploader.py Remove /v2 URL extension 2022-05-18 10:43:06 +10:00
kolla_builder.py Split off Ceph related container images 2022-02-03 14:33:55 +01:00