deal with parent_id not in target.
bug 1036425 If we filter the fields of the requested resource, we have no parent_id in the target, which we must be tolerant with. Change-Id: Ieb591d9208f16a0d3e05bda00bf45ae7aca846a5
This commit is contained in:
parent
4d9449a3da
commit
3b4415addd
@ -185,6 +185,7 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
'name': {'allow_post': True, 'allow_put': True, 'default': '',
|
||||
'is_visible': True},
|
||||
'network_id': {'allow_post': True, 'allow_put': False,
|
||||
'required_by_policy': True,
|
||||
'validate': {'type:regex': UUID_PATTERN},
|
||||
'is_visible': True},
|
||||
'admin_state_up': {'allow_post': True, 'allow_put': True,
|
||||
@ -228,6 +229,7 @@ RESOURCE_ATTRIBUTE_MAP = {
|
||||
'validate': {'type:values': [4, 6]},
|
||||
'is_visible': True},
|
||||
'network_id': {'allow_post': True, 'allow_put': False,
|
||||
'required_by_policy': True,
|
||||
'validate': {'type:regex': UUID_PATTERN},
|
||||
'is_visible': True},
|
||||
'cidr': {'allow_post': True, 'allow_put': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user