Skip to content
Snippets Groups Projects
Commit 2660bbee authored by gong yong sheng's avatar gong yong sheng
Browse files

Call filter_images before save dependencies

save_dependency function needs the image status which is set
by filter_images.

Change-Id: I7aa097c94d59de9389d8a53babe63d8b991a6e23
Closes-bug: 1623291
parent 16e79775
No related branches found
No related tags found
No related merge requests found
......@@ -944,6 +944,7 @@ def run_build():
if conf.save_dependency:
kolla.build_image_list()
kolla.find_parents()
kolla.filter_images()
kolla.save_dependency(conf.save_dependency)
LOG.info('Docker images dependency are saved in %s',
conf.save_dependency)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment