From ea9e96c9b26dd030da4b71236c057f47a59ef9c5 Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Tue, 19 Jun 2018 19:06:51 +0800 Subject: [PATCH] fix typo Change-Id: I1a6f7fed010fc55e8370859d66d1b1faeaa4e23a --- vmware_nsx/plugins/nsx_v3/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmware_nsx/plugins/nsx_v3/plugin.py b/vmware_nsx/plugins/nsx_v3/plugin.py index 52abbd8f4b..d58e2df0cc 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -3942,7 +3942,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin, if (not gw_info and not self._is_overlay_network(context, port['network_id'])): msg = _("A router attached to a VLAN backed network " - "must have a external network assigned.") + "must have an external network assigned.") raise n_exc.InvalidInput(error_message=msg) # VPNaaS need to be notified on router GW changes (there is @@ -4297,7 +4297,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin, # GW network is attached if not gw_network_id: msg = _("A router attached to a VLAN backed network " - "must have a external network assigned.") + "must have an external network assigned.") raise n_exc.InvalidInput(error_message=msg) resource_type = nsxlib_consts.LROUTERPORT_CENTRALIZED