Merge "Fix release name in deprecating message for agent status checks"

This commit is contained in:
Jenkins 2016-06-16 14:46:29 +00:00 committed by Gerrit Code Review
commit b727fc715c
2 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ class AgentSchedulerDbMixin(agents_db.AgentDbMixin):
self.add_worker(check_worker)
@debtcollector.removals.remove(
message="This will be removed in the N cycle. "
message="This will be removed in the O cycle. "
"Please use 'add_agent_status_check_worker' instead."
)
def add_agent_status_check(self, function):
@ -263,7 +263,7 @@ class DhcpAgentSchedulerDbMixin(dhcpagentscheduler
network_scheduler = None
@debtcollector.removals.remove(
message="This will be removed in the N cycle. "
message="This will be removed in the O cycle. "
"Please use 'add_periodic_dhcp_agent_status_check' instead."
)
def start_periodic_dhcp_agent_status_check(self):

View File

@ -79,7 +79,7 @@ class L3AgentSchedulerDbMixin(l3agentscheduler.L3AgentSchedulerPluginBase,
router_scheduler = None
@debtcollector.removals.remove(
message="This will be removed in the N cycle. "
message="This will be removed in the O cycle. "
"Please use 'add_periodic_l3_agent_status_check' instead."
)
def start_periodic_l3_agent_status_check(self):