]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
NSX: add missing space 'routeron'
authorAaron Rosen <aaronorosen@gmail.com>
Fri, 28 Feb 2014 07:38:59 +0000 (23:38 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:36 +0000 (15:20 +0800)
Noticed this in the logs and figured why not add the space...

Change-Id: Idb85aab428d5bbc5c901c49d4a65e95a60a93cb4

neutron/plugins/nicira/NeutronPlugin.py

index 3e076eb9474990c69fb7ce2d864ee02f6661b380..40303c33218b1710a73f311c53a6b1d423a9677a 100644 (file)
@@ -685,7 +685,7 @@ class NvpPluginV2(addr_pair_db.AllowedAddressPairsMixin,
         except api_exc.NsxApiException:
             raise nsx_exc.NsxPluginException(
                 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'],