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:
Matthew Thode 2018-06-07 13:47:45 -05:00
parent 025267213a
commit 8d990184c2
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8

View File

@ -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