We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b408b29 commit d18a8e2Copy full SHA for d18a8e2
init/config2args.py
@@ -216,7 +216,6 @@ def process_input_ndp_plugin(settings):
216
raise ValueError("Invalid process plugins configuration format.")
217
218
res = ','.join(process_plugins)
219
- print(res)
220
221
queues = settings.get("queues")
222
if queues is None:
init/schema.json
@@ -93,8 +93,11 @@
93
"ndp": {
94
"type": "object",
95
"properties": {
96
- "device": {
97
- "type": "string"
+ "device": {
+ "type": "array",
98
+ "items": {
99
+ "type": "string"
100
+ }
101
},
102
"queues": {
103
"type": "string"
0 commit comments