pin diskimage-builder version
Pin the version to a version capable of building deployable images. Master currently builds non-deployable images. See https://storyboard.openstack.org/#!/story/2002052 for more details. Change-Id: Ie0b7a37976668c5d980ee8895ae00c6c32a30975
This commit is contained in:
parent
025267213a
commit
8d990184c2
@ -64,7 +64,7 @@ pushd ~/dib
|
||||
# install dib
|
||||
pip install pbr # newton pbr is too old
|
||||
if [[ ! -d ~/dib/diskimage-builder ]]; then
|
||||
git clone https://github.com/openstack/diskimage-builder/
|
||||
git clone https://github.com/openstack/diskimage-builder/ -b 2.10.1
|
||||
fi
|
||||
# let's use a newer kernel for interfaces we may need
|
||||
if ! grep -q linux-image-generic-lts-xenial ~/dib/diskimage-builder/diskimage_builder/elements/ubuntu/package-installs.yaml; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user