From e133cfd608cf7cb127443b3f97dc0879bacb513c Mon Sep 17 00:00:00 2001 From: xuleibj Date: Tue, 18 Dec 2018 11:34:26 +0800 Subject: [PATCH] remove words occured twice times. There are two 'and',it is necessary to remove one of them. Change-Id: I12a5cd0a93c6f9b7926e484a43fc4e47a5c937cf --- hooks/charmhelpers/contrib/openstack/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/charmhelpers/contrib/openstack/utils.py b/hooks/charmhelpers/contrib/openstack/utils.py index 59312fcf..4e0c097e 100644 --- a/hooks/charmhelpers/contrib/openstack/utils.py +++ b/hooks/charmhelpers/contrib/openstack/utils.py @@ -1227,7 +1227,7 @@ def remote_restart(rel_name, remote_service=None): def check_actually_paused(services=None, ports=None): - """Check that services listed in the services object and and ports + """Check that services listed in the services object and ports are actually closed (not listened to), to verify that the unit is properly paused.