402769f9ad
Eventlet doesn't patch subprocess module, see bug [1]. As result trying to catch subprocess.CalledProcessError exception wouldn't work. So use subprocess module from eventlet. [1] https://github.com/eventlet/eventlet/issues/357 Closes-Bug: #1675744 Change-Id: I4a744cef35e9f58c532d979ce61c912cfdfccd97
10 lines
340 B
YAML
10 lines
340 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Exception CalledProcessError is raised when running `iptables` cmd on start up.
|
|
The issue is caused by eventlet bug, see:
|
|
https://github.com/eventlet/eventlet/issues/357
|
|
The issue affects *ironic-inspector* only if it manages firewall - configured
|
|
with ``manage_firewall = True`` configuration option.
|
|
|