Merge "Fix buildimage job"

This commit is contained in:
Jenkins 2016-01-25 21:15:18 +00:00 committed by Gerrit Code Review
commit 1d6e3ff489
2 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,7 @@ if need_required_packages; then
if [ -n "$DIB_UPDATE_REQUESTED" ]; then if [ -n "$DIB_UPDATE_REQUESTED" ]; then
case "$platform" in case "$platform" in
"ubuntu") "ubuntu")
sudo apt-get update
sudo apt-get install $package_list -y sudo apt-get install $package_list -y
;; ;;
"opensuse") "opensuse")

View File

@ -29,6 +29,8 @@ commands = {posargs}
[testenv:buildimage] [testenv:buildimage]
commands = manila-image-create commands = manila-image-create
deps =
-r{toxinidir}/requirements.txt
[flake8] [flake8]
show-source = true show-source = true