diff options
| author | Josh Kearney <josh@jk0.org> | 2011-05-06 13:48:19 -0500 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-05-06 13:48:19 -0500 |
| commit | ff036fb229e7ff1c73d6be395fbb3b2807b9eb53 (patch) | |
| tree | 652d8dbcd7c2cae6404beb8ebad5a99cc97c40df /nova/virt | |
| parent | 791f8dc895b97caa9395a52113823bde37ae6cfa (diff) | |
| parent | 016be4ccdfe3f7791021bc717a1445b36cde371f (diff) | |
Merged trunk
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/fake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/fake.py b/nova/virt/fake.py index 33f37b512..5ac376e46 100644 --- a/nova/virt/fake.py +++ b/nova/virt/fake.py @@ -367,7 +367,7 @@ class FakeConnection(driver.ComputeDriver): return [0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L] def get_console_output(self, instance): - return 'FAKE CONSOLE OUTPUT' + return 'FAKE CONSOLE\xffOUTPUT' def get_ajax_console(self, instance): return {'token': 'FAKETOKEN', |
