Skip to content

Commit

Permalink
Correct ephemeral disk cache filename.
Browse files Browse the repository at this point in the history
Fixes a typo that was added in 23987c1.

Fixes LP Bug #1047628.

Change-Id: Ia525288b758c2f5a4825394b24810c509962c961
  • Loading branch information
dprince committed Sep 7, 2012
1 parent 16c965a commit b97a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/virt/libvirt/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ def raw(fname):
eph['size'],
instance["os_type"])
image(_get_eph_disk(eph)).cache(fetch_func=fn,
fileman=fname,
filename=fname,
size=size,
ephemeral_size=eph['size'])

Expand Down

0 comments on commit b97a0be

Please sign in to comment.