diff options
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/api/openstack/compute/servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/servers.py b/nova/api/openstack/compute/servers.py index ef7e29ac0..c4a76da49 100644 --- a/nova/api/openstack/compute/servers.py +++ b/nova/api/openstack/compute/servers.py @@ -877,7 +877,7 @@ class Controller(wsgi.Controller): common.raise_http_conflict_for_instance_invalid_state(state_error, 'reboot') except Exception, e: - LOG.exception(_("Error in reboot %s"), e) + LOG.exception(_("Error in reboot %s"), e, instance=instance) raise exc.HTTPUnprocessableEntity() return webob.Response(status_int=202) |
