Make kolla-build list-dependencies option work
Change-Id: I465cc8a79b12c188569c9537e14763a6bef8dd43 Closes-Bug:#1606450
This commit is contained in:
parent
9f596ffe4f
commit
843f934ede
@ -933,6 +933,7 @@ def run_build():
|
|||||||
if conf.list_dependencies:
|
if conf.list_dependencies:
|
||||||
kolla.build_image_list()
|
kolla.build_image_list()
|
||||||
kolla.find_parents()
|
kolla.find_parents()
|
||||||
|
kolla.filter_images()
|
||||||
kolla.list_dependencies()
|
kolla.list_dependencies()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user