]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api: ec2token remove unnecessary jsonutils retry
authorSteven Hardy <shardy@redhat.com>
Thu, 2 May 2013 19:14:13 +0000 (20:14 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 2 May 2013 19:14:13 +0000 (20:14 +0100)
commit34cc7d2ca927fc94ca7d359ae0ea1e3136c9449c
tree0c7b3f4b0e60bafd418096440e205abc1c27e30d
parent147e1e6afe28e24ef7b508ca7fed0bb0a926b6f0
heat api: ec2token remove unnecessary jsonutils retry

Remove the try/catch around jsonutils dumps, since this is
handled internally by jsonutils via the dumps default parameter

Change-Id: I66c63b441f61cde506ef40e3eace60c3c41e90ca
heat/api/aws/ec2token.py