nova/nova/tests
kiwik-chenrui 2f0f67d17c libvirt: fix failure when attaching volume to iso instance
Attaching volume to iso instance results in failure like
this 'libvirtError: Requested operation is not valid: target
hda already exists'. The root device of iso instance is hda,
nova-compute should not assign hda to cinder volume again.

Note: this patch only address the issue of duplicate device
name 'hda', disk bus 'ide' cannot be hotplugged, so we should
stop iso instance first when attaching volume.

Change-Id: If9f848dc3a3788862d25692250746387c6b35286
Closes-Bug: #1379212
2015-02-02 03:00:59 +00:00
..
functional Apply v2.1 API to href of version API 2015-01-29 12:12:14 +00:00
unit libvirt: fix failure when attaching volume to iso instance 2015-02-02 03:00:59 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fixtures.py Revert temporary hack to monkey patch the fake rpc timeout 2015-01-26 10:34:45 -08:00