Fixes error over quota update

This patch adds --api-export-size option to quota update
cli in designate client.

Change-Id: I376a1fdb19c44796721adad766d74efbc793757c
Closes-Bug: #1505951
This commit is contained in:
sonu.kumar 2015-10-14 15:04:17 +05:30
parent 970e1dcd53
commit 9c240d9a5d

View File

@ -53,6 +53,9 @@ class UpdateQuotaCommand(base.UpdateCommand):
parser.add_argument('--domain-records',
help="Allowed domain records.",
type=int)
parser.add_argument('--api-export-size',
help="Allowed zone export recordsets.",
type=int)
return parser
def execute(self, parsed_args):