Merge "Add action map for neutron-fwaas API definition"

This commit is contained in:
Jenkins 2017-01-25 18:10:01 +00:00 committed by Gerrit Code Review
commit 538c225b0d
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.