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:
Toshiaki Higuchi
2015-01-20 13:54:48 +09:00
committed by Kenji Yasui
parent aa1215a5ad
commit 0558b49e90

View File

@@ -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):