NSX: add missing space 'routeron'

Noticed this in the logs and figured why not add the space...

Change-Id: Idb85aab428d5bbc5c901c49d4a65e95a60a93cb4
This commit is contained in:
Aaron Rosen
2014-02-27 23:38:59 -08:00
parent c624dc3230
commit 4ea753ef41

View File

@@ -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'],