Add virtualenv to packages downladed
Add virtualenv to packages downladed for ironic image creation. Change-Id: I1ee37fadbaab6669ec2341d0754f9f31d331f9cf
This commit is contained in:
parent
3aa5fcd8fc
commit
90ed4f31ba
@ -52,7 +52,7 @@ function make-base-image {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# install needed binaries
|
# install needed binaries
|
||||||
apt-get install -y kpartx parted qemu-utils
|
apt-get install -y kpartx parted qemu-utils virtualenv
|
||||||
|
|
||||||
mkdir -p ~/dib
|
mkdir -p ~/dib
|
||||||
pushd ~/dib
|
pushd ~/dib
|
||||||
|
Loading…
Reference in New Issue
Block a user