Merge "Add diskimage-builder to the list of libraries"

This commit is contained in:
Jenkins 2016-02-11 02:33:14 +00:00 committed by Gerrit Code Review
commit dab2f8b5ab
2 changed files with 5 additions and 0 deletions

View File

@ -483,6 +483,10 @@ GITBRANCH["ironic-lib"]=${IRONIC_LIB_BRANCH:-master}
# this doesn't exist in a lib file, so set it here
GITDIR["ironic-lib"]=$DEST/ironic-lib
# diskimage-builder tool
GITREPO["diskimage-builder"]=${DIB_REPO:-${GIT_BASE}/openstack/diskimage-builder.git}
GITBRANCH["diskimage-builder"]=${DIB_BRANCH:-master}
GITDIR["diskimage-builder"]=$DEST/diskimage-builder
##################
#

View File

@ -42,6 +42,7 @@ ALL_LIBS+=" python-neutronclient tooz ceilometermiddleware oslo.policy"
ALL_LIBS+=" debtcollector os-brick automaton futurist oslo.service"
ALL_LIBS+=" oslo.cache oslo.reports osprofiler"
ALL_LIBS+=" keystoneauth ironic-lib oslo.privsep"
ALL_LIBS+=" diskimage-builder"
# Generate the above list with
# echo ${!GITREPO[@]}