diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-23 14:12:43 -0800 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-23 14:12:43 -0800 |
| commit | a508e2dce781b98db5a719df75a451d9a2727fca (patch) | |
| tree | 94cb108ca5fbd5f93121c4d009acaf5d3d89a8e2 /nova | |
| parent | 1183c9e11b12984b1f5007ace831864e80483712 (diff) | |
| download | nova-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.py | 1 |
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) |
