diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-15 18:29:26 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-15 18:29:26 -0700 |
| commit | f91d7925761f8204fdd46435ff57d74ae17483cf (patch) | |
| tree | 9998397b46902a35986346b8d77174cb7d66473a /nova/api | |
| parent | 10ae2e194e2c429620407ce5be7ce59ac5ccd761 (diff) | |
| download | nova-f91d7925761f8204fdd46435ff57d74ae17483cf.tar.gz nova-f91d7925761f8204fdd46435ff57d74ae17483cf.tar.xz nova-f91d7925761f8204fdd46435ff57d74ae17483cf.zip | |
first pass openstack redirect working
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index 85999764f..ffcbe628c 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -343,6 +343,7 @@ class Controller(wsgi.Controller): """ Permit Admins to Pause the server. """ ctxt = req.environ['nova.context'] try: + LOG.debug(_("*** Compute.api::pause %s"), id) self.compute_api.pause(ctxt, id) except: readable = traceback.format_exc() |
