diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 17:04:55 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-03-24 17:04:55 -0700 |
| commit | f2f08a5b0309876bb312c9124e75bd89331c4816 (patch) | |
| tree | d934cad3a2f1201df6e778fabaf586b5fe7e698e /nova/virt | |
| parent | 1ca149a00788253a025b02602c5f0d317d6652a9 (diff) | |
make everything work with trunk again
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/libvirt_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt_conn.py b/nova/virt/libvirt_conn.py index 9cd0e8ac9..41adbfe27 100644 --- a/nova/virt/libvirt_conn.py +++ b/nova/virt/libvirt_conn.py @@ -626,7 +626,7 @@ class LibvirtConnection(driver.ComputeDriver): return {'token': token, 'host': host, 'port': port} - _image_sems = {} # FIXME: why is this here? (anthony) + _image_sems = {} # FIXME: why is this here? (anthony) @staticmethod def _cache_image(fn, target, fname, cow=False, *args, **kwargs): |
