diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-10 13:56:24 -0800 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-10 13:56:24 -0800 |
| commit | f110e718807ea4747a0ff95138c488961257aa7f (patch) | |
| tree | 02697f014c427e45fa524f786d4f5a90831c559e /nova | |
| parent | f81d925f86670e3ed32d815c219824f627d82bc2 (diff) | |
| download | nova-f110e718807ea4747a0ff95138c488961257aa7f.tar.gz nova-f110e718807ea4747a0ff95138c488961257aa7f.tar.xz nova-f110e718807ea4747a0ff95138c488961257aa7f.zip | |
pep8 fun
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/integrated/api/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/integrated/api/client.py b/nova/tests/integrated/api/client.py index d424a6428..da8d87e07 100644 --- a/nova/tests/integrated/api/client.py +++ b/nova/tests/integrated/api/client.py @@ -104,7 +104,7 @@ class TestOpenStackClient(object): 'X-Auth-Key': self.auth_key} response = self.request(auth_uri, headers=headers) - + http_status = response.status LOG.debug(_("%(auth_uri)s => code %(http_status)s") % locals()) @@ -131,7 +131,7 @@ class TestOpenStackClient(object): headers['X-Auth-Token'] = auth_result['x-auth-token'] response = self.request(full_uri, **kwargs) - + http_status = response.status LOG.debug(_("%(relative_uri)s => code %(http_status)s") % locals()) |
