From a90cd2e99c91d6c51911d99e46cd0db149dc604d Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Wed, 9 Nov 2016 09:53:50 -0800 Subject: [PATCH] NSX|V: fix typo Fix a silly typo Change-Id: Ib5c3d6455bd5c73b6fb9354be30d329279175162 --- vmware_nsx/plugins/nsx_v3/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/plugins/nsx_v3/plugin.py b/vmware_nsx/plugins/nsx_v3/plugin.py index 3c93f4e393..f4ef660b39 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -3160,7 +3160,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin, self._process_security_group_rule_properties( context, rules_db[i], r['security_group_rule']) - # NOTE(arosen): here are are assuming that all of the security + # NOTE(arosen): here are assuming that all of the security # group rules being added are part of the same security # group. We should be validating that this is the case though... sg_id = sg_rules[0]['security_group_rule']['security_group_id']