Browse code

Don't clone dib-utils in install_heat

It's not used, and a recent change to trim down projects lists in
devstack-gate broke devstack in the gate that enabled heat.

(Cherry-picked from 201c01f19b855aec3521c206fc0add5a01940c4b)

Change-Id: I405423bdc9ba8dd9b30fce6fdceacccf662d5da3

Monty Taylor authored on 2016/10/18 21:24:00
Showing 1 changed files
... ...
@@ -40,7 +40,6 @@ HEAT_DIR=$DEST/heat
40 40
 HEAT_CFNTOOLS_DIR=$DEST/heat-cfntools
41 41
 HEAT_TEMPLATES_REPO_DIR=$DEST/heat-templates
42 42
 OCC_DIR=$DEST/os-collect-config
43
-DIB_UTILS_DIR=$DEST/dib-utils
44 43
 ORC_DIR=$DEST/os-refresh-config
45 44
 OAC_DIR=$DEST/os-apply-config
46 45
 
... ...
@@ -276,7 +275,6 @@ function install_heat_other {
276 276
     git_clone $OAC_REPO $OAC_DIR $OAC_BRANCH
277 277
     git_clone $OCC_REPO $OCC_DIR $OCC_BRANCH
278 278
     git_clone $ORC_REPO $ORC_DIR $ORC_BRANCH
279
-    git_clone $DIB_UTILS_REPO $DIB_UTILS_DIR $DIB_UTILS_BRANCH
280 279
 }
281 280
 
282 281
 # start_heat() - Start running processes, including screen
... ...
@@ -420,7 +418,7 @@ function create_heat_accounts {
420 420
 
421 421
 # build_heat_pip_mirror() - Build a pip mirror containing heat agent projects
422 422
 function build_heat_pip_mirror {
423
-    local project_dirs="$OCC_DIR $OAC_DIR $ORC_DIR $HEAT_CFNTOOLS_DIR $DIB_UTILS_DIR"
423
+    local project_dirs="$OCC_DIR $OAC_DIR $ORC_DIR $HEAT_CFNTOOLS_DIR"
424 424
     local projpath proj package
425 425
 
426 426
     rm -rf $HEAT_PIP_REPO