kolla-build list-dependencies option doesn't work

Bug #1606450 reported by satoshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Medium
Unassigned

Bug Description

error info:
----------------
$ kolla-build --base ubuntu --type source --list-dependencies
INFO:kolla.image.build:Found the docker image folder at /usr/local/share/kolla/docker
Nothing matched!
----------------

fix:
build.py
----------------
def run_build():
    ...
    if conf.list_dependencies:
        kolla.build_image_list()
        kolla.find_parents()
        kolla.filter_images() # adding this line can fix it
        kolla.list_dependencies()
        return
----------------

Tags: kolla
Revision history for this message
satoshi (satoshifffff-c) wrote :

It seems option '--save-dependency' has the same problem.

Changed in kolla:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Swapnil Kulkarni (coolsvap)
milestone: none → newton-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/347169

Changed in kolla:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/347169
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=843f934ede4c84491c3c94819484321829203f3d
Submitter: Jenkins
Branch: master

commit 843f934ede4c84491c3c94819484321829203f3d
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Tue Jul 26 13:27:17 2016 +0530

    Make kolla-build list-dependencies option work

    Change-Id: I465cc8a79b12c188569c9537e14763a6bef8dd43
    Closes-Bug:#1606450

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 3.0.0.0b3

This issue was fixed in the openstack/kolla 3.0.0.0b3 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.