From: Jeff Peeler Date: Wed, 28 Mar 2012 02:45:42 +0000 (-0400) Subject: Fix misspelling of Ubuntu so tdl is properly found. X-Git-Tag: 2014.1~2143 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3b49124ee356c9b51f1f2f1615d66e83d47cde1f;p=openstack-build%2Fheat-build.git Fix misspelling of Ubuntu so tdl is properly found. Found while looking at issue #29. Signed-off-by: Jeff Peeler --- diff --git a/bin/heat b/bin/heat index 20e36280..1791bbce 100755 --- a/bin/heat +++ b/bin/heat @@ -242,7 +242,7 @@ def jeos_create(options, arguments): elif distro == 'F17': iso = '/var/lib/libvirt/images/Fedora-17-x86_64-DVD.iso' elif distro == 'U10': - iso = '/var/lib/libvirt/images/ubutnu-10.04.3-server-amd64.iso' + iso = '/var/lib/libvirt/images/ubuntu-10.04.3-server-amd64.iso' else: print 'distro %s not supported' % distro print 'try: F15, F16, F17 or U10'