]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixed a bunch of typos throughout Neutron
authorBrandon Palm <bapalm@us.ibm.com>
Wed, 28 Oct 2015 19:51:25 +0000 (14:51 -0500)
committerBrandon Palm <bapalm@us.ibm.com>
Fri, 30 Oct 2015 13:54:41 +0000 (08:54 -0500)
commit2503dfb239b8fa7ff5af1928fe2d4744d68adcc7
tree6fcd1e8b984746b87e745b47813556a57a8d2130
parent5e34292faa0ab10d7a19470aa00ff10b13e1162b
Fixed a bunch of typos throughout Neutron

Went through all of the docstrings in Neutron and did
some cleanup.  I'm sure there are bunch more that I have missed.

Change-Id: Ib29d2de1c580880c89ed4fd069e1515d0977a3e7
54 files changed:
neutron/agent/l2/extensions/qos.py
neutron/agent/linux/dhcp.py
neutron/agent/linux/ip_lib.py
neutron/agent/linux/pd.py
neutron/common/rpc.py
neutron/common/utils.py
neutron/db/l3_db.py
neutron/db/quota/driver.py
neutron/db/securitygroups_db.py
neutron/db/sqlalchemyutils.py
neutron/ipam/drivers/neutrondb_ipam/db_api.py
neutron/ipam/subnet_alloc.py
neutron/pecan_wsgi/hooks/quota_enforcement.py
neutron/pecan_wsgi/startup.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/ml2/db.py
neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py
neutron/plugins/ml2/drivers/linuxbridge/agent/arp_protect.py
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/quota/__init__.py
neutron/services/l3_router/brocade/l3_router_plugin.py
neutron/tests/api/admin/test_agent_management.py
neutron/tests/api/admin/test_shared_network_extension.py
neutron/tests/api/test_fwaas_extensions.py
neutron/tests/api/test_subnetpools_negative.py
neutron/tests/api/test_vpnaas_extensions.py
neutron/tests/common/net_helpers.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/functional/db/test_migrations.py
neutron/tests/retargetable/base.py
neutron/tests/retargetable/client_fixtures.py
neutron/tests/tempest/common/credentials.py
neutron/tests/tempest/common/isolated_creds.py
neutron/tests/tempest/common/waiters.py
neutron/tests/unit/agent/l2/extensions/test_qos.py
neutron/tests/unit/agent/linux/test_iptables_firewall.py
neutron/tests/unit/api/test_extensions.py
neutron/tests/unit/api/v2/test_base.py
neutron/tests/unit/db/test_allowedaddresspairs_db.py
neutron/tests/unit/db/test_db_base_plugin_v2.py
neutron/tests/unit/dummy_plugin.py
neutron/tests/unit/extensions/test_l3_ext_gw_mode.py
neutron/tests/unit/extensions/test_portsecurity.py
neutron/tests/unit/ipam/drivers/neutrondb_ipam/test_driver.py
neutron/tests/unit/plugins/ml2/test_extension_driver_api.py
neutron/tests/unit/plugins/ml2/test_security_group.py
neutron/tests/unit/quota/test_resource.py
neutron/tests/unit/test_wsgi.py
neutron/wsgi.py