Remove mon and osd user types

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:47 +03:00
parent 3779e2670d
commit 3dd0e4daca
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -946,7 +946,7 @@
"type": "object",
"properties": {
"name": { "type": "string", "description": "User name" },
"type": { "type": "string", "enum": [ "osd", "mon", "admin", "client" ], "description": "User type" },
"type": { "type": "string", "enum": [ "admin", "client" ], "description": "User type" },
"groups": { "type": "array", "items": { "type": "string" }, "description": "User group names" }
}
},