Merge "[Stable Only] Enforce policy for qos_policy_id attribute" into stable/wallaby

This commit is contained in:
Zuul 2022-02-11 17:41:31 +00:00 committed by Gerrit Code Review
commit 8ad5beb479
2 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,7 @@ EXTENDED_ATTRIBUTES_2_0 = {
'allow_put': True,
'is_visible': True,
'default': None,
'enforce_policy': True,
'validate': {'type:uuid_or_none': None}}
}
}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Enforce policy for 'qos_policy_id' attribute of
Floating IP so only authorized users can set/unset it.
For more info see `bug LP#1957175 <https://bugs.launchpad.net/bugs/1957175>`_.