Correct template path and metadata path in quick start

template path `elements/nova/os-config-applier' and metadata path
`elements/boot-stack/config.json' do not exist anymore in latest
`tripleo-image-elements' project. A workable quick start is
essentially important for beginners, so correct the two places.

Change-Id: I7d55a4c6766031d85e3a8ea1ba3a2afb2f802f46
This commit is contained in:
JUN JIE NAN
2013-12-06 15:19:13 +08:00
parent f2fbb446a9
commit 691d04f0f9

View File

@@ -133,4 +133,4 @@ Quick Start
git clone git://git.openstack.org/openstack/tripleo-image-elements /tmp/config
# run it
os-apply-config -t /tmp/config/elements/nova/os-config-applier/ -m /tmp/config/elements/boot-stack/config.json -o /tmp/config_output
os-apply-config -t /tmp/config/elements/nova/os-apply-config/ -m /tmp/config/elements/seed-stack-config/config.json -o /tmp/config_output