Use promotion process for diskimage-builder

diskimage-builder is no longer under the tripleo umbrella so we should
use the package from the tested repo instead of current.

Change-Id: Iad38eabb8380a9cf72d8690dd3f54775dec3b88f
Related-Bug: #1765123
This commit is contained in:
Alex Schultz 2018-04-18 10:24:27 -06:00
parent 8961edcd2d
commit ef4e12ed59
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import requests
TITLE_RE = re.compile('\[(.*)\]')
PRIORITY_RE = re.compile('priority=\d+')
# Packages to be included from delorean-current when using current-tripleo
INCLUDE_PKGS = ('includepkgs=diskimage-builder,instack,instack-undercloud,'
INCLUDE_PKGS = ('includepkgs=instack,instack-undercloud,'
'os-apply-config,os-collect-config,os-net-config,'
'os-refresh-config,python-tripleoclient,'
'openstack-tripleo-*,openstack-puppet-modules,'