]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Wrong usage of "a"
authorhgangwx <hgangwx@cn.ibm.com>
Sat, 26 Dec 2015 13:16:23 +0000 (21:16 +0800)
committerhgangwx <hgangwx@cn.ibm.com>
Tue, 29 Dec 2015 17:15:16 +0000 (01:15 +0800)
commit283e5db6919260e49756a885fcb40285c283c949
tree9ab6795aa8c851d0e7eff4f2e2a4d6ca090ff899
parentfb288a11896de66a810cf4eebcb6c97a691dff26
Wrong usage of "a"

Wrong usage of "a" in the messages:
"'%s' is not a integer"
"Create a address scope"
"Return True if port has as a allowed address pair"
"But if a agent does not report its status"
"a ipv4 link-local address"
"Retrieve and return a extended information about a network"
"It could be a eui-64 address, a random IPv6 address"
"push a elastic-recheck query for it (see below)"
"is not a enforced requirement"
"a ovs_lib.VifPort object"

Should be:
"'%s' is not an integer"
"Create an address scope"
"Return True if port has as an allowed address pair"
"But if an agent does not report its status"
"an ipv4 link-local address"
"Retrieve and return extended information about a network"
"It could be an eui-64 address, a random IPv6 address"
"push an elastic-recheck query for it (see below)"
"is not an enforced requirement"
"an ovs_lib.VifPort object"

Totally 9 occurrences in Neutron base code.

Change-Id: I0f980fc8c98524db3d194ecb779f76abb37eb31c
neutron/api/rpc/handlers/dhcp_rpc.py
neutron/api/v2/attributes.py
neutron/db/address_scope_db.py
neutron/db/allowedaddresspairs_db.py
neutron/extensions/agent.py
neutron/ipam/requests.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py