components/openstack/neutron/files/agent/evs_l3_agent.py
changeset 1959 ba86b21a837b
parent 1944 56ac2df1785b
child 1977 12e9c20eef5a
--- a/components/openstack/neutron/files/agent/evs_l3_agent.py	Fri Jun 20 10:41:46 2014 -0700
+++ b/components/openstack/neutron/files/agent/evs_l3_agent.py	Fri Jun 20 11:01:19 2014 -0700
@@ -241,7 +241,7 @@
                 return
             vid = stdout.splitlines()[0].strip()
             if vid == "":
-                LOG.error(_("External Network does not has a VLAN ID "
+                LOG.error(_("External Network does not have a VLAN ID "
                             "associated with it, and it is required to "
                             "create external gateway port"))
                 return