]> 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)
committerAaron Rosen <aaronorosen@gmail.com>
Fri, 28 Feb 2014 07:38:59 +0000 (23:38 -0800)
Noticed this in the logs and figured why not add the space...

Change-Id: Idb85aab428d5bbc5c901c49d4a65e95a60a93cb4

neutron/plugins/nicira/NeutronPlugin.py

index 49897c7dd6d697be46e17d3a03b2c0b89ebc9c17..48e6b913e65db3464db81daaf261185ce44b365e 100644 (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'],