From fff9b68699977a7cbe6c6ee6ae918a47133d28e1 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 27 Feb 2014 23:38:59 -0800 Subject: [PATCH] NSX: add missing space 'routeron' Noticed this in the logs and figured why not add the space... Change-Id: Idb85aab428d5bbc5c901c49d4a65e95a60a93cb4 --- neutron/plugins/nicira/NeutronPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/plugins/nicira/NeutronPlugin.py b/neutron/plugins/nicira/NeutronPlugin.py index 49897c7dd..48e6b913e 100644 --- a/neutron/plugins/nicira/NeutronPlugin.py +++ b/neutron/plugins/nicira/NeutronPlugin.py @@ -692,7 +692,7 @@ class NvpPluginV2(addr_pair_db.AllowedAddressPairsMixin, except api_exc.NsxApiException: raise nvp_exc.NvpPluginException( err_msg=_("Unable to update logical router" - "on NVP Platform")) + " on NVP Platform")) LOG.debug(_("_nvp_delete_ext_gw_port completed on external network " "%(ext_net_id)s, attached to NSX router:%(router_id)s"), {'ext_net_id': port_data['network_id'], -- 2.45.2