nova/nova/virt/xenapi
Corey Bryant 5b0adaa0ca xenapi/agent: Change openssl error handling
Prior to this patch, if the openssl command returned a zero exit code
and wrote details to stderr, nova would raise a RuntimeError exception.
This patch changes the behavior to only raise a RuntimeError exception
when openssl returns a non-zero exit code. Regardless of the exit code
a warning will always be logged with stderr details if stderr is not
None. Note that processutils.execute will now raise a
processutils.ProcessExecutionError exception for any non-zero exit code
since we are passing check_exit_code=True, which we convert to a
Runtime error.

Thanks to Dimitri John Ledkov <xnox@ubuntu.com> and Eric Fried
<openstack@fried.cc> for helping with this patch.

Conflicts:
    nova/virt/xenapi/agent.py

NOTE(coreycb): The conflict is due to
Ibe2f478288db42f8168b52dfc14d85ab92ace74b not being in stable/queens.

Change-Id: I212ac2b5ccd93e00adb7b9fe102fcb70857c6073
Partial-Bug: #1771506
(cherry picked from commit 1da71fa4ab)
(cherry picked from commit 64793cf6f7)
(cherry picked from commit 82de38ad4c)
2019-04-30 09:07:53 -04:00
..
image Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
agent.py xenapi/agent: Change openssl error handling 2019-04-30 09:07:53 -04:00
driver.py Pass user context to virt driver when detaching volume 2018-03-06 14:23:54 -05:00
fake.py XenAPI: Unit tests must mock os_xenapi calls 2017-12-28 23:11:47 +00:00
firewall.py Fix python3 issues with devstack 2016-12-21 22:20:00 -05:00
host.py XenAPI: create vGPU for instance 2017-12-18 08:09:20 -08:00
network_utils.py Fixes dict keys and items references for Python 3 2015-12-07 12:19:59 +02:00
pool.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
pool_states.py Remove vi modelines 2014-02-03 14:19:44 +00:00
vif.py XenAPI: Don't use nicira-iface-id for XenServer VIF 2017-12-06 15:48:12 +00:00
vm_utils.py Move remaining uses of parted to privsep. 2018-01-24 22:26:36 +00:00
vmops.py xenapi: handle InstanceNotFound in detach_interface() 2018-04-26 11:18:20 +00:00
volume_utils.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
volumeops.py Remove translation of log messages 2017-06-13 11:20:28 +07:00