Remove deprecated configuration options

Change-Id: I03bd31a502b802e307a214181e395f5072a7c673
This commit is contained in:
zhangyangyang 2018-06-07 11:09:10 +08:00 committed by Hiroaki Kobayashi
parent 29e68d8295
commit addc8f5a30
1 changed files with 0 additions and 10 deletions

View File

@ -32,16 +32,6 @@ from blazar.utils import plugins as plugins_utils
from blazar.utils import trusts
plugin_opts = [
cfg.StrOpt('on_end',
default='on_end',
deprecated_for_removal=True,
deprecated_since='0.3.0',
help='Actions which we will use in the end of the lease'),
cfg.StrOpt('on_start',
default='on_start',
deprecated_for_removal=True,
deprecated_since='0.3.0',
help='Actions which we will use at the start of the lease'),
cfg.StrOpt('blazar_az_prefix',
default='blazar_',
help='Prefix for Availability Zones created by Blazar'),