Add REJECT rule on FWaaS Client
This patch adds REJECT rule. Python-neutronclient changes for CLI. Blueprint: fwaas-reject-rule Change-Id: I267201ad206f50a09ed9c300ac689b6d4fd678b9
This commit is contained in:
committed by
Kenji Yasui
parent
aa1215a5ad
commit
0558b49e90
@@ -104,7 +104,7 @@ class CreateFirewallRule(neutronv20.CreateCommand):
|
||||
parser.add_argument(
|
||||
'--action',
|
||||
required=True,
|
||||
choices=['allow', 'deny'],
|
||||
choices=['allow', 'deny', 'reject'],
|
||||
help=_('Action for the firewall rule.'))
|
||||
|
||||
def args2body(self, parsed_args):
|
||||
|
||||
Reference in New Issue
Block a user