Files
nova/nova
Tony Breeds 51fd0f0efd Fix is_image_extendable() thinko
In change I34e2f29e1f068636036226a7745d88640f724d93 (virt: convert disk API
over to use nova.virt.image.model) is_image_extendable() causes instances to
fail to boot with:

Traceback (most recent call last):
<snip>
  File "/opt/stack/nova/nova/virt/disk/api.py", line 272, in is_image_extendable
    utils.execute('e2label', image.file)
AttributeError: 'LocalFileImage' object has no attribute 'file'

Use image.path instead

Change-Id: Ia7c3375dc962b369f82c6a5ffb438a4b74330cd9
2015-06-30 19:12:31 +10:00
..
2015-04-21 13:57:56 +08:00
2015-06-01 12:19:29 -07:00
2015-06-25 17:40:35 +00:00
2015-06-30 19:12:31 +10:00
2015-06-30 19:12:31 +10:00
2015-06-15 16:32:23 +03:00
2015-05-25 13:33:59 +02:00
2015-05-28 16:23:49 -05:00
2015-05-25 13:33:59 +02:00