Fix Ussuri requirements for Victoria grenade

Victoria grenade job is broken because diskimage-builder is missing
when deploying Ussuri.
A previous commit that fixed l-c and requirements incorrectly removed it
(Ia2b49128258b18653865622022e8877489f0087b)

Change-Id: I6ce224d3f5413f1ba1f9972576ec51a89d249886
This commit is contained in:
Gregory Thiemonge 2021-01-12 17:14:12 +01:00
parent 8816de4161
commit 01b9dcf390
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ cryptography==2.1
debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
diskimage-builder==2.24.0
diskimage-builder==2.27.0
distro===1.2.0
doc8==0.6.0
docutils==0.14

View File

@ -39,6 +39,7 @@ pyOpenSSL>=17.1.0 # Apache-2.0
WSME>=0.8.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
taskflow>=4.1.0 # Apache-2.0
diskimage-builder>=2.27.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
tenacity>=5.0.4 # Apache-2.0
distro>=1.2.0 # Apache-2.0