diff -Nru cloud-utils-0.27/debian/changelog cloud-utils-0.27/debian/changelog --- cloud-utils-0.27/debian/changelog 2014-04-03 16:30:31.000000000 +0000 +++ cloud-utils-0.27/debian/changelog 2014-04-07 12:52:19.000000000 +0000 @@ -1,3 +1,9 @@ +cloud-utils (0.27-0ubuntu9) trusty; urgency=medium + + * fix regression bug in all uses of ubuntu-ec2-run (LP: #1303786). + + -- Scott Moser Mon, 07 Apr 2014 08:52:18 -0400 + cloud-utils (0.27-0ubuntu8) trusty; urgency=medium * sync to trunk at revno 259 diff -Nru cloud-utils-0.27/debian/patches/sync-to-trunk.patch cloud-utils-0.27/debian/patches/sync-to-trunk.patch --- cloud-utils-0.27/debian/patches/sync-to-trunk.patch 2014-04-03 16:23:09.000000000 +0000 +++ cloud-utils-0.27/debian/patches/sync-to-trunk.patch 2014-04-07 12:48:56.000000000 +0000 @@ -1,5 +1,13 @@ Patch created with './debian/update-sync-to-main ../trunk' ------------------------------------------------------------ +revno: 260 +fixes bug: https://launchpad.net/bugs/1303786 +committer: Scott Moser +branch nick: trunk +timestamp: Mon 2014-04-07 08:43:08 -0400 +message: + ubuntu-ec2-run: fix regression in normal usage path +------------------------------------------------------------ revno: 259 fixes bug: https://launchpad.net/bugs/1302052 committer: Scott Moser @@ -1890,7 +1898,7 @@ === modified file 'bin/ubuntu-ec2-run' --- old/bin/ubuntu-ec2-run 2013-02-04 16:33:18 +0000 -+++ new/bin/ubuntu-ec2-run 2014-03-13 14:46:55 +0000 ++++ new/bin/ubuntu-ec2-run 2014-04-07 12:43:08 +0000 @@ -20,7 +20,7 @@ # along with this program. If not, see . @@ -1938,7 +1946,7 @@ + 'i2.8xlarge': (32,104,244,8,800,SSD), + 'hs1.8xlarge': (16,35,117,2,2048,SPIN), + 'hi1.4xlarge': (16,35,60.5,2,1024,SSD), -+ 't1.micro': (1,.1,0.615,0x0,None), ++ 't1.micro': (1,.1,0.615,0,0,None), +} def get_argopt(args, optnames):