Merge "Fix typo on service cluster change method"

This commit is contained in:
Zuul 2020-05-07 20:51:06 +00:00 committed by Gerrit Code Review
commit 07fd7ad193
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class Service(service.Service):
'will %(opt_no)sbe moved to the new cluster',
{'cluster_svc': service_ref.cluster_name,
'cluster_cfg': cluster,
'opt_no': '' if self.added_to_cluster else 'NO '})
'opt_no': '' if self.added_to_cluster else 'NOT '})
if self.added_to_cluster:
# We pass copy service's disable status in the cluster if we