nova/nova/virt/xenapi
Corey Bryant 8241b47967 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/rocky.

Change-Id: I212ac2b5ccd93e00adb7b9fe102fcb70857c6073
Partial-Bug: #1771506
(cherry picked from commit 1da71fa4ab)
(cherry picked from commit 64793cf6f7)
2019-04-30 08:40:53 -04:00
..
image XenAPI: define a new image handler to use vdi streaming 2018-06-13 01:59:07 +00: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 08:40:53 -04:00
driver.py ironic: check fresh data when sync_power_state doesn't line up 2019-03-04 14:24:30 +00:00
fake.py xenapi: drop deprecated vif_driver config option 2018-06-11 14:29:47 -04: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: drop deprecated vif_driver config option 2018-06-11 14:29:47 -04:00
vm_utils.py XenAPI: Pass expected return codes to resize2fs 2018-05-14 16:27:56 +01:00
vmops.py XenAPI/Stops the migration of volume backed VHDS 2018-09-20 19:57:37 +00:00
volume_utils.py XenAPI/Stops the migration of volume backed VHDS 2018-09-20 19:57:37 +00:00
volumeops.py Remove translation of log messages 2017-06-13 11:20:28 +07:00