Merge "Fix Virtuozzo CI"

This commit is contained in:
Zuul 2018-11-02 15:29:36 +00:00 committed by Gerrit Code Review
commit ee9846132d
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ function upload_image {
image create \
"$image_name" --public \
--container-format=bare --disk-format=ploop \
--property hypervisor_type=vz \
--property vm_mode=$vm_mode < "${image}"
return
fi