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
| ... | ... |
@@ -36,7 +36,6 @@ HEAT_DIR=$DEST/heat |
| 36 | 36 |
HEAT_CFNTOOLS_DIR=$DEST/heat-cfntools |
| 37 | 37 |
HEAT_TEMPLATES_REPO_DIR=$DEST/heat-templates |
| 38 | 38 |
OCC_DIR=$DEST/os-collect-config |
| 39 |
-DIB_UTILS_DIR=$DEST/dib-utils |
|
| 40 | 39 |
ORC_DIR=$DEST/os-refresh-config |
| 41 | 40 |
OAC_DIR=$DEST/os-apply-config |
| 42 | 41 |
|
| ... | ... |
@@ -220,7 +219,6 @@ function install_heat_other {
|
| 220 | 220 |
git_clone $OAC_REPO $OAC_DIR $OAC_BRANCH |
| 221 | 221 |
git_clone $OCC_REPO $OCC_DIR $OCC_BRANCH |
| 222 | 222 |
git_clone $ORC_REPO $ORC_DIR $ORC_BRANCH |
| 223 |
- git_clone $DIB_UTILS_REPO $DIB_UTILS_DIR $DIB_UTILS_BRANCH |
|
| 224 | 223 |
} |
| 225 | 224 |
|
| 226 | 225 |
# start_heat() - Start running processes, including screen |
| ... | ... |
@@ -295,7 +293,7 @@ function create_heat_accounts {
|
| 295 | 295 |
|
| 296 | 296 |
# build_heat_pip_mirror() - Build a pip mirror containing heat agent projects |
| 297 | 297 |
function build_heat_pip_mirror {
|
| 298 |
- local project_dirs="$OCC_DIR $OAC_DIR $ORC_DIR $HEAT_CFNTOOLS_DIR $DIB_UTILS_DIR" |
|
| 298 |
+ local project_dirs="$OCC_DIR $OAC_DIR $ORC_DIR $HEAT_CFNTOOLS_DIR" |
|
| 299 | 299 |
local projpath proj package |
| 300 | 300 |
|
| 301 | 301 |
rm -rf $HEAT_PIP_REPO |