]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix misspelling of Ubuntu so tdl is properly found.
authorJeff Peeler <jpeeler@redhat.com>
Wed, 28 Mar 2012 02:45:42 +0000 (22:45 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Wed, 28 Mar 2012 02:45:42 +0000 (22:45 -0400)
Found while looking at issue #29.

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
bin/heat

index 20e362801dadaa7be3b2405f9286d00f40e6c824..1791bbce5a5137f224e4879f4cbecbf91a7b33f9 100755 (executable)
--- 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'