Merge "Ensure dependencies are present for dib image build"

This commit is contained in:
Jenkins 2015-06-09 19:50:18 +00:00 committed by Gerrit Code Review
commit 3d5a4b9517

View File

@ -59,6 +59,9 @@
- name: "Shade - Installing patched shade library."
pip: name=shade state=latest
when: skip_install is not defined and (shade_source_install is not defined or shade_source_install == false) and (ci_testing == false)
- name: "dib-utils - install from pip"
pip: name=dib-utils state=present
when: skip_install is not defined and create_image_via_dib == true
- name: "Include diskimage-builder installation"
include: dib_install.yml
when: create_image_via_dib == true