From 64fe505ae45b38ac28690b868b869de6551d6e46 Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Tue, 19 Jun 2018 19:11:06 +0800 Subject: [PATCH] replace 'a edge cluster' with 'an edge cluster' Change-Id: Icc139961e7da66420b8e39e58b70514dd463956e --- 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 52abbd8f4b..2adaac1222 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -3938,7 +3938,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin, context.elevated(), router_id, gw_info['network_id'], fip['subnet_id']) # If the network attached to a router is a VLAN backed network - # then it must be attached to a edge cluster + # then it must be attached to an edge cluster if (not gw_info and not self._is_overlay_network(context, port['network_id'])): msg = _("A router attached to a VLAN backed network "