b35b79b15f
--description-contains is added for listing node with description filtering, but it's actually not working due to missing support from the node list interface. This patch fixes it. Change-Id: Ie5c12ba9c00be3d117313c5617da28063e00185f Closes-Bug: #2071446
5 lines
138 B
YAML
5 lines
138 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the issue that ``--description-contains`` does not work when trying
|
|
to query nodes with description filter. |