tripleo-common/tripleo_common
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
..
filters Bring back custom nova filters for undercloud 2021-02-22 11:40:46 +05:30
image Fix ImageBuildManager initialization after BaseImageManager changes 2022-07-26 18:12:12 +02:00
releasenotes/notes Wire in parameters.convert_docker_params 2019-04-10 13:25:39 -04:00
templates Fix reference to undefined variables when heat-config times out 2022-01-20 10:55:35 +09:00
tests Merge "Stop generating KeystoneFernetKey[01]" 2022-07-06 06:14:03 +00:00
utils Stop generating KeystoneFernetKey[01] 2022-06-29 09:14:16 +09:00
__init__.py Add ReNo support 2017-01-12 12:06:02 +00:00
arch.py Remove unused cirros_arch 2022-04-27 11:28:27 +09:00
constants.py Stop generating KeystoneFernetKey[01] 2022-06-29 09:14:16 +09:00
exception.py Remove six library 2021-10-06 08:53:45 +00:00
i18n.py Update the documentation link for doc migration 2017-07-25 15:00:27 +08:00
inventories.py Re-factor inventory.py use setdefault pervasively 2021-01-19 09:17:01 +01:00
inventory.py Revert "task-core file generation" 2022-05-18 09:27:36 +10:00
update.py Remove six library 2021-10-06 08:53:45 +00:00