From: Angus Salkeld Date: Mon, 19 Nov 2012 04:18:54 +0000 (+1100) Subject: r1 not defined X-Git-Tag: 2014.1~1196 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1f5fac70558d2ca440b04a88b5a1e1e9d740c504;p=openstack-build%2Fheat-build.git r1 not defined Change-Id: Icd1135f17512248d5c212ba88add386212510641 --- diff --git a/heat/api/openstack/v1/stacks.py b/heat/api/openstack/v1/stacks.py index ff4e1bf7..0461551d 100644 --- a/heat/api/openstack/v1/stacks.py +++ b/heat/api/openstack/v1/stacks.py @@ -93,7 +93,7 @@ class InstantiationData(object): try: conn.request("GET", url.path) resp = conn.getresponse() - logger.info('status %d' % r1.status) + logger.info('status %d' % resp.status) if resp.status != 200: raise exc.HTTPBadRequest(explanation=err_reason)