Make kolla-build list-dependencies option work

Change-Id: I465cc8a79b12c188569c9537e14763a6bef8dd43
Closes-Bug:#1606450
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-07-26 13:27:17 +05:30
parent 9f596ffe4f
commit 843f934ede

View File

@ -933,6 +933,7 @@ def run_build():
if conf.list_dependencies:
kolla.build_image_list()
kolla.find_parents()
kolla.filter_images()
kolla.list_dependencies()
return