Add lease_opts to the global option list

Without this patch, the cleaning_time option from lease_opts is missing
from the generated blazar.conf.

Change-Id: I21c1b2e1356c92725d099ef9d9ba3f9588e290b0
This commit is contained in:
Pierre Riteau 2018-09-12 09:39:33 -06:00
parent 9e26f79292
commit 44d29133dc
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ def list_opts():
blazar.cmd.api.opts,
blazar.config.api_opts,
blazar.config.cli_opts,
blazar.config.lease_opts,
blazar.config.os_opts,
blazar.db.base.db_driver_opts,
blazar.db.migration.cli.command_opts,