neutron/neutron/ipam
hgangwx 283e5db691 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
2015-12-30 01:15:16 +08:00
..
drivers Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Add Pluggable IPAM Backend Part 2 2015-07-24 10:31:39 +03:00
exceptions.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
requests.py Wrong usage of "a" 2015-12-30 01:15:16 +08:00
subnet_alloc.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
utils.py Fix usage of netaddr '.broadcast' 2015-08-31 12:38:39 +00:00