diff options
| author | Yuriy Taraday <yorik.sar@gmail.com> | 2011-05-05 07:53:04 +0400 |
|---|---|---|
| committer | Yuriy Taraday <yorik.sar@gmail.com> | 2011-05-05 07:53:04 +0400 |
| commit | 6ee9c2f2b9a7b359336cfad0c5c6b4e1ef78a0da (patch) | |
| tree | 707c2a808ac9b993abf402c7b2444d2266ad5ccc | |
| parent | 8f1d3ec3719f1c8cd587b653d380365ef0c16f51 (diff) | |
Removed extra newline after get_console_output in fake virt driver.
| -rw-r--r-- | nova/virt/fake.py | 1 |
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', |
