Merge "Ensure install of diskimage-create.sh requirements"

This commit is contained in:
Zuul 2020-09-24 22:38:38 +00:00 committed by Gerrit Code Review
commit afe9ac3cfc
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ function install_diskimage_builder {
GITBRANCH["diskimage-builder"]=$DISKIMAGE_BUILDER_REPO_REF
git_clone_by_name "diskimage-builder"
setup_dev_lib -bindep "diskimage-builder"
else
pip_install -r $OCTAVIA_DIR/diskimage-create/requirements.txt
fi
}