]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Make i386 cfntools jeos work
authorSteven Dake <sdake@redhat.com>
Thu, 24 May 2012 01:24:57 +0000 (18:24 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 24 May 2012 18:32:08 +0000 (11:32 -0700)
was expectin cfg-* instead of cfn-*

Change-Id: I6234829d92a33e8bd4a8fab246ded2c1a43afc55
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/jeos/F16-i386-cfntools-jeos.tdl

index 35b7d6ac5e4c162fe021ac659a071bf82f84964d..d7f7b431ecdb675557bbe02122d0db63ab7f8d1b 100644 (file)
@@ -11,7 +11,7 @@
   <description>Fedora 16</description>
   <commands>
     <command name='commands'>
-yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfg-*
+yum -y update --skip-broken;yum -y install yum-plugin-fastestmirror;yum -y update;/usr/sbin/useradd ec2-user;echo -e 'ec2-user\tALL=(ALL)\tNOPASSWD: ALL' >> /etc/sudoers;yum -y install cloud-init;cat >> /etc/rc.d/rc.local &lt;&lt; EOF;chmod +x /etc/rc.d/rc.local;chmod +x /opt/aws/bin/cfn-*
 #!/bin/bash
 setenforce 0
 EOF