ironic-inspector/releasenotes/notes/fix-CalledProcessError-on-startup-28d9dbed85a81542.yaml
Anton Arefiev 402769f9ad Use eventlet version of subprocess
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
2017-03-24 14:25:13 +02:00

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.