Files
643fe11eb9325c1b487ebe394b7afec5b5323fc7
codegenerator /zuul.d
Artem Goncharov 4a711b1a2c Ensure schemas are not duplicated
It can happen (in Keystone it does for sure) that certain API method
decorators when applied together result in certain schemas being present
in multiple decorator processing iterations. This results in some
schemas being multiplied. It should be safe to just use `set` instead of
a `list` to deduplicate them.
While we were working on this Nova "again" changed some decorators
breaking us so fix that as well since generated code is broken.
Change-Id: I25b2506264d6027f9d605c74297e6f0cc6ab2767
Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
2025年06月25日 09:34:23 +00:00
..
2025年06月23日 11:25:45 +02:00
2025年06月25日 09:34:23 +00:00
2025年04月08日 10:27:25 +02:00