Skip to content

Commit d18a8e2

Browse files
author
Pavel Siska
committed
WIP
1 parent b408b29 commit d18a8e2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

init/config2args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def process_input_ndp_plugin(settings):
216216
raise ValueError("Invalid process plugins configuration format.")
217217

218218
res = ','.join(process_plugins)
219-
print(res)
220219

221220
queues = settings.get("queues")
222221
if queues is None:

init/schema.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@
9393
"ndp": {
9494
"type": "object",
9595
"properties": {
96-
"device": {
97-
"type": "string"
96+
"device": {
97+
"type": "array",
98+
"items": {
99+
"type": "string"
100+
}
98101
},
99102
"queues": {
100103
"type": "string"

0 commit comments

Comments
 (0)