From b0d3633fe2ad9c02a3a5b465c2ccb11f2327004b Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 8 Sep 2015 14:07:36 -0400 Subject: [PATCH] Remove explicit ELEMENTS_PATH definition DIB appears to invoke it's default along with anything defined by ELEMENTS_PATH which results in the build process to fail. Closes-Bug: #1488969 Change-Id: I62e5ae543958193808ee110362fb18d49d1995c4 --- playbooks/roles/bifrost-create-dib-image/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml index 855df7ff7..9e3e8239f 100644 --- a/playbooks/roles/bifrost-create-dib-image/defaults/main.yml +++ b/playbooks/roles/bifrost-create-dib-image/defaults/main.yml @@ -1,7 +1,6 @@ --- dib_os_element: "debian" dib_env_vars: - ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements" http_proxy: "{{ lookup('env','http_proxy') }}" https_proxy: "{{ lookup('env','https_proxy') }}" DIB_INSTALL_TYPE_simple_init: repo