Parsing of shell-like constructs should always use ironic-lib utils
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ironic-python-agent |
Triaged
|
Low
|
Boushra Sondos Bettir |
Bug Description
In some places in IPA code:
- https:/
- https:/
(not a comprehensive list, just examples)
we use shlex to parse shell-like structures
In other places:
- https:/
- https:/
uses ironic_
We should update all uses of this code in IPA to use the helper method, or completely eliminate use of the helper method. IMO, having a helper method is better as it gives us one place to fix breakages in output from utility versions.
description: | updated |
From what I have seen, `ironic_lib` doesn't exist within the files in `ironic- python- agent`. Where could I find this helper function along with the file?