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:
parent
6c44a043ce
commit
23690b0b00
@ -182,7 +182,7 @@ class Service(service.Service):
|
|||||||
'will %(opt_no)sbe moved to the new cluster',
|
'will %(opt_no)sbe moved to the new cluster',
|
||||||
{'cluster_svc': service_ref.cluster_name,
|
{'cluster_svc': service_ref.cluster_name,
|
||||||
'cluster_cfg': cluster,
|
'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:
|
if self.added_to_cluster:
|
||||||
# We pass copy service's disable status in the cluster if we
|
# We pass copy service's disable status in the cluster if we
|
||||||
|
Loading…
Reference in New Issue
Block a user