replace 'a edge cluster' with 'an edge cluster'

Change-Id: Icc139961e7da66420b8e39e58b70514dd463956e
This commit is contained in:
sunqingliang6 2018-06-19 19:11:06 +08:00
parent a22c9e0b59
commit 64fe505ae4
1 changed files with 1 additions and 1 deletions

View File

@ -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 "