Merge "Add action map for neutron-fwaas API definition"
This commit is contained in:
commit
538c225b0d
@ -163,6 +163,7 @@ SUB_RESOURCE_ATTRIBUTE_MAP = {
|
||||
|
||||
# The action map.
|
||||
ACTION_MAP = {
|
||||
'firewall_policy': {'insert_rule': 'PUT', 'remove_rule': 'PUT'},
|
||||
}
|
||||
|
||||
# The list of required extensions.
|
||||
|
@ -179,6 +179,7 @@ SUB_RESOURCE_ATTRIBUTE_MAP = {
|
||||
|
||||
# The action map.
|
||||
ACTION_MAP = {
|
||||
'firewall_policy': {'insert_rule': 'PUT', 'remove_rule': 'PUT'},
|
||||
}
|
||||
|
||||
# The list of required extensions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user