summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2011-05-05 07:53:04 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2011-05-05 07:53:04 +0400
commit6ee9c2f2b9a7b359336cfad0c5c6b4e1ef78a0da (patch)
tree707c2a808ac9b993abf402c7b2444d2266ad5ccc
parent8f1d3ec3719f1c8cd587b653d380365ef0c16f51 (diff)
Removed extra newline after get_console_output in fake virt driver.
-rw-r--r--nova/virt/fake.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/virt/fake.py b/nova/virt/fake.py
index 832487deb..5ac376e46 100644
--- a/nova/virt/fake.py
+++ b/nova/virt/fake.py
@@ -369,7 +369,6 @@ class FakeConnection(driver.ComputeDriver):
def get_console_output(self, instance):
return 'FAKE CONSOLE\xffOUTPUT'
-
def get_ajax_console(self, instance):
return {'token': 'FAKETOKEN',
'host': 'fakeajaxconsole.com',