summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-02-23 14:12:43 -0800
committerJustin Santa Barbara <justin@fathomdb.com>2011-02-23 14:12:43 -0800
commita508e2dce781b98db5a719df75a451d9a2727fca (patch)
tree94cb108ca5fbd5f93121c4d009acaf5d3d89a8e2 /nova
parent1183c9e11b12984b1f5007ace831864e80483712 (diff)
downloadnova-a508e2dce781b98db5a719df75a451d9a2727fca.tar.gz
nova-a508e2dce781b98db5a719df75a451d9a2727fca.tar.xz
nova-a508e2dce781b98db5a719df75a451d9a2727fca.zip
Make sure there are two blank links after the import
Diffstat (limited to 'nova')
-rw-r--r--nova/api/openstack/servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py
index ce4a6256a..6c227d71a 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -31,6 +31,7 @@ from nova.compute import instance_types
from nova.compute import power_state
import nova.api.openstack
+
LOG = logging.getLogger('server')
LOG.setLevel(logging.DEBUG)