diff options
| author | Mark Washenberger <mark.washenberger@rackspace.com> | 2011-11-28 09:33:01 -0500 |
|---|---|---|
| committer | Mark Washenberger <markw@poledra.(none)> | 2011-11-28 09:53:56 -0500 |
| commit | 88196c3a4fa9cbf549594fe4d6128fcfab76ff66 (patch) | |
| tree | 7923a9a0b7c9bf041083c89695d2eee34c1e49e9 /nova/virt | |
| parent | 43bb342296936887a33deba4fb4666eadc747244 (diff) | |
Use instance uuids for consoles and diagnostics.
Related to blueprint internal-uuids.
Change-Id: I84735c177592b669591d4409ce35138bf7a3c796
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 d4a554c81..e860f72d5 100644 --- a/nova/virt/fake.py +++ b/nova/virt/fake.py @@ -191,7 +191,7 @@ class FakeConnection(driver.ComputeDriver): 'cpu_time': 0} def get_diagnostics(self, instance_name): - return {} + return 'FAKE_DIAGNOSTICS' def get_all_bw_usage(self, start_time, stop_time=None): """Return bandwidth usage info for each interface on each |
