[Yahoo-eng-team] [Bug 1746972] Re: After setting the password failed, the VM state is set to error

2018-09-21 Thread s10
We also have faced this bug in some situations. I believe, that nova shouldn't set instance to the ERROR state, because only password change operation has failed and nothing destructive has been done to the instance. ** Changed in: nova Status: Invalid => Confirmed -- You received this bu

[Yahoo-eng-team] [Bug 1746972] Re: After setting the password failed, the VM state is set to error

2018-02-07 Thread Sylvain Bauza
You need to set the image metadata property hw_qemu_guest_agent to True in order to tell libvirt that the QEMU guest agent is installed. https://github.com/openstack/nova/blob/b37aa5415378c2d814e7bc6ae115c1e58705d4bf/nova/virt/libvirt/driver.py#L1970 ** Changed in: nova Status: New => Inv