Merge "Enforce policy for qos_policy_id attribute"
This commit is contained in:
commit
725aac3ed6
@ -94,6 +94,7 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
'allow_put': True,
|
||||
'is_visible': True,
|
||||
'default': None,
|
||||
'enforce_policy': True,
|
||||
'validate': {'type:uuid_or_none': None}
|
||||
}
|
||||
},
|
||||
@ -103,6 +104,7 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
'allow_put': True,
|
||||
'is_visible': True,
|
||||
'default': None,
|
||||
'enforce_policy': True,
|
||||
'validate': {'type:uuid_or_none': None}
|
||||
}
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
'allow_put': True,
|
||||
'is_visible': True,
|
||||
'default': None,
|
||||
'enforce_policy': True,
|
||||
'validate': {'type:uuid_or_none': None}}
|
||||
}
|
||||
}
|
||||
|
7
releasenotes/notes/bug-1957175-6b2705d4772df7de.yaml
Normal file
7
releasenotes/notes/bug-1957175-6b2705d4772df7de.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Enforce policy for 'qos_policy_id' attribute of
|
||||
port, network and fip 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