Files
Yasufumi Ogawa 2315a0de13 Remove unused eventlet code
- Remove the `tacker.agent` package. Its only module,
  agent/linux/utils.py, is not referenced anywhere in tacker.
- Remove `subprocess_popen()` from `tacker.common.utils`; the removed
  agent module was its only caller. The `subprocess` import it needed
  goes away with it.
- Import `sleep()` used by the cooperative readers directly from the
  time module instead of the eventlet fallback. `time.sleep(0)` yields
  the GIL, so the readers still allow other threads to be scheduled
  between chunks.
- Remove the GreenPool instantiated but never used by NfvoPlugin.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I408e264a271311a7fc7ea21e0b4873b80d92b064
2026-09-02 22:24:03 +09:00
..
2026-03-16 04:25:11 +00:00
2016-03-28 15:32:54 -07:00
2026-09-02 22:24:03 +09:00