From 2225d5c9c483bd7d34f8ae05c14a1c6d47a889a3 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Thu, 22 Sep 2016 09:15:38 +0300 Subject: [PATCH] TrivialFix: typos in client.py Change-Id: Iabf8e505bc4224b5c27fdd8d1a8d98df1702207c --- vmware_nsx/api_replay/client.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vmware_nsx/api_replay/client.py b/vmware_nsx/api_replay/client.py index ff1984b928..bab0b9312e 100644 --- a/vmware_nsx/api_replay/client.py +++ b/vmware_nsx/api_replay/client.py @@ -146,7 +146,7 @@ class ApiReplayClient(object): for pol in source_qos_pols: dest_pol = self.have_id(pol['id'], dest_qos_pols) - # If the policy already exists on the the dest_neutron + # If the policy already exists on the dest_neutron if dest_pol: # make sure all the QoS policy rules are there and # create them if not @@ -183,7 +183,7 @@ class ApiReplayClient(object): for sg in source_sec_groups: dest_sec_group = self.have_id(sg['id'], dest_sec_groups) - # If the security group already exists on the the dest_neutron + # If the security group already exists on the dest_neutron if dest_sec_group: # make sure all the security group rules are there and # create them if not @@ -201,7 +201,7 @@ class ApiReplayClient(object): # security group it is automatically populated # with some rules. When we go to create the rules # that already exist because of a match an error - # is raised here but thats okay. + # is raised here but that's okay. pass # dest server doesn't have the group so we create it here. @@ -227,7 +227,7 @@ class ApiReplayClient(object): # security group it is automatically populated # with some rules. When we go to create the rules # that already exist because of a match an error - # is raised here but thats okay. + # is raised here but that's okay. pass def migrate_routers(self): @@ -361,7 +361,7 @@ class ApiReplayClient(object): print("Uplinked router %s" % router_uplink) continue - # Let the neutron dhcp-agent recreate this on it's own + # Let the neutron dhcp-agent recreate this on its own if port['device_owner'] == 'network:dhcp': continue