diff options
| author | Rick Clark <rick@openstack.org> | 2010-11-30 16:09:31 -0600 |
|---|---|---|
| committer | Rick Clark <rick@openstack.org> | 2010-11-30 16:09:31 -0600 |
| commit | ffa41022463c23a67dda2a6de74b6d5203cb37ac (patch) | |
| tree | f3690102584c9d4b26cca670a144c578c3ddb73e /nova/compute | |
| parent | 4b74a1b243d87d53e660029728d12a9c067deeac (diff) | |
Fixed termie's tiny bits from the prior merge request
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/disk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/disk.py b/nova/compute/disk.py index d762b8087..9ba827519 100644 --- a/nova/compute/disk.py +++ b/nova/compute/disk.py @@ -134,8 +134,8 @@ def inject_data(image, key=None, net=None, partition=None, execute=None): else: mapped_device = device - # We can only loopback mount raw images. If the device isn't there, - # it's normally because it's a .vmdk or a .vdi etc + # We can only loopback mount raw images. If the device isn't there, + # it's normally because it's a .vmdk or a .vdi etc if not os.path.exists(mapped_device): raise exception.Error('Mapped device was not found (we can' ' only inject raw disk images): %s' % |
