Merge "Add lease_opts to the global option list"

This commit is contained in:
Zuul 2018-09-17 18:26:51 +00:00 committed by Gerrit Code Review
commit 8502eb416c
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,