Merge "[Stable Only] Enforce policy for qos_policy_id attribute" into stable/wallaby
This commit is contained in:
commit
8ad5beb479
@ -24,6 +24,7 @@ EXTENDED_ATTRIBUTES_2_0 = {
|
|||||||
'allow_put': True,
|
'allow_put': True,
|
||||||
'is_visible': True,
|
'is_visible': True,
|
||||||
'default': None,
|
'default': None,
|
||||||
|
'enforce_policy': True,
|
||||||
'validate': {'type:uuid_or_none': None}}
|
'validate': {'type:uuid_or_none': None}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
releasenotes/notes/bug-1957175-764bc9c73b8d46e9.yaml
Normal file
6
releasenotes/notes/bug-1957175-764bc9c73b8d46e9.yaml
Normal 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>`_.
|
Loading…
Reference in New Issue
Block a user