From addc8f5a30adbc5983423528692fbfa22491bf75 Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Thu, 7 Jun 2018 11:09:10 +0800 Subject: [PATCH] Remove deprecated configuration options Change-Id: I03bd31a502b802e307a214181e395f5072a7c673 --- blazar/plugins/oshosts/host_plugin.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/blazar/plugins/oshosts/host_plugin.py b/blazar/plugins/oshosts/host_plugin.py index 99b07c60..044628a5 100644 --- a/blazar/plugins/oshosts/host_plugin.py +++ b/blazar/plugins/oshosts/host_plugin.py @@ -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'),