Mention dib-utils package in sample instructions

dib-utils has moved to its own package, and needs to be installed as
part of a minimal usage of diskimage-builder

Change-Id: If89c90e312fb9d1babde801eff61b62173b3b27d
This commit is contained in:
James Polley 2014-11-04 14:37:16 +01:00
parent 2a656d8c88
commit 544d57e22d
1 changed files with 7 additions and 4 deletions

View File

@ -12,10 +12,13 @@ Checkout this source tree and also the diskimage builder, export an
ELEMENTS\_PATH to add elements from this tree, and build any disk images you
need.
git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git
export ELEMENTS_PATH=tripleo-image-elements/elements
diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser heat-cfntools -a i386 -o bootstrap
virtualenv .
source bin/activate
pip install dib-utils pyyaml
git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://git.openstack.org/openstack/tripleo-image-elements.git
export ELEMENTS_PATH=tripleo-image-elements/elements
diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser heat-cfntools -a i386 -o bootstrap
Common element combinations
---------------------------