]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Merge "NSX: add missing space 'routeron'"
authorJenkins <jenkins@review.openstack.org>
Sun, 2 Mar 2014 01:26:06 +0000 (01:26 +0000)
committerGerrit Code Review <review@openstack.org>
Sun, 2 Mar 2014 01:26:06 +0000 (01:26 +0000)
1  2 
neutron/plugins/nicira/NeutronPlugin.py

index 3e076eb9474990c69fb7ce2d864ee02f6661b380,48e6b913e65db3464db81daaf261185ce44b365e..40303c33218b1710a73f311c53a6b1d423a9677a
@@@ -683,9 -690,9 +683,9 @@@ class NvpPluginV2(addr_pair_db.AllowedA
                  err_msg=_("Logical router resource %s not found "
                            "on NVP platform") % router_id)
          except api_exc.NsxApiException:
 -            raise nvp_exc.NvpPluginException(
 +            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'],