diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-05-24 07:36:32 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-05-24 07:36:32 -0700 |
| commit | b8fd215635b850bb9c0309fd7e8e723a78250c32 (patch) | |
| tree | eae8295bf6b21631c4be0a1da101959583c7f9d3 /nova/api | |
| parent | 374dc10e07647a54ce76688231e782703896daaa (diff) | |
removed most of debugging code
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index f726a3709..f3fa36028 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -190,7 +190,7 @@ class Controller(common.OpenstackController): inst['image_id'] = requested_image_id # TODO(sandy): REMOVE THIS - LOG.debug(_("***** INST = %(inst)s") % locals()) #pep8 + LOG.debug(_("***** API.OPENSTACK.SERVER.CREATE = %(inst)s") % locals()) #pep8 builder = self._get_view_builder(req) server = builder.build(inst, is_detail=True) |
