Skip to content

Commit ea18858

Browse files
gtemapriteau
authored andcommitted
Fix trusts jsonschema to support additional properties
Trusts support custom setting and returning custom properties. Change jsonschema to allow additional properties. Closes-Bug: 2119543 Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com> Change-Id: I49a8d1d669c6f942bc798cac093f75350692220e (cherry picked from commit 69e5fc5) (cherry picked from commit 1bdb16c)
1 parent cd84d0b commit ea18858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keystone/trust/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"roles_links": response_types.links,
152152
**_trust_properties,
153153
},
154-
"additionalProperties": False,
154+
"additionalProperties": True,
155155
}
156156

157157
trust_index_request_query: dict[str, Any] = {

0 commit comments

Comments
 (0)