Fix typo on service cluster change method

Trivial fix to correct grammar.

Change-Id: Ia24321ec6ddc8acd108d1994b282d9c35abb1169
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2020-05-06 19:36:07 -05:00
parent 6c44a043ce
commit 23690b0b00
+1 -1
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