Merge "Fixes links in README.md"

This commit is contained in:
Jenkins 2014-02-24 13:35:20 +00:00 committed by Gerrit Code Review
commit 4d1ab4b4c1
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Image building rules for OpenStack images
========================================= =========================================
These elements are used to build disk images for deploying OpenStack via Heat. These elements are used to build disk images for deploying OpenStack via Heat.
They are built as part of the TripleO (https://github.com/tripleo/incubator) They are built as part of the TripleO (https://wiki.openstack.org/wiki/TripleO)
umbrella project. umbrella project.
Instructions Instructions
@ -12,8 +12,8 @@ Checkout this source tree and also the diskimage builder
(https://github.com/openstack/diskimage-builder), export an ELEMENTS\_PATH (https://github.com/openstack/diskimage-builder), export an ELEMENTS\_PATH
to add elements from this tree, and build any disk images you need. to add elements from this tree, and build any disk images you need.
git clone https://github.com/openstack/diskimage-builder.git git clone https://git.openstack.org/openstack/diskimage-builder.git
git clone https://github.com/openstack/tripleo-image-elements.git git clone https://git.openstack.org/openstack/tripleo-image-elements.git
export ELEMENTS_PATH=tripleo-image-elements/elements 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 diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser heat-cfntools -a i386 -o bootstrap