quota-domain-records sould be an IntOpt
Change-Id: I7e900710e3dece9474d7b8ea019e3f482ab80307
This commit is contained in:
parent
67de2b028d
commit
08ee80c547
@ -22,7 +22,7 @@ LOG = logging.getLogger(__name__)
|
||||
cfg.CONF.register_opts([
|
||||
cfg.IntOpt('quota-domains', default=10, help='Number of domains allowed '
|
||||
'per tenant'),
|
||||
cfg.StrOpt('quota-domain-records', default=500, help='Number of records '
|
||||
cfg.IntOpt('quota-domain-records', default=500, help='Number of records '
|
||||
'allowed per domain'),
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user