From 7edf58495ee09c9ec298ec91cd55429a0363514a Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Wed, 6 Aug 2014 08:19:54 -0700 Subject: [PATCH] Remove @author(s) from copyright statements We have git to track authorship, so let's not pad source files with it as well. A hacking check has been added for this. The value is N322. Change-Id: Iab0b64d417e0bb41a6b455e2ac377deee64ec3ee --- HACKING.rst | 2 ++ neutron/agent/l2population_rpc.py | 4 ---- neutron/agent/linux/daemon.py | 2 -- neutron/agent/linux/external_process.py | 3 +-- neutron/agent/linux/iptables_manager.py | 3 +-- neutron/agent/linux/utils.py | 2 -- neutron/agent/metadata/__init__.py | 2 -- neutron/agent/metadata/agent.py | 2 -- neutron/agent/metadata/namespace_proxy.py | 2 -- .../rpc/agentnotifiers/metering_rpc_agent_api.py | 2 -- neutron/api/v2/resource_helper.py | 1 - neutron/cmd/usage_audit.py | 1 - neutron/common/log.py | 2 -- neutron/db/extradhcpopt_db.py | 4 +--- neutron/db/firewall/firewall_db.py | 2 -- neutron/db/metering/__init__.py | 2 -- neutron/db/metering/metering_db.py | 2 -- neutron/db/metering/metering_rpc.py | 2 -- neutron/db/migration/README | 2 -- neutron/db/migration/__init__.py | 2 -- neutron/db/migration/alembic_migrations/env.py | 2 -- .../versions/2447ad0e9585_add_ipv6_mode_props.py | 2 -- neutron/db/migration/cli.py | 2 -- neutron/db/portbindings_base.py | 1 - neutron/db/portbindings_db.py | 1 - neutron/db/routedserviceinsertion_db.py | 2 -- neutron/db/routerservicetype_db.py | 2 -- neutron/db/servicetype_db.py | 3 --- neutron/db/vpn/__init__.py | 2 -- neutron/db/vpn/vpn_db.py | 2 -- neutron/db/vpn/vpn_validator.py | 2 -- neutron/extensions/extra_dhcp_opt.py | 2 -- neutron/extensions/firewall.py | 2 -- neutron/extensions/metering.py | 2 -- neutron/extensions/routedserviceinsertion.py | 2 -- neutron/extensions/routerservicetype.py | 2 -- neutron/extensions/servicetype.py | 3 --- neutron/extensions/vpnaas.py | 2 -- neutron/hacking/checks.py | 13 +++++++++++++ neutron/plugins/bigswitch/agent/restproxy_agent.py | 1 - neutron/plugins/bigswitch/config.py | 4 ---- neutron/plugins/bigswitch/db/__init__.py | 2 -- neutron/plugins/bigswitch/extensions/__init__.py | 2 -- neutron/plugins/bigswitch/extensions/routerrule.py | 2 -- neutron/plugins/bigswitch/plugin.py | 3 --- neutron/plugins/bigswitch/servermanager.py | 4 ---- neutron/plugins/bigswitch/tests/test_server.py | 2 -- neutron/plugins/bigswitch/vcsversion.py | 3 --- neutron/plugins/bigswitch/version.py | 3 --- neutron/plugins/brocade/NeutronPlugin.py | 4 ---- neutron/plugins/brocade/db/models.py | 4 ---- neutron/plugins/brocade/nos/fake_nosdriver.py | 4 ---- neutron/plugins/brocade/nos/nctemplates.py | 5 ----- neutron/plugins/brocade/nos/nosdriver.py | 4 ---- neutron/plugins/brocade/tests/noscli.py | 4 ---- neutron/plugins/brocade/tests/nostest.py | 4 ---- neutron/plugins/brocade/vlanbm.py | 4 ---- neutron/plugins/cisco/__init__.py | 3 --- neutron/plugins/cisco/cfg_agent/cfg_agent.py | 2 -- neutron/plugins/cisco/cfg_agent/cfg_exceptions.py | 2 -- .../device_drivers/csr1kv/cisco_csr1kv_snippets.py | 2 -- .../device_drivers/csr1kv/csr1kv_routing_driver.py | 2 -- .../cfg_agent/device_drivers/devicedriver_api.py | 2 -- .../cisco/cfg_agent/device_drivers/driver_mgr.py | 2 -- .../cisco/cfg_agent/device_drivers/dummy_driver.py | 2 -- neutron/plugins/cisco/cfg_agent/device_status.py | 2 -- .../cfg_agent/service_helpers/routing_svc_helper.py | 2 -- neutron/plugins/cisco/common/__init__.py | 2 -- neutron/plugins/cisco/common/cisco_constants.py | 2 -- .../plugins/cisco/common/cisco_credentials_v2.py | 2 -- neutron/plugins/cisco/common/cisco_exceptions.py | 3 --- neutron/plugins/cisco/common/cisco_faults.py | 2 -- neutron/plugins/cisco/db/__init__.py | 3 --- neutron/plugins/cisco/db/l3/device_handling_db.py | 2 -- neutron/plugins/cisco/db/l3/l3_models.py | 2 -- .../plugins/cisco/db/l3/l3_router_appliance_db.py | 2 -- neutron/plugins/cisco/db/n1kv_db_v2.py | 5 ----- neutron/plugins/cisco/db/n1kv_models_v2.py | 3 --- neutron/plugins/cisco/db/network_db_v2.py | 2 -- neutron/plugins/cisco/db/network_models_v2.py | 2 -- .../plugins/cisco/extensions/_credential_view.py | 3 --- neutron/plugins/cisco/extensions/_qos_view.py | 3 --- neutron/plugins/cisco/extensions/credential.py | 3 --- neutron/plugins/cisco/extensions/n1kv.py | 5 ----- neutron/plugins/cisco/extensions/network_profile.py | 4 ---- neutron/plugins/cisco/extensions/policy_profile.py | 3 --- neutron/plugins/cisco/extensions/qos.py | 3 --- neutron/plugins/cisco/l2device_plugin_base.py | 2 -- .../cisco/l3/hosting_device_drivers/__init__.py | 2 -- .../l3/hosting_device_drivers/csr1kv_hd_driver.py | 2 -- .../plugins/cisco/l3/plugging_drivers/__init__.py | 3 --- .../l3/plugging_drivers/n1kv_plugging_constants.py | 3 --- .../l3/plugging_drivers/n1kv_trunking_driver.py | 2 -- .../plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py | 2 -- .../cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py | 2 -- neutron/plugins/cisco/l3/service_vm_lib.py | 4 ---- neutron/plugins/cisco/models/__init__.py | 2 -- neutron/plugins/cisco/models/virt_phy_sw_v2.py | 4 ---- neutron/plugins/cisco/n1kv/__init__.py | 3 --- neutron/plugins/cisco/n1kv/n1kv_client.py | 3 --- neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py | 5 ----- neutron/plugins/cisco/network_plugin.py | 2 -- .../cisco/service_plugins/cisco_router_plugin.py | 2 -- neutron/plugins/embrane/__init__.py | 2 -- neutron/plugins/embrane/agent/__init__.py | 2 -- neutron/plugins/embrane/agent/dispatcher.py | 2 -- .../plugins/embrane/agent/operations/__init__.py | 2 -- .../embrane/agent/operations/router_operations.py | 2 -- neutron/plugins/embrane/base_plugin.py | 2 -- neutron/plugins/embrane/common/__init__.py | 2 -- neutron/plugins/embrane/common/config.py | 2 -- neutron/plugins/embrane/common/constants.py | 2 -- neutron/plugins/embrane/common/contexts.py | 2 -- neutron/plugins/embrane/common/exceptions.py | 2 -- neutron/plugins/embrane/common/operation.py | 2 -- neutron/plugins/embrane/common/utils.py | 2 -- neutron/plugins/embrane/l2base/__init__.py | 2 -- neutron/plugins/embrane/l2base/fake/__init__.py | 2 -- .../plugins/embrane/l2base/fake/fake_l2_plugin.py | 2 -- .../embrane/l2base/fake/fakeplugin_support.py | 2 -- neutron/plugins/embrane/l2base/ml2/ml2_support.py | 3 --- neutron/plugins/embrane/l2base/support_base.py | 2 -- .../plugins/embrane/l2base/support_exceptions.py | 2 -- neutron/plugins/embrane/plugins/__init__.py | 2 -- .../plugins/embrane/plugins/embrane_fake_plugin.py | 2 -- .../plugins/embrane/plugins/embrane_ml2_plugin.py | 3 --- .../plugins/hyperv/agent/hyperv_neutron_agent.py | 2 -- .../plugins/hyperv/agent/security_groups_driver.py | 1 - neutron/plugins/hyperv/agent/utils.py | 2 -- neutron/plugins/hyperv/agent/utilsfactory.py | 1 - neutron/plugins/hyperv/agent/utilsv2.py | 2 -- neutron/plugins/hyperv/agent_notifier_api.py | 1 - neutron/plugins/hyperv/common/constants.py | 1 - neutron/plugins/hyperv/db.py | 1 - neutron/plugins/hyperv/hyperv_neutron_plugin.py | 1 - neutron/plugins/hyperv/model.py | 1 - neutron/plugins/hyperv/rpc_callbacks.py | 1 - neutron/plugins/ibm/agent/sdnve_neutron_agent.py | 2 -- neutron/plugins/ibm/common/config.py | 2 -- neutron/plugins/ibm/common/constants.py | 2 -- neutron/plugins/ibm/common/exceptions.py | 2 -- neutron/plugins/ibm/sdnve_api.py | 2 -- neutron/plugins/ibm/sdnve_api_fake.py | 2 -- neutron/plugins/ibm/sdnve_neutron_plugin.py | 2 -- .../linuxbridge/agent/linuxbridge_neutron_agent.py | 1 - neutron/plugins/linuxbridge/common/__init__.py | 2 -- neutron/plugins/linuxbridge/common/config.py | 3 --- neutron/plugins/linuxbridge/common/constants.py | 2 -- neutron/plugins/linuxbridge/db/__init__.py | 3 --- neutron/plugins/midonet/agent/midonet_driver.py | 4 ---- neutron/plugins/midonet/common/config.py | 2 -- neutron/plugins/midonet/common/net_util.py | 2 -- neutron/plugins/midonet/midonet_lib.py | 5 ----- neutron/plugins/midonet/plugin.py | 6 ------ .../plugins/ml2/drivers/arista/arista_l3_driver.py | 3 --- neutron/plugins/ml2/drivers/brocade/db/models.py | 4 ---- .../ml2/drivers/brocade/mechanism_brocade.py | 3 --- .../plugins/ml2/drivers/brocade/nos/nctemplates.py | 4 ---- .../plugins/ml2/drivers/brocade/nos/nosdriver.py | 4 ---- .../plugins/ml2/drivers/cisco/apic/apic_model.py | 2 -- neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py | 2 -- .../plugins/ml2/drivers/cisco/apic/apic_topology.py | 2 -- neutron/plugins/ml2/drivers/cisco/apic/config.py | 2 -- .../ml2/drivers/cisco/apic/mechanism_apic.py | 2 -- neutron/plugins/ml2/drivers/l2pop/__init__.py | 4 ---- neutron/plugins/ml2/drivers/l2pop/config.py | 4 ---- neutron/plugins/ml2/drivers/l2pop/constants.py | 4 ---- neutron/plugins/ml2/drivers/l2pop/db.py | 4 ---- neutron/plugins/ml2/drivers/l2pop/mech_driver.py | 4 ---- neutron/plugins/ml2/drivers/l2pop/rpc.py | 4 ---- .../plugins/ml2/drivers/mech_bigswitch/driver.py | 3 --- neutron/plugins/ml2/drivers/mech_nuage/driver.py | 3 --- neutron/plugins/ml2/drivers/mechanism_fslsdn.py | 3 --- neutron/plugins/ml2/drivers/mechanism_odl.py | 2 -- neutron/plugins/ml2/drivers/type_vxlan.py | 1 - neutron/plugins/nec/agent/nec_neutron_agent.py | 2 -- neutron/plugins/nec/common/config.py | 1 - neutron/plugins/nec/common/exceptions.py | 1 - neutron/plugins/nec/common/ofc_client.py | 1 - neutron/plugins/nec/db/api.py | 1 - neutron/plugins/nec/db/models.py | 1 - neutron/plugins/nec/db/packetfilter.py | 1 - neutron/plugins/nec/drivers/__init__.py | 1 - neutron/plugins/nec/drivers/pfc.py | 2 -- neutron/plugins/nec/drivers/trema.py | 2 -- neutron/plugins/nec/extensions/packetfilter.py | 3 --- neutron/plugins/nec/nec_plugin.py | 2 -- neutron/plugins/nec/nec_router.py | 2 -- neutron/plugins/nec/ofc_driver_base.py | 2 -- neutron/plugins/nec/ofc_manager.py | 2 -- neutron/plugins/nec/packet_filter.py | 1 - neutron/plugins/nec/router_drivers.py | 2 -- neutron/plugins/nuage/common/config.py | 4 +--- neutron/plugins/nuage/common/constants.py | 2 -- neutron/plugins/nuage/common/exceptions.py | 2 -- neutron/plugins/nuage/extensions/netpartition.py | 2 -- neutron/plugins/nuage/extensions/nuage_router.py | 2 -- neutron/plugins/nuage/extensions/nuage_subnet.py | 2 -- neutron/plugins/nuage/nuage_models.py | 2 -- neutron/plugins/nuage/nuagedb.py | 4 +--- neutron/plugins/nuage/plugin.py | 2 -- neutron/plugins/nuage/syncmanager.py | 3 +-- .../oneconvergence/agent/nvsd_neutron_agent.py | 2 -- neutron/plugins/oneconvergence/lib/nvsd_db.py | 2 -- neutron/plugins/oneconvergence/lib/nvsdlib.py | 2 -- neutron/plugins/oneconvergence/lib/plugin_helper.py | 2 -- neutron/plugins/oneconvergence/plugin.py | 2 -- .../openvswitch/agent/ovs_dvr_neutron_agent.py | 1 - neutron/plugins/plumgrid/__init__.py | 2 -- neutron/plugins/plumgrid/common/__init__.py | 2 -- neutron/plugins/plumgrid/common/exceptions.py | 2 -- neutron/plugins/plumgrid/drivers/__init__.py | 2 -- neutron/plugins/plumgrid/drivers/fake_plumlib.py | 2 -- neutron/plugins/plumgrid/drivers/plumlib.py | 2 -- .../plugins/plumgrid/plumgrid_plugin/__init__.py | 2 -- .../plugins/plumgrid/plumgrid_plugin/plugin_ver.py | 2 -- .../plumgrid/plumgrid_plugin/plumgrid_plugin.py | 2 -- neutron/plugins/ryu/agent/ryu_neutron_agent.py | 1 - neutron/plugins/ryu/ryu_neutron_plugin.py | 1 - neutron/plugins/sriovnicagent/eswitch_manager.py | 2 -- neutron/plugins/sriovnicagent/pci_lib.py | 2 -- neutron/plugins/vmware/vshield/common/exceptions.py | 2 -- .../plugins/vmware/vshield/edge_appliance_driver.py | 3 --- .../plugins/vmware/vshield/edge_firewall_driver.py | 2 -- .../vmware/vshield/edge_loadbalancer_driver.py | 2 -- neutron/plugins/vmware/vshield/vcns.py | 2 -- neutron/plugins/vmware/vshield/vcns_driver.py | 2 -- .../services/firewall/agents/firewall_agent_api.py | 4 ---- .../agents/l3reference/firewall_l3_agent.py | 4 ---- .../services/firewall/agents/varmour/varmour_api.py | 2 -- .../firewall/agents/varmour/varmour_router.py | 3 --- .../firewall/agents/varmour/varmour_utils.py | 2 -- neutron/services/firewall/drivers/fwaas_base.py | 2 -- .../firewall/drivers/linux/iptables_fwaas.py | 2 -- .../firewall/drivers/varmour/varmour_fwaas.py | 2 -- neutron/services/firewall/fwaas_plugin.py | 2 -- neutron/services/l3_router/l3_apic.py | 3 --- neutron/services/l3_router/l3_arista.py | 3 --- neutron/services/l3_router/l3_router_plugin.py | 2 -- neutron/services/loadbalancer/agent/agent.py | 2 -- neutron/services/loadbalancer/agent/agent_api.py | 2 -- .../services/loadbalancer/agent/agent_manager.py | 2 -- neutron/services/loadbalancer/drivers/__init__.py | 2 -- .../loadbalancer/drivers/abstract_driver.py | 2 -- .../drivers/common/agent_driver_base.py | 2 -- .../drivers/embrane/agent/dispatcher.py | 2 -- .../drivers/embrane/agent/lb_operations.py | 2 -- .../services/loadbalancer/drivers/embrane/config.py | 2 -- .../loadbalancer/drivers/embrane/constants.py | 2 -- neutron/services/loadbalancer/drivers/embrane/db.py | 2 -- .../services/loadbalancer/drivers/embrane/driver.py | 2 -- .../services/loadbalancer/drivers/embrane/models.py | 2 -- .../services/loadbalancer/drivers/embrane/poller.py | 2 -- .../loadbalancer/drivers/haproxy/__init__.py | 2 -- .../services/loadbalancer/drivers/haproxy/cfg.py | 2 -- .../drivers/haproxy/namespace_driver.py | 3 +-- .../loadbalancer/drivers/radware/__init__.py | 2 -- .../services/loadbalancer/drivers/radware/driver.py | 2 -- .../loadbalancer/drivers/radware/exceptions.py | 2 -- neutron/services/loadbalancer/plugin.py | 2 -- neutron/services/metering/__init__.py | 2 -- neutron/services/metering/agents/__init__.py | 2 -- neutron/services/metering/agents/metering_agent.py | 2 -- neutron/services/metering/drivers/__init__.py | 2 -- .../services/metering/drivers/abstract_driver.py | 2 -- .../services/metering/drivers/iptables/__init__.py | 2 -- .../metering/drivers/iptables/iptables_driver.py | 2 -- neutron/services/metering/drivers/noop/__init__.py | 2 -- .../services/metering/drivers/noop/noop_driver.py | 2 -- neutron/services/metering/metering_plugin.py | 2 -- neutron/services/vpn/__init__.py | 2 -- .../vpn/device_drivers/cisco_csr_rest_client.py | 2 -- neutron/services/vpn/device_drivers/cisco_ipsec.py | 2 -- neutron/services/vpn/plugin.py | 2 -- .../services/vpn/service_drivers/cisco_csr_db.py | 2 -- .../services/vpn/service_drivers/cisco_validator.py | 2 -- neutron/tests/tools.py | 2 -- neutron/tests/unit/_test_extension_portbindings.py | 3 --- neutron/tests/unit/bigswitch/fake_server.py | 3 --- neutron/tests/unit/bigswitch/test_capabilities.py | 2 -- .../tests/unit/bigswitch/test_restproxy_agent.py | 2 -- neutron/tests/unit/bigswitch/test_router_db.py | 2 -- neutron/tests/unit/bigswitch/test_servermanager.py | 3 --- neutron/tests/unit/bigswitch/test_ssl.py | 3 --- .../tests/unit/cisco/cfg_agent/test_cfg_agent.py | 4 +--- .../cisco/cfg_agent/test_csr1kv_routing_driver.py | 2 -- .../unit/cisco/cfg_agent/test_device_status.py | 4 +--- .../unit/cisco/cfg_agent/test_routing_svc_helper.py | 2 -- .../unit/cisco/l3/device_handling_test_support.py | 2 -- .../cisco/l3/test_l3_router_appliance_plugin.py | 2 -- neutron/tests/unit/cisco/n1kv/__init__.py | 3 --- neutron/tests/unit/cisco/n1kv/fake_client.py | 3 --- neutron/tests/unit/cisco/n1kv/test_n1kv_db.py | 4 ---- neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py | 5 ----- neutron/tests/unit/database_stubs.py | 2 -- neutron/tests/unit/db/firewall/test_db_firewall.py | 2 -- neutron/tests/unit/db/metering/__init__.py | 2 -- neutron/tests/unit/db/metering/test_db_metering.py | 2 -- neutron/tests/unit/db/test_quota_db.py | 2 -- neutron/tests/unit/db/vpn/__init__.py | 1 - neutron/tests/unit/db/vpn/test_db_vpnaas.py | 2 -- neutron/tests/unit/embrane/__init__.py | 2 -- neutron/tests/unit/embrane/test_embrane_defaults.py | 2 -- .../tests/unit/embrane/test_embrane_l3_plugin.py | 2 -- .../unit/embrane/test_embrane_neutron_plugin.py | 2 -- neutron/tests/unit/extensions/extendedattribute.py | 2 -- neutron/tests/unit/extensions/extensionattribute.py | 3 --- .../hyperv/test_hyperv_security_groups_driver.py | 1 - .../tests/unit/hyperv/test_hyperv_utilsfactory.py | 1 - neutron/tests/unit/hyperv/test_hyperv_utilsv2.py | 1 - neutron/tests/unit/ibm/test_sdnve_agent.py | 3 --- neutron/tests/unit/ibm/test_sdnve_api.py | 2 -- neutron/tests/unit/ibm/test_sdnve_plugin.py | 2 -- neutron/tests/unit/midonet/mock_lib.py | 2 -- neutron/tests/unit/midonet/test_midonet_driver.py | 2 -- neutron/tests/unit/midonet/test_midonet_lib.py | 3 --- neutron/tests/unit/midonet/test_midonet_plugin.py | 4 ---- .../ml2/drivers/arista/test_arista_l3_driver.py | 3 --- .../drivers/cisco/apic/test_cisco_apic_common.py | 2 -- .../cisco/apic/test_cisco_apic_mechanism_driver.py | 2 -- .../ml2/drivers/cisco/apic/test_cisco_apic_sync.py | 4 +--- .../cisco/apic/test_cisco_apic_topology_agent.py | 4 +--- .../drivers/nuage/test_nuage_mechanism_driver.py | 3 --- neutron/tests/unit/ml2/drivers/test_l2population.py | 4 ---- neutron/tests/unit/ml2/test_mechanism_fslsdn.py | 2 -- neutron/tests/unit/ml2/test_mechanism_odl.py | 1 - neutron/tests/unit/ml2/test_type_vxlan.py | 1 - neutron/tests/unit/nec/stub_ofc_driver.py | 1 - neutron/tests/unit/nec/test_config.py | 1 - neutron/tests/unit/nec/test_db.py | 1 - neutron/tests/unit/nec/test_ofc_client.py | 2 -- neutron/tests/unit/nec/test_ofc_manager.py | 1 - neutron/tests/unit/nec/test_pfc_driver.py | 1 - neutron/tests/unit/nec/test_portbindings.py | 2 -- neutron/tests/unit/nec/test_trema_driver.py | 1 - neutron/tests/unit/nuage/fake_nuageclient.py | 2 -- neutron/tests/unit/nuage/test_netpartition.py | 2 -- neutron/tests/unit/nuage/test_nuage_plugin.py | 2 -- neutron/tests/unit/nuage/test_syncmanager.py | 3 +-- .../tests/unit/oneconvergence/test_nvsd_agent.py | 2 -- .../tests/unit/oneconvergence/test_plugin_helper.py | 3 +-- .../unit/oneconvergence/test_security_group.py | 2 -- neutron/tests/unit/plumgrid/__init__.py | 2 -- neutron/tests/unit/plumgrid/test_plumgrid_plugin.py | 2 -- neutron/tests/unit/services/__init__.py | 2 -- .../agents/l3reference/test_firewall_l3_agent.py | 4 ---- .../firewall/agents/test_firewall_agent_api.py | 4 ---- .../firewall/agents/varmour/test_varmour_router.py | 3 --- .../firewall/drivers/linux/test_iptables_fwaas.py | 2 -- .../firewall/drivers/varmour/test_varmour_fwaas.py | 3 --- .../unit/services/firewall/test_fwaas_plugin.py | 2 -- .../unit/services/l3_router/test_l3_apic_plugin.py | 2 -- .../tests/unit/services/loadbalancer/__init__.py | 2 -- .../unit/services/loadbalancer/agent/test_agent.py | 2 -- .../loadbalancer/agent/test_agent_manager.py | 2 -- .../unit/services/loadbalancer/agent/test_api.py | 2 -- .../unit/services/loadbalancer/drivers/__init__.py | 2 -- .../drivers/embrane/test_embrane_defaults.py | 2 -- .../drivers/embrane/test_plugin_driver.py | 2 -- .../loadbalancer/drivers/haproxy/__init__.py | 2 -- .../loadbalancer/drivers/haproxy/test_cfg.py | 2 -- .../drivers/haproxy/test_namespace_driver.py | 2 -- .../loadbalancer/drivers/radware/__init__.py | 2 -- .../drivers/radware/test_plugin_driver.py | 2 -- .../loadbalancer/drivers/test_agent_driver_base.py | 2 -- neutron/tests/unit/services/metering/__init__.py | 2 -- .../unit/services/metering/drivers/__init__.py | 2 -- .../metering/drivers/test_iptables_driver.py | 2 -- .../unit/services/metering/test_metering_agent.py | 2 -- .../unit/services/metering/test_metering_plugin.py | 2 -- neutron/tests/unit/services/vpn/__init__.py | 1 - .../services/vpn/device_drivers/cisco_csr_mock.py | 2 -- .../vpn/device_drivers/notest_cisco_csr_rest.py | 2 -- .../services/vpn/device_drivers/test_cisco_ipsec.py | 2 -- .../vpn/service_drivers/test_cisco_config_loader.py | 2 -- .../unit/services/vpn/test_vpnaas_extension.py | 2 -- neutron/tests/unit/test_api_api_common.py | 3 --- neutron/tests/unit/test_api_v2_extension.py | 2 -- neutron/tests/unit/test_api_v2_resource.py | 3 --- neutron/tests/unit/test_db_migration.py | 2 -- neutron/tests/unit/test_extension_extradhcpopts.py | 3 --- neutron/tests/unit/test_extension_firewall.py | 2 -- neutron/tests/unit/test_extension_pnet.py | 3 --- neutron/tests/unit/test_hacking.py | 12 ++++++++++++ neutron/tests/unit/test_iptables_manager.py | 2 -- neutron/tests/unit/test_l3_schedulers.py | 3 --- neutron/tests/unit/test_linux_daemon.py | 2 -- neutron/tests/unit/test_linux_external_process.py | 2 -- neutron/tests/unit/test_metadata_agent.py | 2 -- neutron/tests/unit/test_metadata_namespace_proxy.py | 2 -- neutron/tests/unit/test_servicetype.py | 3 --- .../unit/vmware/vshield/test_loadbalancer_driver.py | 2 -- 392 files changed, 40 insertions(+), 879 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 0f3666fc0a2..a0595952cae 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -10,6 +10,8 @@ Neutron Specific Commandments - [N320] Validate that LOG messages, except debug ones, have translations - [N321] Validate that jsonutils module is used instead of json +- [N322] We do not use @authors tags in source files. We have git to track + authorship. Creating Unit Tests ------------------- diff --git a/neutron/agent/l2population_rpc.py b/neutron/agent/l2population_rpc.py index 93f6395dd9f..737e2493efb 100644 --- a/neutron/agent/l2population_rpc.py +++ b/neutron/agent/l2population_rpc.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange import abc diff --git a/neutron/agent/linux/daemon.py b/neutron/agent/linux/daemon.py index b5fbacf14ac..887ab07a3c1 100644 --- a/neutron/agent/linux/daemon.py +++ b/neutron/agent/linux/daemon.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import atexit import fcntl diff --git a/neutron/agent/linux/external_process.py b/neutron/agent/linux/external_process.py index b399af4369c..b9d581210a5 100644 --- a/neutron/agent/linux/external_process.py +++ b/neutron/agent/linux/external_process.py @@ -11,8 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost + import collections import eventlet diff --git a/neutron/agent/linux/iptables_manager.py b/neutron/agent/linux/iptables_manager.py index 1a858fd5d4f..613a929cab6 100644 --- a/neutron/agent/linux/iptables_manager.py +++ b/neutron/agent/linux/iptables_manager.py @@ -13,9 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# @author: Juliano Martinez, Locaweb. # based on -# https://github.com/openstack/nova/blob/master/nova/network/linux_net.py +# https://github.com/openstack/nova/blob/master/nova/network/linux_net.py """Implements iptables rules using linux utilities.""" diff --git a/neutron/agent/linux/utils.py b/neutron/agent/linux/utils.py index 2d6c4f52307..e82a0d1496c 100644 --- a/neutron/agent/linux/utils.py +++ b/neutron/agent/linux/utils.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Juliano Martinez, Locaweb. import fcntl import os diff --git a/neutron/agent/metadata/__init__.py b/neutron/agent/metadata/__init__.py index f7461d23f3b..20c9a03a026 100644 --- a/neutron/agent/metadata/__init__.py +++ b/neutron/agent/metadata/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/agent/metadata/agent.py b/neutron/agent/metadata/agent.py index 569a99171a2..5a943fd1356 100644 --- a/neutron/agent/metadata/agent.py +++ b/neutron/agent/metadata/agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import hashlib import hmac diff --git a/neutron/agent/metadata/namespace_proxy.py b/neutron/agent/metadata/namespace_proxy.py index 9325fdd614b..1c2f9cb0f0f 100644 --- a/neutron/agent/metadata/namespace_proxy.py +++ b/neutron/agent/metadata/namespace_proxy.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import httplib import socket diff --git a/neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py b/neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py index 3b5debc55de..915d999fc9e 100644 --- a/neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py +++ b/neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/api/v2/resource_helper.py b/neutron/api/v2/resource_helper.py index a2365d23b8e..4a9510273c9 100644 --- a/neutron/api/v2/resource_helper.py +++ b/neutron/api/v2/resource_helper.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Paul Michali Cisco Systems, Inc. from oslo.config import cfg diff --git a/neutron/cmd/usage_audit.py b/neutron/cmd/usage_audit.py index d089c66458f..a1efa7e1e47 100644 --- a/neutron/cmd/usage_audit.py +++ b/neutron/cmd/usage_audit.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # Copyright (c) 2012 New Dream Network, LLC (DreamHost) -# Author: Julien Danjou # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/neutron/common/log.py b/neutron/common/log.py index 405b54a9109..f1b5f425fd8 100644 --- a/neutron/common/log.py +++ b/neutron/common/log.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/db/extradhcpopt_db.py b/neutron/db/extradhcpopt_db.py index 4693457f7ca..6e7b23f4358 100644 --- a/neutron/db/extradhcpopt_db.py +++ b/neutron/db/extradhcpopt_db.py @@ -12,9 +12,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Don Kehn, dekehn@gmail.com -# + import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/db/firewall/firewall_db.py b/neutron/db/firewall/firewall_db.py index 40ccf5d3d6f..b6290e16f43 100644 --- a/neutron/db/firewall/firewall_db.py +++ b/neutron/db/firewall/firewall_db.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. from oslo.config import cfg diff --git a/neutron/db/metering/__init__.py b/neutron/db/metering/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/db/metering/__init__.py +++ b/neutron/db/metering/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/db/metering/metering_db.py b/neutron/db/metering/metering_db.py index 36e5d0b44b7..0e414a5f6bc 100644 --- a/neutron/db/metering/metering_db.py +++ b/neutron/db/metering/metering_db.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/db/metering/metering_rpc.py b/neutron/db/metering/metering_rpc.py index c0bbd51ad30..5d6a91618c5 100644 --- a/neutron/db/metering/metering_rpc.py +++ b/neutron/db/metering/metering_rpc.py @@ -1,7 +1,5 @@ # Copyright (C) 2014 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/db/migration/README b/neutron/db/migration/README index 75d86d051be..738f9f50ecd 100644 --- a/neutron/db/migration/README +++ b/neutron/db/migration/README @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author Mark McClain (DreamHost) The migrations in the alembic/versions contain the changes needed to migrate from older Neutron releases to newer versions. A migration occurs by executing diff --git a/neutron/db/migration/__init__.py b/neutron/db/migration/__init__.py index 907279bacf2..55c1443f1fe 100644 --- a/neutron/db/migration/__init__.py +++ b/neutron/db/migration/__init__.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import functools diff --git a/neutron/db/migration/alembic_migrations/env.py b/neutron/db/migration/alembic_migrations/env.py index 924f16f3dd6..363667ff817 100644 --- a/neutron/db/migration/alembic_migrations/env.py +++ b/neutron/db/migration/alembic_migrations/env.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost from logging import config as logging_config diff --git a/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py b/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py index 2cdfad931e4..a95064a1ef1 100644 --- a/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py +++ b/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author Sean M. Collins (Comcast) """Add IPv6 Subnet properties diff --git a/neutron/db/migration/cli.py b/neutron/db/migration/cli.py index b25c520e065..ae47562cd26 100644 --- a/neutron/db/migration/cli.py +++ b/neutron/db/migration/cli.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import os diff --git a/neutron/db/portbindings_base.py b/neutron/db/portbindings_base.py index 045b7e3f26d..8114d2c529f 100644 --- a/neutron/db/portbindings_base.py +++ b/neutron/db/portbindings_base.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Yong Sheng Gong, UnitedStack Inc. from neutron.api.v2 import attributes from neutron.db import db_base_plugin_v2 diff --git a/neutron/db/portbindings_db.py b/neutron/db/portbindings_db.py index 1f94f83974b..8b777aba7a6 100644 --- a/neutron/db/portbindings_db.py +++ b/neutron/db/portbindings_db.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Yong Sheng Gong, IBM, Corp. import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/db/routedserviceinsertion_db.py b/neutron/db/routedserviceinsertion_db.py index 25b87ca4206..98b882cf05e 100644 --- a/neutron/db/routedserviceinsertion_db.py +++ b/neutron/db/routedserviceinsertion_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc import sqlalchemy as sa from sqlalchemy import event diff --git a/neutron/db/routerservicetype_db.py b/neutron/db/routerservicetype_db.py index 9037a0bb4a8..32cfd60d4e6 100644 --- a/neutron/db/routerservicetype_db.py +++ b/neutron/db/routerservicetype_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc import sqlalchemy as sa diff --git a/neutron/db/servicetype_db.py b/neutron/db/servicetype_db.py index 6dae9b7627d..534ba1553db 100644 --- a/neutron/db/servicetype_db.py +++ b/neutron/db/servicetype_db.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Salvatore Orlando, VMware -# import sqlalchemy as sa diff --git a/neutron/db/vpn/__init__.py b/neutron/db/vpn/__init__.py index 060b986bbf3..a15801e6a47 100644 --- a/neutron/db/vpn/__init__.py +++ b/neutron/db/vpn/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. diff --git a/neutron/db/vpn/vpn_db.py b/neutron/db/vpn/vpn_db.py index e8aeee8c133..6ff9b7c9650 100644 --- a/neutron/db/vpn/vpn_db.py +++ b/neutron/db/vpn/vpn_db.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. import netaddr import sqlalchemy as sa diff --git a/neutron/db/vpn/vpn_validator.py b/neutron/db/vpn/vpn_validator.py index 5e228615678..4316bc29190 100644 --- a/neutron/db/vpn/vpn_validator.py +++ b/neutron/db/vpn/vpn_validator.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. from neutron.db import l3_db from neutron.extensions import vpnaas diff --git a/neutron/extensions/extra_dhcp_opt.py b/neutron/extensions/extra_dhcp_opt.py index 59a3a0c59e0..33d2ed709e0 100644 --- a/neutron/extensions/extra_dhcp_opt.py +++ b/neutron/extensions/extra_dhcp_opt.py @@ -12,8 +12,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @Author Don Kehn, dekehn@gmail.com from neutron.api import extensions from neutron.api.v2 import attributes as attr diff --git a/neutron/extensions/firewall.py b/neutron/extensions/firewall.py index fb66aaa4a4f..7b365254a6f 100644 --- a/neutron/extensions/firewall.py +++ b/neutron/extensions/firewall.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. import abc diff --git a/neutron/extensions/metering.py b/neutron/extensions/metering.py index 2bb167dadda..a9c750d01d7 100644 --- a/neutron/extensions/metering.py +++ b/neutron/extensions/metering.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/extensions/routedserviceinsertion.py b/neutron/extensions/routedserviceinsertion.py index 06ff9e259c8..71e44b33ad9 100644 --- a/neutron/extensions/routedserviceinsertion.py +++ b/neutron/extensions/routedserviceinsertion.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc ROUTER_ID = 'router_id' diff --git a/neutron/extensions/routerservicetype.py b/neutron/extensions/routerservicetype.py index 6168adf36f8..cce9cf85d33 100644 --- a/neutron/extensions/routerservicetype.py +++ b/neutron/extensions/routerservicetype.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc SERVICE_TYPE_ID = 'service_type_id' diff --git a/neutron/extensions/servicetype.py b/neutron/extensions/servicetype.py index 25633775d9e..5675c05c273 100644 --- a/neutron/extensions/servicetype.py +++ b/neutron/extensions/servicetype.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Salvatore Orlando, VMware -# from neutron.api import extensions from neutron.api.v2 import attributes diff --git a/neutron/extensions/vpnaas.py b/neutron/extensions/vpnaas.py index c45378aff22..a1bf41876bc 100644 --- a/neutron/extensions/vpnaas.py +++ b/neutron/extensions/vpnaas.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. import abc diff --git a/neutron/hacking/checks.py b/neutron/hacking/checks.py index 4e7d2eb0e97..a170a0d4be8 100644 --- a/neutron/hacking/checks.py +++ b/neutron/hacking/checks.py @@ -33,6 +33,8 @@ Guidelines for writing new hacking checks log_translation = re.compile( r"(.)*LOG\.(audit|error|info|warn|warning|critical|exception)\(\s*('|\")") +author_tag_re = (re.compile("^\s*#\s*@?(a|A)uthor"), + re.compile("^\.\.\s+moduleauthor::")) def validate_log_translations(logical_line, physical_line, filename): @@ -67,6 +69,17 @@ def use_jsonutils(logical_line, filename): yield (pos, msg % {'fun': f[:-1]}) +def no_author_tags(physical_line): + for regex in author_tag_re: + if regex.match(physical_line): + physical_line = physical_line.lower() + pos = physical_line.find('moduleauthor') + if pos < 0: + pos = physical_line.find('author') + return pos, "N322: Don't use author tags" + + def factory(register): register(validate_log_translations) register(use_jsonutils) + register(no_author_tags) diff --git a/neutron/plugins/bigswitch/agent/restproxy_agent.py b/neutron/plugins/bigswitch/agent/restproxy_agent.py index 8fb6cdf1256..910be065627 100644 --- a/neutron/plugins/bigswitch/agent/restproxy_agent.py +++ b/neutron/plugins/bigswitch/agent/restproxy_agent.py @@ -15,7 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Kevin Benton, kevin.benton@bigswitch.com import sys import time diff --git a/neutron/plugins/bigswitch/config.py b/neutron/plugins/bigswitch/config.py index 431cdd448b8..4206dcc9a8f 100644 --- a/neutron/plugins/bigswitch/config.py +++ b/neutron/plugins/bigswitch/config.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mandeep Dhami, Big Switch Networks, Inc. -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Kevin Benton, Big Switch Networks, Inc. """ This module manages configuration options diff --git a/neutron/plugins/bigswitch/db/__init__.py b/neutron/plugins/bigswitch/db/__init__.py index 71aba5c6aa1..70cb8a35316 100644 --- a/neutron/plugins/bigswitch/db/__init__.py +++ b/neutron/plugins/bigswitch/db/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, Big Switch Networks, Inc. diff --git a/neutron/plugins/bigswitch/extensions/__init__.py b/neutron/plugins/bigswitch/extensions/__init__.py index 71aba5c6aa1..70cb8a35316 100644 --- a/neutron/plugins/bigswitch/extensions/__init__.py +++ b/neutron/plugins/bigswitch/extensions/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, Big Switch Networks, Inc. diff --git a/neutron/plugins/bigswitch/extensions/routerrule.py b/neutron/plugins/bigswitch/extensions/routerrule.py index 6970dd65791..9cabfde4b55 100644 --- a/neutron/plugins/bigswitch/extensions/routerrule.py +++ b/neutron/plugins/bigswitch/extensions/routerrule.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, Big Switch Networks, Inc. from neutron.api.v2 import attributes as attr from neutron.common import exceptions as qexception diff --git a/neutron/plugins/bigswitch/plugin.py b/neutron/plugins/bigswitch/plugin.py index 5d119113fc2..3c35033f9f9 100644 --- a/neutron/plugins/bigswitch/plugin.py +++ b/neutron/plugins/bigswitch/plugin.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mandeep Dhami, Big Switch Networks, Inc. -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. """ Neutron REST Proxy Plug-in for Big Switch and FloodLight Controllers. diff --git a/neutron/plugins/bigswitch/servermanager.py b/neutron/plugins/bigswitch/servermanager.py index 1b072848fdb..6fdbec36a6c 100644 --- a/neutron/plugins/bigswitch/servermanager.py +++ b/neutron/plugins/bigswitch/servermanager.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mandeep Dhami, Big Switch Networks, Inc. -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Kevin Benton, Big Switch Networks, Inc. """ This module manages the HTTP and HTTPS connections to the backend controllers. diff --git a/neutron/plugins/bigswitch/tests/test_server.py b/neutron/plugins/bigswitch/tests/test_server.py index 812f73ea5cd..392ab92e9f1 100755 --- a/neutron/plugins/bigswitch/tests/test_server.py +++ b/neutron/plugins/bigswitch/tests/test_server.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mandeep Dhami, Big Switch Networks, Inc. """Test server mocking a REST based network ctrl. diff --git a/neutron/plugins/bigswitch/vcsversion.py b/neutron/plugins/bigswitch/vcsversion.py index 9fa984ab39a..febe0e5429b 100644 --- a/neutron/plugins/bigswitch/vcsversion.py +++ b/neutron/plugins/bigswitch/vcsversion.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com -# version_info = {'branch_nick': u'neutron/trunk', 'revision_id': u'1', 'revno': 0} diff --git a/neutron/plugins/bigswitch/version.py b/neutron/plugins/bigswitch/version.py index 2e757f23143..35904ae1f3e 100755 --- a/neutron/plugins/bigswitch/version.py +++ b/neutron/plugins/bigswitch/version.py @@ -13,9 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Based on openstack generic code -# @author: Mandeep Dhami, Big Switch Networks, Inc. """Determine version of NeutronRestProxy plugin""" from __future__ import print_function diff --git a/neutron/plugins/brocade/NeutronPlugin.py b/neutron/plugins/brocade/NeutronPlugin.py index 7b46e04bcee..1d8dc37ef15 100644 --- a/neutron/plugins/brocade/NeutronPlugin.py +++ b/neutron/plugins/brocade/NeutronPlugin.py @@ -13,10 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# Authors: -# Shiv Haris (sharis@brocade.com) -# Varma Bhupatiraju (vbhupati@#brocade.com) -# # (Some parts adapted from LinuxBridge Plugin) # TODO(shiv) need support for security groups diff --git a/neutron/plugins/brocade/db/models.py b/neutron/plugins/brocade/db/models.py index 4a0df671ba5..14401f095de 100644 --- a/neutron/plugins/brocade/db/models.py +++ b/neutron/plugins/brocade/db/models.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Shiv Haris (sharis@brocade.com) -# Varma Bhupatiraju (vbhupati@#brocade.com) """Brocade specific database schema/model.""" diff --git a/neutron/plugins/brocade/nos/fake_nosdriver.py b/neutron/plugins/brocade/nos/fake_nosdriver.py index 5fabc0ec473..5f7393fd938 100644 --- a/neutron/plugins/brocade/nos/fake_nosdriver.py +++ b/neutron/plugins/brocade/nos/fake_nosdriver.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) """FAKE DRIVER, for unit tests purposes. diff --git a/neutron/plugins/brocade/nos/nctemplates.py b/neutron/plugins/brocade/nos/nctemplates.py index 9401130e61f..537280d0e00 100644 --- a/neutron/plugins/brocade/nos/nctemplates.py +++ b/neutron/plugins/brocade/nos/nctemplates.py @@ -12,11 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) - """NOS NETCONF XML Configuration Command Templates. diff --git a/neutron/plugins/brocade/nos/nosdriver.py b/neutron/plugins/brocade/nos/nosdriver.py index 8dc1cf0ca8a..fe09c0bf24e 100644 --- a/neutron/plugins/brocade/nos/nosdriver.py +++ b/neutron/plugins/brocade/nos/nosdriver.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) """Brocade NOS Driver implements NETCONF over SSHv2 for diff --git a/neutron/plugins/brocade/tests/noscli.py b/neutron/plugins/brocade/tests/noscli.py index 81e988e3cc8..41213b1a1eb 100644 --- a/neutron/plugins/brocade/tests/noscli.py +++ b/neutron/plugins/brocade/tests/noscli.py @@ -14,10 +14,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) """Brocade NOS Driver CLI.""" diff --git a/neutron/plugins/brocade/tests/nostest.py b/neutron/plugins/brocade/tests/nostest.py index 72a21ae8ba7..a0d4b611ffd 100644 --- a/neutron/plugins/brocade/tests/nostest.py +++ b/neutron/plugins/brocade/tests/nostest.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) """Brocade NOS Driver Test.""" diff --git a/neutron/plugins/brocade/vlanbm.py b/neutron/plugins/brocade/vlanbm.py index e45492f560a..91bb24b7958 100644 --- a/neutron/plugins/brocade/vlanbm.py +++ b/neutron/plugins/brocade/vlanbm.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Shiv Haris (sharis@brocade.com) -# Varma Bhupatiraju (vbhupati@#brocade.com) """A Vlan Bitmap class to handle allocation/de-allocation of vlan ids.""" diff --git a/neutron/plugins/cisco/__init__.py b/neutron/plugins/cisco/__init__.py index 9a446dd8ca7..54aa18193d3 100644 --- a/neutron/plugins/cisco/__init__.py +++ b/neutron/plugins/cisco/__init__.py @@ -11,6 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# diff --git a/neutron/plugins/cisco/cfg_agent/cfg_agent.py b/neutron/plugins/cisco/cfg_agent/cfg_agent.py index f204952be4d..d3d9eefb482 100644 --- a/neutron/plugins/cisco/cfg_agent/cfg_agent.py +++ b/neutron/plugins/cisco/cfg_agent/cfg_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import eventlet eventlet.monkey_patch() diff --git a/neutron/plugins/cisco/cfg_agent/cfg_exceptions.py b/neutron/plugins/cisco/cfg_agent/cfg_exceptions.py index 06ab4d4d6cf..c79469d9f8b 100644 --- a/neutron/plugins/cisco/cfg_agent/cfg_exceptions.py +++ b/neutron/plugins/cisco/cfg_agent/cfg_exceptions.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. """Exceptions by Cisco Configuration Agent.""" diff --git a/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/cisco_csr1kv_snippets.py b/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/cisco_csr1kv_snippets.py index dc20c7434cf..be033a6eabe 100644 --- a/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/cisco_csr1kv_snippets.py +++ b/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/cisco_csr1kv_snippets.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. """ CSR (IOS-XE) XML-based configuration snippets diff --git a/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py b/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py index 191f1ee09a5..95d80b7cac1 100644 --- a/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py +++ b/neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import logging import netaddr diff --git a/neutron/plugins/cisco/cfg_agent/device_drivers/devicedriver_api.py b/neutron/plugins/cisco/cfg_agent/device_drivers/devicedriver_api.py index 48c60166d30..8ed7c827b6a 100644 --- a/neutron/plugins/cisco/cfg_agent/device_drivers/devicedriver_api.py +++ b/neutron/plugins/cisco/cfg_agent/device_drivers/devicedriver_api.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import abc import six diff --git a/neutron/plugins/cisco/cfg_agent/device_drivers/driver_mgr.py b/neutron/plugins/cisco/cfg_agent/device_drivers/driver_mgr.py index c04c96b391f..f98d3454bcf 100644 --- a/neutron/plugins/cisco/cfg_agent/device_drivers/driver_mgr.py +++ b/neutron/plugins/cisco/cfg_agent/device_drivers/driver_mgr.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. from neutron.openstack.common import excutils from neutron.openstack.common import importutils diff --git a/neutron/plugins/cisco/cfg_agent/device_drivers/dummy_driver.py b/neutron/plugins/cisco/cfg_agent/device_drivers/dummy_driver.py index 43fb12b27e3..8972c7fd50e 100644 --- a/neutron/plugins/cisco/cfg_agent/device_drivers/dummy_driver.py +++ b/neutron/plugins/cisco/cfg_agent/device_drivers/dummy_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import logging diff --git a/neutron/plugins/cisco/cfg_agent/device_status.py b/neutron/plugins/cisco/cfg_agent/device_status.py index b5c50074740..ff389fbc623 100644 --- a/neutron/plugins/cisco/cfg_agent/device_status.py +++ b/neutron/plugins/cisco/cfg_agent/device_status.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import datetime diff --git a/neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py b/neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py index 474efc0cb33..6f6b592656d 100644 --- a/neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py +++ b/neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import collections import eventlet diff --git a/neutron/plugins/cisco/common/__init__.py b/neutron/plugins/cisco/common/__init__.py index 51c0001965d..54aa18193d3 100644 --- a/neutron/plugins/cisco/common/__init__.py +++ b/neutron/plugins/cisco/common/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. diff --git a/neutron/plugins/cisco/common/cisco_constants.py b/neutron/plugins/cisco/common/cisco_constants.py index 10d0a3bbdee..b348921bc4b 100644 --- a/neutron/plugins/cisco/common/cisco_constants.py +++ b/neutron/plugins/cisco/common/cisco_constants.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. # Attachment attributes diff --git a/neutron/plugins/cisco/common/cisco_credentials_v2.py b/neutron/plugins/cisco/common/cisco_credentials_v2.py index 115cab488aa..61112da57f5 100644 --- a/neutron/plugins/cisco/common/cisco_credentials_v2.py +++ b/neutron/plugins/cisco/common/cisco_credentials_v2.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. from neutron.plugins.cisco.common import cisco_constants as const diff --git a/neutron/plugins/cisco/common/cisco_exceptions.py b/neutron/plugins/cisco/common/cisco_exceptions.py index 0a7fede3103..b0c2973704b 100644 --- a/neutron/plugins/cisco/common/cisco_exceptions.py +++ b/neutron/plugins/cisco/common/cisco_exceptions.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# @author: Rohit Agarwalla, Cisco Systems, Inc. """Exceptions used by the Cisco plugin.""" diff --git a/neutron/plugins/cisco/common/cisco_faults.py b/neutron/plugins/cisco/common/cisco_faults.py index c54367e6893..a2df46c0600 100644 --- a/neutron/plugins/cisco/common/cisco_faults.py +++ b/neutron/plugins/cisco/common/cisco_faults.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ying Liu, Cisco Systems, Inc. import webob.dec diff --git a/neutron/plugins/cisco/db/__init__.py b/neutron/plugins/cisco/db/__init__.py index 9a446dd8ca7..54aa18193d3 100644 --- a/neutron/plugins/cisco/db/__init__.py +++ b/neutron/plugins/cisco/db/__init__.py @@ -11,6 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# diff --git a/neutron/plugins/cisco/db/l3/device_handling_db.py b/neutron/plugins/cisco/db/l3/device_handling_db.py index 08cfbb022a9..a2834899182 100644 --- a/neutron/plugins/cisco/db/l3/device_handling_db.py +++ b/neutron/plugins/cisco/db/l3/device_handling_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import random diff --git a/neutron/plugins/cisco/db/l3/l3_models.py b/neutron/plugins/cisco/db/l3/l3_models.py index 21de8225a61..62a0dee5b02 100644 --- a/neutron/plugins/cisco/db/l3/l3_models.py +++ b/neutron/plugins/cisco/db/l3/l3_models.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/plugins/cisco/db/l3/l3_router_appliance_db.py b/neutron/plugins/cisco/db/l3/l3_router_appliance_db.py index 1320012b9e9..01515fff472 100644 --- a/neutron/plugins/cisco/db/l3/l3_router_appliance_db.py +++ b/neutron/plugins/cisco/db/l3/l3_router_appliance_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import copy diff --git a/neutron/plugins/cisco/db/n1kv_db_v2.py b/neutron/plugins/cisco/db/n1kv_db_v2.py index bfdd62c3062..d694b236764 100644 --- a/neutron/plugins/cisco/db/n1kv_db_v2.py +++ b/neutron/plugins/cisco/db/n1kv_db_v2.py @@ -11,11 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Aruna Kushwaha, Cisco Systems Inc. -# @author: Abhishek Raut, Cisco Systems Inc. -# @author: Rudrajit Tapadar, Cisco Systems Inc. -# @author: Sergey Sudakovich, Cisco Systems Inc. import netaddr import re diff --git a/neutron/plugins/cisco/db/n1kv_models_v2.py b/neutron/plugins/cisco/db/n1kv_models_v2.py index c4d2a43b1f2..dbbbfb0919d 100644 --- a/neutron/plugins/cisco/db/n1kv_models_v2.py +++ b/neutron/plugins/cisco/db/n1kv_models_v2.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems Inc. -# @author: Rudrajit Tapadar, Cisco Systems Inc. import sqlalchemy as sa from sqlalchemy import sql diff --git a/neutron/plugins/cisco/db/network_db_v2.py b/neutron/plugins/cisco/db/network_db_v2.py index 03f350a0398..1afc3297ac9 100644 --- a/neutron/plugins/cisco/db/network_db_v2.py +++ b/neutron/plugins/cisco/db/network_db_v2.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rohit Agarwalla, Cisco Systems, Inc. from sqlalchemy.orm import exc diff --git a/neutron/plugins/cisco/db/network_models_v2.py b/neutron/plugins/cisco/db/network_models_v2.py index bf9145e0250..460fcaf3fb3 100644 --- a/neutron/plugins/cisco/db/network_models_v2.py +++ b/neutron/plugins/cisco/db/network_models_v2.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rohit Agarwalla, Cisco Systems, Inc. import sqlalchemy as sa diff --git a/neutron/plugins/cisco/extensions/_credential_view.py b/neutron/plugins/cisco/extensions/_credential_view.py index a0f80d45777..5ab2809913c 100644 --- a/neutron/plugins/cisco/extensions/_credential_view.py +++ b/neutron/plugins/cisco/extensions/_credential_view.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ying Liu, Cisco Systems, Inc. -# def get_view_builder(req): diff --git a/neutron/plugins/cisco/extensions/_qos_view.py b/neutron/plugins/cisco/extensions/_qos_view.py index b748b456e32..187af195090 100644 --- a/neutron/plugins/cisco/extensions/_qos_view.py +++ b/neutron/plugins/cisco/extensions/_qos_view.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ying Liu, Cisco Systems, Inc. -# def get_view_builder(req): diff --git a/neutron/plugins/cisco/extensions/credential.py b/neutron/plugins/cisco/extensions/credential.py index 9bd621fb517..01749357bd3 100644 --- a/neutron/plugins/cisco/extensions/credential.py +++ b/neutron/plugins/cisco/extensions/credential.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ying Liu, Cisco Systems, Inc. -# @author: Abhishek Raut, Cisco Systems, Inc from neutron.api import extensions from neutron.api.v2 import attributes diff --git a/neutron/plugins/cisco/extensions/n1kv.py b/neutron/plugins/cisco/extensions/n1kv.py index 8bf21c65cb3..59552ac3c8d 100644 --- a/neutron/plugins/cisco/extensions/n1kv.py +++ b/neutron/plugins/cisco/extensions/n1kv.py @@ -11,11 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# @author: Rudrajit Tapadar, Cisco Systems, Inc. -# @author: Aruna Kushwaha, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. from neutron.api import extensions from neutron.api.v2 import attributes diff --git a/neutron/plugins/cisco/extensions/network_profile.py b/neutron/plugins/cisco/extensions/network_profile.py index b2780047413..b2752a06c2c 100644 --- a/neutron/plugins/cisco/extensions/network_profile.py +++ b/neutron/plugins/cisco/extensions/network_profile.py @@ -11,10 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. -# @author: Rudrajit Tapadar, Cisco Systems, Inc. from neutron.api import extensions from neutron.api.v2 import attributes diff --git a/neutron/plugins/cisco/extensions/policy_profile.py b/neutron/plugins/cisco/extensions/policy_profile.py index d85f96a5a71..9c028e76b6b 100644 --- a/neutron/plugins/cisco/extensions/policy_profile.py +++ b/neutron/plugins/cisco/extensions/policy_profile.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. from neutron.api import extensions from neutron.api.v2 import attributes diff --git a/neutron/plugins/cisco/extensions/qos.py b/neutron/plugins/cisco/extensions/qos.py index 90e2247d58a..5d6cb7b6073 100644 --- a/neutron/plugins/cisco/extensions/qos.py +++ b/neutron/plugins/cisco/extensions/qos.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ying Liu, Cisco Systems, Inc. -# from webob import exc diff --git a/neutron/plugins/cisco/l2device_plugin_base.py b/neutron/plugins/cisco/l2device_plugin_base.py index 5139b4b5cc2..56fd91f199d 100644 --- a/neutron/plugins/cisco/l2device_plugin_base.py +++ b/neutron/plugins/cisco/l2device_plugin_base.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. import abc import inspect diff --git a/neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py b/neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py index 192f4cfc79d..d0b493a22fb 100644 --- a/neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py +++ b/neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import abc diff --git a/neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py b/neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py index a3fb4a33d0d..22999f178e2 100644 --- a/neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py +++ b/neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import netaddr diff --git a/neutron/plugins/cisco/l3/plugging_drivers/__init__.py b/neutron/plugins/cisco/l3/plugging_drivers/__init__.py index dcbb664c6b4..526faf0af0e 100644 --- a/neutron/plugins/cisco/l3/plugging_drivers/__init__.py +++ b/neutron/plugins/cisco/l3/plugging_drivers/__init__.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. - import abc diff --git a/neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py b/neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py index 67af3f9bfe1..35ebfcdfbd7 100644 --- a/neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py +++ b/neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. -# @author: Hareesh Puthalath, Cisco Systems, Inc. # Constants for the N1kv plugging drivers. diff --git a/neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py b/neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py index c8717e6dcb8..ffda751c28f 100644 --- a/neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py +++ b/neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import eventlet diff --git a/neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py b/neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py index 788ebb721c9..fd96fd3ae94 100644 --- a/neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py +++ b/neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. class DeviceCfgRpcCallbackMixin(object): diff --git a/neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py b/neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py index 3c94b5eadb5..c1d1104c293 100644 --- a/neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py +++ b/neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. from neutron.common import constants from neutron.common import utils diff --git a/neutron/plugins/cisco/l3/service_vm_lib.py b/neutron/plugins/cisco/l3/service_vm_lib.py index edff680428c..8ffe63bb9cd 100644 --- a/neutron/plugins/cisco/l3/service_vm_lib.py +++ b/neutron/plugins/cisco/l3/service_vm_lib.py @@ -11,10 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. -# @author: Bob Melander, Cisco Systems, Inc. - from novaclient import exceptions as nova_exc from novaclient import utils as n_utils diff --git a/neutron/plugins/cisco/models/__init__.py b/neutron/plugins/cisco/models/__init__.py index 51c0001965d..54aa18193d3 100644 --- a/neutron/plugins/cisco/models/__init__.py +++ b/neutron/plugins/cisco/models/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. diff --git a/neutron/plugins/cisco/models/virt_phy_sw_v2.py b/neutron/plugins/cisco/models/virt_phy_sw_v2.py index 9162384d250..a9902d75eec 100644 --- a/neutron/plugins/cisco/models/virt_phy_sw_v2.py +++ b/neutron/plugins/cisco/models/virt_phy_sw_v2.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# @author: Rohit Agarwalla, Cisco Systems, Inc. -# import inspect diff --git a/neutron/plugins/cisco/n1kv/__init__.py b/neutron/plugins/cisco/n1kv/__init__.py index cf7a1ceaa84..73c4997f21d 100644 --- a/neutron/plugins/cisco/n1kv/__init__.py +++ b/neutron/plugins/cisco/n1kv/__init__.py @@ -11,6 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# diff --git a/neutron/plugins/cisco/n1kv/n1kv_client.py b/neutron/plugins/cisco/n1kv/n1kv_client.py index b07e1c51f1e..848215994f9 100644 --- a/neutron/plugins/cisco/n1kv/n1kv_client.py +++ b/neutron/plugins/cisco/n1kv/n1kv_client.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# @author: Rudrajit Tapadar, Cisco Systems, Inc. import base64 import eventlet diff --git a/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py b/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py index 07331053a27..236822d2173 100644 --- a/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py +++ b/neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py @@ -11,11 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Aruna Kushwaha, Cisco Systems, Inc. -# @author: Rudrajit Tapadar, Cisco Systems, Inc. -# @author: Abhishek Raut, Cisco Systems, Inc. -# @author: Sergey Sudakovich, Cisco Systems, Inc. import eventlet diff --git a/neutron/plugins/cisco/network_plugin.py b/neutron/plugins/cisco/network_plugin.py index b3f679e9dce..7ea86136985 100644 --- a/neutron/plugins/cisco/network_plugin.py +++ b/neutron/plugins/cisco/network_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. import webob.exc as wexc diff --git a/neutron/plugins/cisco/service_plugins/cisco_router_plugin.py b/neutron/plugins/cisco/service_plugins/cisco_router_plugin.py index af10e73320a..ef2fdbcaae1 100644 --- a/neutron/plugins/cisco/service_plugins/cisco_router_plugin.py +++ b/neutron/plugins/cisco/service_plugins/cisco_router_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. from neutron.common import rpc as n_rpc from neutron.common import topics diff --git a/neutron/plugins/embrane/__init__.py b/neutron/plugins/embrane/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/__init__.py +++ b/neutron/plugins/embrane/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/agent/__init__.py b/neutron/plugins/embrane/agent/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/agent/__init__.py +++ b/neutron/plugins/embrane/agent/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/agent/dispatcher.py b/neutron/plugins/embrane/agent/dispatcher.py index dcea84f7c27..31c5602dc46 100644 --- a/neutron/plugins/embrane/agent/dispatcher.py +++ b/neutron/plugins/embrane/agent/dispatcher.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from eventlet import greenthread from eventlet import queue diff --git a/neutron/plugins/embrane/agent/operations/__init__.py b/neutron/plugins/embrane/agent/operations/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/agent/operations/__init__.py +++ b/neutron/plugins/embrane/agent/operations/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/agent/operations/router_operations.py b/neutron/plugins/embrane/agent/operations/router_operations.py index a81c6aab54a..61059772a27 100644 --- a/neutron/plugins/embrane/agent/operations/router_operations.py +++ b/neutron/plugins/embrane/agent/operations/router_operations.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. import functools diff --git a/neutron/plugins/embrane/base_plugin.py b/neutron/plugins/embrane/base_plugin.py index 8dedc653ae5..0dacc0fe779 100644 --- a/neutron/plugins/embrane/base_plugin.py +++ b/neutron/plugins/embrane/base_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from heleosapi import backend_operations as h_op from heleosapi import constants as h_con diff --git a/neutron/plugins/embrane/common/__init__.py b/neutron/plugins/embrane/common/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/common/__init__.py +++ b/neutron/plugins/embrane/common/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/common/config.py b/neutron/plugins/embrane/common/config.py index 2c13a08f7e4..8ece1ce3193 100644 --- a/neutron/plugins/embrane/common/config.py +++ b/neutron/plugins/embrane/common/config.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from oslo.config import cfg diff --git a/neutron/plugins/embrane/common/constants.py b/neutron/plugins/embrane/common/constants.py index d842013b32a..709d9467699 100644 --- a/neutron/plugins/embrane/common/constants.py +++ b/neutron/plugins/embrane/common/constants.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from heleosapi import exceptions as h_exc diff --git a/neutron/plugins/embrane/common/contexts.py b/neutron/plugins/embrane/common/contexts.py index d1182fcf115..93ab7300d3e 100644 --- a/neutron/plugins/embrane/common/contexts.py +++ b/neutron/plugins/embrane/common/contexts.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. class DispatcherContext(object): diff --git a/neutron/plugins/embrane/common/exceptions.py b/neutron/plugins/embrane/common/exceptions.py index a023717b643..7d42b647b34 100644 --- a/neutron/plugins/embrane/common/exceptions.py +++ b/neutron/plugins/embrane/common/exceptions.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from neutron.common import exceptions as neutron_exec diff --git a/neutron/plugins/embrane/common/operation.py b/neutron/plugins/embrane/common/operation.py index bf779ef0615..957982cf65a 100644 --- a/neutron/plugins/embrane/common/operation.py +++ b/neutron/plugins/embrane/common/operation.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. class Operation(object): diff --git a/neutron/plugins/embrane/common/utils.py b/neutron/plugins/embrane/common/utils.py index cd50fa620f6..34c2d5c44a6 100644 --- a/neutron/plugins/embrane/common/utils.py +++ b/neutron/plugins/embrane/common/utils.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from heleosapi import info as h_info diff --git a/neutron/plugins/embrane/l2base/__init__.py b/neutron/plugins/embrane/l2base/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/l2base/__init__.py +++ b/neutron/plugins/embrane/l2base/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/l2base/fake/__init__.py b/neutron/plugins/embrane/l2base/fake/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/l2base/fake/__init__.py +++ b/neutron/plugins/embrane/l2base/fake/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py b/neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py index cb888528c4b..ec019041161 100644 --- a/neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py +++ b/neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from neutron.db import db_base_plugin_v2 diff --git a/neutron/plugins/embrane/l2base/fake/fakeplugin_support.py b/neutron/plugins/embrane/l2base/fake/fakeplugin_support.py index b63c76f6cb7..5b99ffe3b97 100644 --- a/neutron/plugins/embrane/l2base/fake/fakeplugin_support.py +++ b/neutron/plugins/embrane/l2base/fake/fakeplugin_support.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from heleosapi import info as h_info diff --git a/neutron/plugins/embrane/l2base/ml2/ml2_support.py b/neutron/plugins/embrane/l2base/ml2/ml2_support.py index 047973b09fe..e38195ea2e4 100644 --- a/neutron/plugins/embrane/l2base/ml2/ml2_support.py +++ b/neutron/plugins/embrane/l2base/ml2/ml2_support.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. -# @author: Ignacio Scopetta, Embrane, Inc. from heleosapi import info as h_info diff --git a/neutron/plugins/embrane/l2base/support_base.py b/neutron/plugins/embrane/l2base/support_base.py index 8104775ae1f..5ac0c57098b 100644 --- a/neutron/plugins/embrane/l2base/support_base.py +++ b/neutron/plugins/embrane/l2base/support_base.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. import abc diff --git a/neutron/plugins/embrane/l2base/support_exceptions.py b/neutron/plugins/embrane/l2base/support_exceptions.py index ac9358402e6..2ea02df3a59 100644 --- a/neutron/plugins/embrane/l2base/support_exceptions.py +++ b/neutron/plugins/embrane/l2base/support_exceptions.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from neutron.plugins.embrane.common import exceptions as embrane_exc diff --git a/neutron/plugins/embrane/plugins/__init__.py b/neutron/plugins/embrane/plugins/__init__.py index 25dc46b070e..5627edf2c91 100644 --- a/neutron/plugins/embrane/plugins/__init__.py +++ b/neutron/plugins/embrane/plugins/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/plugins/embrane/plugins/embrane_fake_plugin.py b/neutron/plugins/embrane/plugins/embrane_fake_plugin.py index bcfab70f191..2ca11c99bcb 100644 --- a/neutron/plugins/embrane/plugins/embrane_fake_plugin.py +++ b/neutron/plugins/embrane/plugins/embrane_fake_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from neutron.db import extraroute_db from neutron.plugins.embrane import base_plugin as base diff --git a/neutron/plugins/embrane/plugins/embrane_ml2_plugin.py b/neutron/plugins/embrane/plugins/embrane_ml2_plugin.py index 954e5ea8a73..172fa9b9de4 100644 --- a/neutron/plugins/embrane/plugins/embrane_ml2_plugin.py +++ b/neutron/plugins/embrane/plugins/embrane_ml2_plugin.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. -# @author: Ignacio Scopetta, Embrane, Inc. from neutron.db import extraroute_db from neutron.db import l3_dvr_db diff --git a/neutron/plugins/hyperv/agent/hyperv_neutron_agent.py b/neutron/plugins/hyperv/agent/hyperv_neutron_agent.py index a41cb4a4eec..856a986ab31 100644 --- a/neutron/plugins/hyperv/agent/hyperv_neutron_agent.py +++ b/neutron/plugins/hyperv/agent/hyperv_neutron_agent.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Pedro Navarro Perez -# @author: Alessandro Pilotti, Cloudbase Solutions Srl import platform import re diff --git a/neutron/plugins/hyperv/agent/security_groups_driver.py b/neutron/plugins/hyperv/agent/security_groups_driver.py index 755ab5270ed..a32d24fd2c6 100644 --- a/neutron/plugins/hyperv/agent/security_groups_driver.py +++ b/neutron/plugins/hyperv/agent/security_groups_driver.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Claudiu Belu, Cloudbase Solutions Srl from neutron.agent import firewall from neutron.openstack.common import log as logging diff --git a/neutron/plugins/hyperv/agent/utils.py b/neutron/plugins/hyperv/agent/utils.py index 1e18731ca2c..2508fac99b0 100644 --- a/neutron/plugins/hyperv/agent/utils.py +++ b/neutron/plugins/hyperv/agent/utils.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Pedro Navarro Perez -# @author: Alessandro Pilotti, Cloudbase Solutions Srl import sys import time diff --git a/neutron/plugins/hyperv/agent/utilsfactory.py b/neutron/plugins/hyperv/agent/utilsfactory.py index adc01099438..06503bbb0ce 100644 --- a/neutron/plugins/hyperv/agent/utilsfactory.py +++ b/neutron/plugins/hyperv/agent/utilsfactory.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Claudiu Belu, Cloudbase Solutions Srl import sys diff --git a/neutron/plugins/hyperv/agent/utilsv2.py b/neutron/plugins/hyperv/agent/utilsv2.py index d7e4a7569bf..0ef1ce4d891 100644 --- a/neutron/plugins/hyperv/agent/utilsv2.py +++ b/neutron/plugins/hyperv/agent/utilsv2.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl -# @author: Claudiu Belu, Cloudbase Solutions Srl from neutron.plugins.hyperv.agent import utils diff --git a/neutron/plugins/hyperv/agent_notifier_api.py b/neutron/plugins/hyperv/agent_notifier_api.py index bceab0a221d..d3dd7f54ef5 100644 --- a/neutron/plugins/hyperv/agent_notifier_api.py +++ b/neutron/plugins/hyperv/agent_notifier_api.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl from neutron.common import rpc as n_rpc from neutron.common import topics diff --git a/neutron/plugins/hyperv/common/constants.py b/neutron/plugins/hyperv/common/constants.py index bab6e50b011..bf3d3787806 100644 --- a/neutron/plugins/hyperv/common/constants.py +++ b/neutron/plugins/hyperv/common/constants.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl # Topic for tunnel notifications between the plugin and agent TUNNEL = 'tunnel' diff --git a/neutron/plugins/hyperv/db.py b/neutron/plugins/hyperv/db.py index e3a88dc0ea7..59eeb0c86fb 100644 --- a/neutron/plugins/hyperv/db.py +++ b/neutron/plugins/hyperv/db.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl from six import moves from sqlalchemy.orm import exc diff --git a/neutron/plugins/hyperv/hyperv_neutron_plugin.py b/neutron/plugins/hyperv/hyperv_neutron_plugin.py index 70ede35d195..8088b121bf2 100644 --- a/neutron/plugins/hyperv/hyperv_neutron_plugin.py +++ b/neutron/plugins/hyperv/hyperv_neutron_plugin.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl from oslo.config import cfg diff --git a/neutron/plugins/hyperv/model.py b/neutron/plugins/hyperv/model.py index f42aeb1d5a0..51069552d1c 100644 --- a/neutron/plugins/hyperv/model.py +++ b/neutron/plugins/hyperv/model.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl from sqlalchemy import Boolean, Column, ForeignKey, Integer, String diff --git a/neutron/plugins/hyperv/rpc_callbacks.py b/neutron/plugins/hyperv/rpc_callbacks.py index a44cfbca59f..ab4bbcdecfd 100644 --- a/neutron/plugins/hyperv/rpc_callbacks.py +++ b/neutron/plugins/hyperv/rpc_callbacks.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl from neutron.common import constants as q_const from neutron.common import rpc as n_rpc diff --git a/neutron/plugins/ibm/agent/sdnve_neutron_agent.py b/neutron/plugins/ibm/agent/sdnve_neutron_agent.py index e2121bf7b78..4f6579071f3 100644 --- a/neutron/plugins/ibm/agent/sdnve_neutron_agent.py +++ b/neutron/plugins/ibm/agent/sdnve_neutron_agent.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. import socket diff --git a/neutron/plugins/ibm/common/config.py b/neutron/plugins/ibm/common/config.py index 9d4b116ad98..f05a995a6c8 100644 --- a/neutron/plugins/ibm/common/config.py +++ b/neutron/plugins/ibm/common/config.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. from oslo.config import cfg diff --git a/neutron/plugins/ibm/common/constants.py b/neutron/plugins/ibm/common/constants.py index 3acf9baff5a..758f630f539 100644 --- a/neutron/plugins/ibm/common/constants.py +++ b/neutron/plugins/ibm/common/constants.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. import httplib diff --git a/neutron/plugins/ibm/common/exceptions.py b/neutron/plugins/ibm/common/exceptions.py index d2e5e7ed8e5..26298bae131 100644 --- a/neutron/plugins/ibm/common/exceptions.py +++ b/neutron/plugins/ibm/common/exceptions.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. from neutron.common import exceptions diff --git a/neutron/plugins/ibm/sdnve_api.py b/neutron/plugins/ibm/sdnve_api.py index 50e689c1c8d..135fa6c85dd 100644 --- a/neutron/plugins/ibm/sdnve_api.py +++ b/neutron/plugins/ibm/sdnve_api.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. import httplib diff --git a/neutron/plugins/ibm/sdnve_api_fake.py b/neutron/plugins/ibm/sdnve_api_fake.py index 74cfc838620..571f1f3ac5b 100644 --- a/neutron/plugins/ibm/sdnve_api_fake.py +++ b/neutron/plugins/ibm/sdnve_api_fake.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. from neutron.openstack.common import log as logging from neutron.plugins.ibm.common import constants diff --git a/neutron/plugins/ibm/sdnve_neutron_plugin.py b/neutron/plugins/ibm/sdnve_neutron_plugin.py index 2097122792f..b48a87849d7 100644 --- a/neutron/plugins/ibm/sdnve_neutron_plugin.py +++ b/neutron/plugins/ibm/sdnve_neutron_plugin.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp. import functools diff --git a/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py b/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py index 7d608c3e6ee..ac586a9cd7b 100755 --- a/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py +++ b/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py @@ -18,7 +18,6 @@ # Performs per host Linux Bridge configuration for Neutron. # Based on the structure of the OpenVSwitch agent in the # Neutron OpenVSwitch Plugin. -# @author: Sumit Naiksatam, Cisco Systems, Inc. import os import sys diff --git a/neutron/plugins/linuxbridge/common/__init__.py b/neutron/plugins/linuxbridge/common/__init__.py index a9d66be89cd..1f20c6bd46b 100644 --- a/neutron/plugins/linuxbridge/common/__init__.py +++ b/neutron/plugins/linuxbridge/common/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. diff --git a/neutron/plugins/linuxbridge/common/config.py b/neutron/plugins/linuxbridge/common/config.py index 0bf92ea4099..a8060a9ebbd 100644 --- a/neutron/plugins/linuxbridge/common/config.py +++ b/neutron/plugins/linuxbridge/common/config.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# @author: Rohit Agarwalla, Cisco Systems, Inc. from oslo.config import cfg diff --git a/neutron/plugins/linuxbridge/common/constants.py b/neutron/plugins/linuxbridge/common/constants.py index 5cd29ac1cfe..4e5f65146cc 100644 --- a/neutron/plugins/linuxbridge/common/constants.py +++ b/neutron/plugins/linuxbridge/common/constants.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. from neutron.plugins.common import constants as p_const diff --git a/neutron/plugins/linuxbridge/db/__init__.py b/neutron/plugins/linuxbridge/db/__init__.py index 8eaec07b661..1f20c6bd46b 100644 --- a/neutron/plugins/linuxbridge/db/__init__.py +++ b/neutron/plugins/linuxbridge/db/__init__.py @@ -11,6 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, Cisco Systems, Inc. -# diff --git a/neutron/plugins/midonet/agent/midonet_driver.py b/neutron/plugins/midonet/agent/midonet_driver.py index 8ebcf6750f3..29930b868cd 100644 --- a/neutron/plugins/midonet/agent/midonet_driver.py +++ b/neutron/plugins/midonet/agent/midonet_driver.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rossella Sblendido, Midokura Japan KK -# @author: Tomoe Sugihara, Midokura Japan KK -# @author: Ryu Ishimoto, Midokura Japan KK from neutron.agent.linux import dhcp from neutron.openstack.common import log as logging diff --git a/neutron/plugins/midonet/common/config.py b/neutron/plugins/midonet/common/config.py index 54d7f12f0eb..d4db12ef05c 100644 --- a/neutron/plugins/midonet/common/config.py +++ b/neutron/plugins/midonet/common/config.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Tomoe Sugihara, Midokura Japan KK from oslo.config import cfg diff --git a/neutron/plugins/midonet/common/net_util.py b/neutron/plugins/midonet/common/net_util.py index 6f62ecdce84..69706d396ea 100644 --- a/neutron/plugins/midonet/common/net_util.py +++ b/neutron/plugins/midonet/common/net_util.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ryu Ishimoto, Midokura Japan KK from neutron.common import constants diff --git a/neutron/plugins/midonet/midonet_lib.py b/neutron/plugins/midonet/midonet_lib.py index 6488a8b4ccf..a733eb05747 100644 --- a/neutron/plugins/midonet/midonet_lib.py +++ b/neutron/plugins/midonet/midonet_lib.py @@ -13,11 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Tomoe Sugihara, Midokura Japan KK -# @author: Ryu Ishimoto, Midokura Japan KK -# @author: Rossella Sblendido, Midokura Japan KK -# @author: Duarte Nunes, Midokura Japan KK from midonetclient import exc from webob import exc as w_exc diff --git a/neutron/plugins/midonet/plugin.py b/neutron/plugins/midonet/plugin.py index 0df30ad302e..4dc9af55835 100644 --- a/neutron/plugins/midonet/plugin.py +++ b/neutron/plugins/midonet/plugin.py @@ -13,12 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Takaaki Suzuki, Midokura Japan KK -# @author: Tomoe Sugihara, Midokura Japan KK -# @author: Ryu Ishimoto, Midokura Japan KK -# @author: Rossella Sblendido, Midokura Japan KK -# @author: Duarte Nunes, Midokura Japan KK import functools diff --git a/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py b/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py index a879f1ad16c..aac24410f02 100644 --- a/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py +++ b/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sukhdev Kapur, Arista Networks, Inc. -# import hashlib import socket diff --git a/neutron/plugins/ml2/drivers/brocade/db/models.py b/neutron/plugins/ml2/drivers/brocade/db/models.py index 24954052711..5dfc601e2d0 100644 --- a/neutron/plugins/ml2/drivers/brocade/db/models.py +++ b/neutron/plugins/ml2/drivers/brocade/db/models.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Shiv Haris (sharis@brocade.com) -# Varma Bhupatiraju (vbhupati@#brocade.com) """Brocade specific database schema/model.""" diff --git a/neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py b/neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py index 92e0b2954f3..bd73a339846 100644 --- a/neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py +++ b/neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Author: -# Shiv Haris (shivharis@hotmail.com) """Implentation of Brocade ML2 Mechanism driver for ML2 Plugin.""" diff --git a/neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py b/neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py index 08c3121e02b..f52c8c9f5f9 100644 --- a/neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py +++ b/neutron/plugins/ml2/drivers/brocade/nos/nctemplates.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@#brocade.com) -# Shiv Haris (sharis@brocade.com) """NOS NETCONF XML Configuration Command Templates. diff --git a/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py b/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py index 3fa22965303..47b5c871ff3 100644 --- a/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py +++ b/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# Authors: -# Varma Bhupatiraju (vbhupati@brocade.com) -# Shiv Haris (shivharis@hotmail.com) """Brocade NOS Driver implements NETCONF over SSHv2 for diff --git a/neutron/plugins/ml2/drivers/cisco/apic/apic_model.py b/neutron/plugins/ml2/drivers/cisco/apic/apic_model.py index 256369f252c..44bd2e22cd8 100644 --- a/neutron/plugins/ml2/drivers/cisco/apic/apic_model.py +++ b/neutron/plugins/ml2/drivers/cisco/apic/apic_model.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc. import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py b/neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py index 398fc93169f..6a5ac161712 100644 --- a/neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py +++ b/neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro (ivar-lazzaro), Cisco Systems Inc. from neutron.common import constants as n_constants from neutron import context diff --git a/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py b/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py index 28b7fcfe322..6be0b2a9fd0 100644 --- a/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py +++ b/neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mandeep Dhami (dhami@noironetworks.com), Cisco Systems Inc. import re import sys diff --git a/neutron/plugins/ml2/drivers/cisco/apic/config.py b/neutron/plugins/ml2/drivers/cisco/apic/config.py index c1e1bc2d082..e8801041b76 100644 --- a/neutron/plugins/ml2/drivers/cisco/apic/config.py +++ b/neutron/plugins/ml2/drivers/cisco/apic/config.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc. from oslo.config import cfg diff --git a/neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py b/neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py index e5c9b1f404b..c9ef932026b 100644 --- a/neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py +++ b/neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc. from apicapi import apic_manager from apicapi import exceptions as exc diff --git a/neutron/plugins/ml2/drivers/l2pop/__init__.py b/neutron/plugins/ml2/drivers/l2pop/__init__.py index b9b2306f9d0..e82932559d4 100644 --- a/neutron/plugins/ml2/drivers/l2pop/__init__.py +++ b/neutron/plugins/ml2/drivers/l2pop/__init__.py @@ -12,7 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange diff --git a/neutron/plugins/ml2/drivers/l2pop/config.py b/neutron/plugins/ml2/drivers/l2pop/config.py index 1e0701e0be5..403b66269fe 100644 --- a/neutron/plugins/ml2/drivers/l2pop/config.py +++ b/neutron/plugins/ml2/drivers/l2pop/config.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange from oslo.config import cfg diff --git a/neutron/plugins/ml2/drivers/l2pop/constants.py b/neutron/plugins/ml2/drivers/l2pop/constants.py index 9ea7b387a29..c12ab3c02ec 100644 --- a/neutron/plugins/ml2/drivers/l2pop/constants.py +++ b/neutron/plugins/ml2/drivers/l2pop/constants.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange from neutron.common import constants diff --git a/neutron/plugins/ml2/drivers/l2pop/db.py b/neutron/plugins/ml2/drivers/l2pop/db.py index 6ecf1a93a13..446dc894309 100644 --- a/neutron/plugins/ml2/drivers/l2pop/db.py +++ b/neutron/plugins/ml2/drivers/l2pop/db.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange from sqlalchemy import sql diff --git a/neutron/plugins/ml2/drivers/l2pop/mech_driver.py b/neutron/plugins/ml2/drivers/l2pop/mech_driver.py index 88d063b4e6f..a98a27fd7d5 100644 --- a/neutron/plugins/ml2/drivers/l2pop/mech_driver.py +++ b/neutron/plugins/ml2/drivers/l2pop/mech_driver.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange from oslo.config import cfg diff --git a/neutron/plugins/ml2/drivers/l2pop/rpc.py b/neutron/plugins/ml2/drivers/l2pop/rpc.py index 7be7b8a6640..8b5efacf292 100644 --- a/neutron/plugins/ml2/drivers/l2pop/rpc.py +++ b/neutron/plugins/ml2/drivers/l2pop/rpc.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange from neutron.common import rpc as n_rpc from neutron.common import topics diff --git a/neutron/plugins/ml2/drivers/mech_bigswitch/driver.py b/neutron/plugins/ml2/drivers/mech_bigswitch/driver.py index 349d8870bd3..a8e40d575b6 100644 --- a/neutron/plugins/ml2/drivers/mech_bigswitch/driver.py +++ b/neutron/plugins/ml2/drivers/mech_bigswitch/driver.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Kevin Benton, Big Switch Networks, Inc. import copy import datetime import httplib diff --git a/neutron/plugins/ml2/drivers/mech_nuage/driver.py b/neutron/plugins/ml2/drivers/mech_nuage/driver.py index daa9a95eecd..7a23a9261e3 100644 --- a/neutron/plugins/ml2/drivers/mech_nuage/driver.py +++ b/neutron/plugins/ml2/drivers/mech_nuage/driver.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. - import netaddr from oslo.config import cfg diff --git a/neutron/plugins/ml2/drivers/mechanism_fslsdn.py b/neutron/plugins/ml2/drivers/mechanism_fslsdn.py index 514fd9b86c9..381ea955114 100755 --- a/neutron/plugins/ml2/drivers/mechanism_fslsdn.py +++ b/neutron/plugins/ml2/drivers/mechanism_fslsdn.py @@ -13,9 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# @author: Trinath Somanchi, Freescale, Inc - - from neutronclient.v2_0 import client from oslo.config import cfg diff --git a/neutron/plugins/ml2/drivers/mechanism_odl.py b/neutron/plugins/ml2/drivers/mechanism_odl.py index 771839a3151..18b12a65a6b 100644 --- a/neutron/plugins/ml2/drivers/mechanism_odl.py +++ b/neutron/plugins/ml2/drivers/mechanism_odl.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Kyle Mestery, Cisco Systems, Inc. -# @author: Dave Tucker, Hewlett-Packard Development Company L.P. import time diff --git a/neutron/plugins/ml2/drivers/type_vxlan.py b/neutron/plugins/ml2/drivers/type_vxlan.py index cb271934c94..d2f78ca9e52 100644 --- a/neutron/plugins/ml2/drivers/type_vxlan.py +++ b/neutron/plugins/ml2/drivers/type_vxlan.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Kyle Mestery, Cisco Systems, Inc. from oslo.config import cfg from oslo.db import exception as db_exc diff --git a/neutron/plugins/nec/agent/nec_neutron_agent.py b/neutron/plugins/nec/agent/nec_neutron_agent.py index 4060305b039..9c3ec1a496f 100755 --- a/neutron/plugins/nec/agent/nec_neutron_agent.py +++ b/neutron/plugins/nec/agent/nec_neutron_agent.py @@ -17,8 +17,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI import socket import sys diff --git a/neutron/plugins/nec/common/config.py b/neutron/plugins/nec/common/config.py index fd4bba642b9..3626472625b 100644 --- a/neutron/plugins/nec/common/config.py +++ b/neutron/plugins/nec/common/config.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU from oslo.config import cfg diff --git a/neutron/plugins/nec/common/exceptions.py b/neutron/plugins/nec/common/exceptions.py index 0a1571ba524..3fd5d74947d 100644 --- a/neutron/plugins/nec/common/exceptions.py +++ b/neutron/plugins/nec/common/exceptions.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU from neutron.common import exceptions as qexc diff --git a/neutron/plugins/nec/common/ofc_client.py b/neutron/plugins/nec/common/ofc_client.py index 0ffa8db470c..c06f9ea2a9c 100644 --- a/neutron/plugins/nec/common/ofc_client.py +++ b/neutron/plugins/nec/common/ofc_client.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import time diff --git a/neutron/plugins/nec/db/api.py b/neutron/plugins/nec/db/api.py index 02cb79491a7..9816eee0c46 100644 --- a/neutron/plugins/nec/db/api.py +++ b/neutron/plugins/nec/db/api.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import sqlalchemy as sa diff --git a/neutron/plugins/nec/db/models.py b/neutron/plugins/nec/db/models.py index 6ca0c4c1135..965a04e8e45 100644 --- a/neutron/plugins/nec/db/models.py +++ b/neutron/plugins/nec/db/models.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/plugins/nec/db/packetfilter.py b/neutron/plugins/nec/db/packetfilter.py index acfe90442cd..a3763efefca 100644 --- a/neutron/plugins/nec/db/packetfilter.py +++ b/neutron/plugins/nec/db/packetfilter.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import sqlalchemy as sa from sqlalchemy import orm diff --git a/neutron/plugins/nec/drivers/__init__.py b/neutron/plugins/nec/drivers/__init__.py index 0ba7ece63a0..7788ea75704 100644 --- a/neutron/plugins/nec/drivers/__init__.py +++ b/neutron/plugins/nec/drivers/__init__.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU from neutron.openstack.common import importutils from neutron.openstack.common import log as logging diff --git a/neutron/plugins/nec/drivers/pfc.py b/neutron/plugins/nec/drivers/pfc.py index 0bc929701cb..faf6c2d1815 100644 --- a/neutron/plugins/nec/drivers/pfc.py +++ b/neutron/plugins/nec/drivers/pfc.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI import re import uuid diff --git a/neutron/plugins/nec/drivers/trema.py b/neutron/plugins/nec/drivers/trema.py index 77fee804236..cf39008346e 100644 --- a/neutron/plugins/nec/drivers/trema.py +++ b/neutron/plugins/nec/drivers/trema.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI from neutron.openstack.common import uuidutils from neutron.plugins.nec.common import ofc_client diff --git a/neutron/plugins/nec/extensions/packetfilter.py b/neutron/plugins/nec/extensions/packetfilter.py index 73e952bad47..f534e619dfd 100644 --- a/neutron/plugins/nec/extensions/packetfilter.py +++ b/neutron/plugins/nec/extensions/packetfilter.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ryota MIBU -# from oslo.config import cfg diff --git a/neutron/plugins/nec/nec_plugin.py b/neutron/plugins/nec/nec_plugin.py index f88ce8d3d36..7d26b1b59b8 100644 --- a/neutron/plugins/nec/nec_plugin.py +++ b/neutron/plugins/nec/nec_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI from neutron.agent import securitygroups_rpc as sg_rpc from neutron.api import extensions as neutron_extensions diff --git a/neutron/plugins/nec/nec_router.py b/neutron/plugins/nec/nec_router.py index 9af75cbeda2..9ed65f3d195 100644 --- a/neutron/plugins/nec/nec_router.py +++ b/neutron/plugins/nec/nec_router.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki from neutron.api.rpc.agentnotifiers import l3_rpc_agent_api from neutron.api.v2 import attributes as attr diff --git a/neutron/plugins/nec/ofc_driver_base.py b/neutron/plugins/nec/ofc_driver_base.py index ba932132636..b1c6e016343 100644 --- a/neutron/plugins/nec/ofc_driver_base.py +++ b/neutron/plugins/nec/ofc_driver_base.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI import abc import six diff --git a/neutron/plugins/nec/ofc_manager.py b/neutron/plugins/nec/ofc_manager.py index 41a50ecf15c..86960c8b93b 100644 --- a/neutron/plugins/nec/ofc_manager.py +++ b/neutron/plugins/nec/ofc_manager.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU -# @author: Akihiro MOTOKI import netaddr diff --git a/neutron/plugins/nec/packet_filter.py b/neutron/plugins/nec/packet_filter.py index 99a28fbbecc..c36148b5703 100644 --- a/neutron/plugins/nec/packet_filter.py +++ b/neutron/plugins/nec/packet_filter.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU from neutron.openstack.common import excutils from neutron.openstack.common import log as logging diff --git a/neutron/plugins/nec/router_drivers.py b/neutron/plugins/nec/router_drivers.py index d06d805c524..58c83e3390e 100644 --- a/neutron/plugins/nec/router_drivers.py +++ b/neutron/plugins/nec/router_drivers.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki import abc import httplib diff --git a/neutron/plugins/nuage/common/config.py b/neutron/plugins/nuage/common/config.py index 6ba6d5d3f3a..5d125c8c8df 100644 --- a/neutron/plugins/nuage/common/config.py +++ b/neutron/plugins/nuage/common/config.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. from oslo.config import cfg @@ -56,4 +54,4 @@ syncmanager_opts = [ def nuage_register_cfg_opts(): cfg.CONF.register_opts(restproxy_opts, "RESTPROXY") - cfg.CONF.register_opts(syncmanager_opts, "SYNCMANAGER") \ No newline at end of file + cfg.CONF.register_opts(syncmanager_opts, "SYNCMANAGER") diff --git a/neutron/plugins/nuage/common/constants.py b/neutron/plugins/nuage/common/constants.py index ff2680bf7ba..a996b7e904e 100644 --- a/neutron/plugins/nuage/common/constants.py +++ b/neutron/plugins/nuage/common/constants.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. from neutron.common import constants diff --git a/neutron/plugins/nuage/common/exceptions.py b/neutron/plugins/nuage/common/exceptions.py index 2634d3458ce..a93e2520f4b 100644 --- a/neutron/plugins/nuage/common/exceptions.py +++ b/neutron/plugins/nuage/common/exceptions.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. ''' Nuage specific exceptions ''' diff --git a/neutron/plugins/nuage/extensions/netpartition.py b/neutron/plugins/nuage/extensions/netpartition.py index c731e1dede1..2249a5eba36 100644 --- a/neutron/plugins/nuage/extensions/netpartition.py +++ b/neutron/plugins/nuage/extensions/netpartition.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. import abc diff --git a/neutron/plugins/nuage/extensions/nuage_router.py b/neutron/plugins/nuage/extensions/nuage_router.py index ebf6a456a99..651d4a9d6ba 100644 --- a/neutron/plugins/nuage/extensions/nuage_router.py +++ b/neutron/plugins/nuage/extensions/nuage_router.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. EXTENDED_ATTRIBUTES_2_0 = { diff --git a/neutron/plugins/nuage/extensions/nuage_subnet.py b/neutron/plugins/nuage/extensions/nuage_subnet.py index c41b2461123..02cd201061a 100644 --- a/neutron/plugins/nuage/extensions/nuage_subnet.py +++ b/neutron/plugins/nuage/extensions/nuage_subnet.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. EXTENDED_ATTRIBUTES_2_0 = { diff --git a/neutron/plugins/nuage/nuage_models.py b/neutron/plugins/nuage/nuage_models.py index dbf7c0703f3..5d30dbcb06c 100644 --- a/neutron/plugins/nuage/nuage_models.py +++ b/neutron/plugins/nuage/nuage_models.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. import sqlalchemy as sa diff --git a/neutron/plugins/nuage/nuagedb.py b/neutron/plugins/nuage/nuagedb.py index 2a4c0eafb2f..1fc261371db 100644 --- a/neutron/plugins/nuage/nuagedb.py +++ b/neutron/plugins/nuage/nuagedb.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. from neutron.db import common_db_mixin from neutron.db import extraroute_db @@ -289,4 +287,4 @@ def make_subnl2dom_dict(subl2dom): def make_entrtr_dict(entrtr): return {'net_partition_id': entrtr['net_partition_id'], 'router_id': entrtr['router_id'], - 'nuage_router_id': entrtr['nuage_router_id']} \ No newline at end of file + 'nuage_router_id': entrtr['nuage_router_id']} diff --git a/neutron/plugins/nuage/plugin.py b/neutron/plugins/nuage/plugin.py index e29e60e9554..661c77b596a 100644 --- a/neutron/plugins/nuage/plugin.py +++ b/neutron/plugins/nuage/plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. import copy import re diff --git a/neutron/plugins/nuage/syncmanager.py b/neutron/plugins/nuage/syncmanager.py index a719015b6da..8656e15b05a 100644 --- a/neutron/plugins/nuage/syncmanager.py +++ b/neutron/plugins/nuage/syncmanager.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Sayaji Patil, Nuage Networks, Alcatel-Lucent USA Inc. from oslo.config import cfg import sqlalchemy.orm.exc as db_exc @@ -420,4 +419,4 @@ def main(): SyncManager(nuageclient).synchronize(fipquota) if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py b/neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py index 6181a444358..fb19978ea83 100644 --- a/neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py +++ b/neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. """NVSD agent code for security group events.""" diff --git a/neutron/plugins/oneconvergence/lib/nvsd_db.py b/neutron/plugins/oneconvergence/lib/nvsd_db.py index 00a623a85ba..ae5f0151ec2 100644 --- a/neutron/plugins/oneconvergence/lib/nvsd_db.py +++ b/neutron/plugins/oneconvergence/lib/nvsd_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. from neutron.db import api as db from neutron.db import models_v2 diff --git a/neutron/plugins/oneconvergence/lib/nvsdlib.py b/neutron/plugins/oneconvergence/lib/nvsdlib.py index 584c4b9af48..9bd674a6ed9 100644 --- a/neutron/plugins/oneconvergence/lib/nvsdlib.py +++ b/neutron/plugins/oneconvergence/lib/nvsdlib.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. """Intermidiate NVSD Library.""" diff --git a/neutron/plugins/oneconvergence/lib/plugin_helper.py b/neutron/plugins/oneconvergence/lib/plugin_helper.py index db823e7bb98..ede86b59250 100644 --- a/neutron/plugins/oneconvergence/lib/plugin_helper.py +++ b/neutron/plugins/oneconvergence/lib/plugin_helper.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. """Library to talk to NVSD controller.""" diff --git a/neutron/plugins/oneconvergence/plugin.py b/neutron/plugins/oneconvergence/plugin.py index 580a66d3d8c..a4b9cf86e9c 100644 --- a/neutron/plugins/oneconvergence/plugin.py +++ b/neutron/plugins/oneconvergence/plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. """Implementation of OneConvergence Neutron Plugin.""" diff --git a/neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py b/neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py index dcb9f77a44a..3d89fe0b199 100644 --- a/neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py +++ b/neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Vivekanandan Narasimhan, Hewlett-Packard Inc from neutron.api.rpc.handlers import dvr_rpc diff --git a/neutron/plugins/plumgrid/__init__.py b/neutron/plugins/plumgrid/__init__.py index c166c35296c..f34feeeec96 100644 --- a/neutron/plugins/plumgrid/__init__.py +++ b/neutron/plugins/plumgrid/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. diff --git a/neutron/plugins/plumgrid/common/__init__.py b/neutron/plugins/plumgrid/common/__init__.py index c166c35296c..f34feeeec96 100644 --- a/neutron/plugins/plumgrid/common/__init__.py +++ b/neutron/plugins/plumgrid/common/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. diff --git a/neutron/plugins/plumgrid/common/exceptions.py b/neutron/plugins/plumgrid/common/exceptions.py index 58fdcad3311..b2a24379103 100644 --- a/neutron/plugins/plumgrid/common/exceptions.py +++ b/neutron/plugins/plumgrid/common/exceptions.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. """Neutron PLUMgrid Plugin exceptions""" diff --git a/neutron/plugins/plumgrid/drivers/__init__.py b/neutron/plugins/plumgrid/drivers/__init__.py index c166c35296c..f34feeeec96 100644 --- a/neutron/plugins/plumgrid/drivers/__init__.py +++ b/neutron/plugins/plumgrid/drivers/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. diff --git a/neutron/plugins/plumgrid/drivers/fake_plumlib.py b/neutron/plugins/plumgrid/drivers/fake_plumlib.py index dab2a99a06c..8fd252ffef8 100644 --- a/neutron/plugins/plumgrid/drivers/fake_plumlib.py +++ b/neutron/plugins/plumgrid/drivers/fake_plumlib.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. from neutron.extensions import providernet as provider from neutron.openstack.common import log as logging diff --git a/neutron/plugins/plumgrid/drivers/plumlib.py b/neutron/plugins/plumgrid/drivers/plumlib.py index ba241f4b360..6b12e485146 100644 --- a/neutron/plugins/plumgrid/drivers/plumlib.py +++ b/neutron/plugins/plumgrid/drivers/plumlib.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. """ Neutron Plug-in for PLUMgrid Virtual Networking Infrastructure (VNI) diff --git a/neutron/plugins/plumgrid/plumgrid_plugin/__init__.py b/neutron/plugins/plumgrid/plumgrid_plugin/__init__.py index c166c35296c..f34feeeec96 100644 --- a/neutron/plugins/plumgrid/plumgrid_plugin/__init__.py +++ b/neutron/plugins/plumgrid/plumgrid_plugin/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. diff --git a/neutron/plugins/plumgrid/plumgrid_plugin/plugin_ver.py b/neutron/plugins/plumgrid/plumgrid_plugin/plugin_ver.py index 33a2396f261..c050009d616 100644 --- a/neutron/plugins/plumgrid/plumgrid_plugin/plugin_ver.py +++ b/neutron/plugins/plumgrid/plumgrid_plugin/plugin_ver.py @@ -11,7 +11,5 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. VERSION = "0.2" diff --git a/neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py b/neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py index 2b36c559086..e132cc266de 100644 --- a/neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py +++ b/neutron/plugins/plumgrid/plumgrid_plugin/plumgrid_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. """ Neutron Plug-in for PLUMgrid Virtual Networking Infrastructure (VNI) diff --git a/neutron/plugins/ryu/agent/ryu_neutron_agent.py b/neutron/plugins/ryu/agent/ryu_neutron_agent.py index 615e2e93162..b1e1330d0f9 100755 --- a/neutron/plugins/ryu/agent/ryu_neutron_agent.py +++ b/neutron/plugins/ryu/agent/ryu_neutron_agent.py @@ -16,7 +16,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Isaku Yamahata import httplib import socket diff --git a/neutron/plugins/ryu/ryu_neutron_plugin.py b/neutron/plugins/ryu/ryu_neutron_plugin.py index a6da5df3d54..8a182283626 100644 --- a/neutron/plugins/ryu/ryu_neutron_plugin.py +++ b/neutron/plugins/ryu/ryu_neutron_plugin.py @@ -13,7 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Isaku Yamahata from oslo.config import cfg from ryu.app import client diff --git a/neutron/plugins/sriovnicagent/eswitch_manager.py b/neutron/plugins/sriovnicagent/eswitch_manager.py index b5359077050..4f5e993f965 100644 --- a/neutron/plugins/sriovnicagent/eswitch_manager.py +++ b/neutron/plugins/sriovnicagent/eswitch_manager.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# @author: Samer Deeb, Mellanox Technologies, Ltd - import os import re diff --git a/neutron/plugins/sriovnicagent/pci_lib.py b/neutron/plugins/sriovnicagent/pci_lib.py index 0d615c3ca0b..575d10c8d2a 100644 --- a/neutron/plugins/sriovnicagent/pci_lib.py +++ b/neutron/plugins/sriovnicagent/pci_lib.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# @author: Samer Deeb, Mellanox Technologies, Ltd - import re from neutron.agent.linux import ip_lib diff --git a/neutron/plugins/vmware/vshield/common/exceptions.py b/neutron/plugins/vmware/vshield/common/exceptions.py index 4764db03403..e90ca1825cb 100644 --- a/neutron/plugins/vmware/vshield/common/exceptions.py +++ b/neutron/plugins/vmware/vshield/common/exceptions.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: linb, VMware from neutron.common import exceptions diff --git a/neutron/plugins/vmware/vshield/edge_appliance_driver.py b/neutron/plugins/vmware/vshield/edge_appliance_driver.py index 806a18c627c..5b71b097232 100644 --- a/neutron/plugins/vmware/vshield/edge_appliance_driver.py +++ b/neutron/plugins/vmware/vshield/edge_appliance_driver.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc. -# @author: Bo Link, VMware, Inc. from neutron.openstack.common import excutils from neutron.openstack.common import jsonutils diff --git a/neutron/plugins/vmware/vshield/edge_firewall_driver.py b/neutron/plugins/vmware/vshield/edge_firewall_driver.py index b0520651fd4..09b618cbace 100644 --- a/neutron/plugins/vmware/vshield/edge_firewall_driver.py +++ b/neutron/plugins/vmware/vshield/edge_firewall_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Leon Cui, VMware from neutron.db import db_base_plugin_v2 from neutron.openstack.common import excutils diff --git a/neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py b/neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py index 2e3efd56e20..faad6e889c5 100644 --- a/neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py +++ b/neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Leon Cui, VMware from neutron.openstack.common import excutils from neutron.openstack.common import log as logging diff --git a/neutron/plugins/vmware/vshield/vcns.py b/neutron/plugins/vmware/vshield/vcns.py index 7183fd760d3..ec3923c3a68 100644 --- a/neutron/plugins/vmware/vshield/vcns.py +++ b/neutron/plugins/vmware/vshield/vcns.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: linb, VMware from neutron.openstack.common import jsonutils from neutron.openstack.common import log as logging diff --git a/neutron/plugins/vmware/vshield/vcns_driver.py b/neutron/plugins/vmware/vshield/vcns_driver.py index 2a6cbfb50fd..148c575c374 100644 --- a/neutron/plugins/vmware/vshield/vcns_driver.py +++ b/neutron/plugins/vmware/vshield/vcns_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: linb, VMware from oslo.config import cfg diff --git a/neutron/services/firewall/agents/firewall_agent_api.py b/neutron/services/firewall/agents/firewall_agent_api.py index 56ee804a56a..71caca8c65d 100644 --- a/neutron/services/firewall/agents/firewall_agent_api.py +++ b/neutron/services/firewall/agents/firewall_agent_api.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc. -# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc. from oslo.config import cfg diff --git a/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py b/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py index 689209419a5..0d994ef5a90 100644 --- a/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py +++ b/neutron/services/firewall/agents/l3reference/firewall_l3_agent.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc. -# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc. from oslo.config import cfg diff --git a/neutron/services/firewall/agents/varmour/varmour_api.py b/neutron/services/firewall/agents/varmour/varmour_api.py index fb067c5e8d6..e191946f8c8 100755 --- a/neutron/services/firewall/agents/varmour/varmour_api.py +++ b/neutron/services/firewall/agents/varmour/varmour_api.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, gduan@varmour.com, vArmour Networks import base64 diff --git a/neutron/services/firewall/agents/varmour/varmour_router.py b/neutron/services/firewall/agents/varmour/varmour_router.py index 44e3ce17619..7ac398d18a3 100755 --- a/neutron/services/firewall/agents/varmour/varmour_router.py +++ b/neutron/services/firewall/agents/varmour/varmour_router.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, vArmour Networks Inc. -# import sys diff --git a/neutron/services/firewall/agents/varmour/varmour_utils.py b/neutron/services/firewall/agents/varmour/varmour_utils.py index d69733dea95..1bf5072a377 100755 --- a/neutron/services/firewall/agents/varmour/varmour_utils.py +++ b/neutron/services/firewall/agents/varmour/varmour_utils.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, gduan@varmour.com, vArmour Networks ROUTER_OBJ_PREFIX = 'r-' OBJ_PREFIX_LEN = 8 diff --git a/neutron/services/firewall/drivers/fwaas_base.py b/neutron/services/firewall/drivers/fwaas_base.py index e57c7eaa34d..ed70c53e859 100644 --- a/neutron/services/firewall/drivers/fwaas_base.py +++ b/neutron/services/firewall/drivers/fwaas_base.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc. import abc diff --git a/neutron/services/firewall/drivers/linux/iptables_fwaas.py b/neutron/services/firewall/drivers/linux/iptables_fwaas.py index 1a04a77bc9a..7f4a2c12a48 100644 --- a/neutron/services/firewall/drivers/linux/iptables_fwaas.py +++ b/neutron/services/firewall/drivers/linux/iptables_fwaas.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc. from neutron.agent.linux import iptables_manager from neutron.extensions import firewall as fw_ext diff --git a/neutron/services/firewall/drivers/varmour/varmour_fwaas.py b/neutron/services/firewall/drivers/varmour/varmour_fwaas.py index 57ca02bfcdf..470fb624510 100755 --- a/neutron/services/firewall/drivers/varmour/varmour_fwaas.py +++ b/neutron/services/firewall/drivers/varmour/varmour_fwaas.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, gduan@varmour.com, vArmour Networks from neutron.openstack.common import log as logging from neutron.services.firewall.agents.varmour import varmour_api diff --git a/neutron/services/firewall/fwaas_plugin.py b/neutron/services/firewall/fwaas_plugin.py index a988a2efad1..49feefea10e 100644 --- a/neutron/services/firewall/fwaas_plugin.py +++ b/neutron/services/firewall/fwaas_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. from oslo.config import cfg diff --git a/neutron/services/l3_router/l3_apic.py b/neutron/services/l3_router/l3_apic.py index c1559af3d02..18896b50f59 100644 --- a/neutron/services/l3_router/l3_apic.py +++ b/neutron/services/l3_router/l3_apic.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Arvind Somya (asomya@cisco.com), Cisco Systems Inc. -# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems Inc. from apicapi import apic_mapper diff --git a/neutron/services/l3_router/l3_arista.py b/neutron/services/l3_router/l3_arista.py index 4da27356613..2c6cf9cc701 100644 --- a/neutron/services/l3_router/l3_arista.py +++ b/neutron/services/l3_router/l3_arista.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sukhdev Kapur, Arista Networks, Inc. -# import copy import threading diff --git a/neutron/services/l3_router/l3_router_plugin.py b/neutron/services/l3_router/l3_router_plugin.py index 630c6dae953..4ebd9224b72 100644 --- a/neutron/services/l3_router/l3_router_plugin.py +++ b/neutron/services/l3_router/l3_router_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. from oslo.config import cfg diff --git a/neutron/services/loadbalancer/agent/agent.py b/neutron/services/loadbalancer/agent/agent.py index c6e4f68bc47..bc7bfe24c59 100644 --- a/neutron/services/loadbalancer/agent/agent.py +++ b/neutron/services/loadbalancer/agent/agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import sys diff --git a/neutron/services/loadbalancer/agent/agent_api.py b/neutron/services/loadbalancer/agent/agent_api.py index 219c0a22648..e62c8b85ed9 100644 --- a/neutron/services/loadbalancer/agent/agent_api.py +++ b/neutron/services/loadbalancer/agent/agent_api.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost from neutron.common import rpc as n_rpc diff --git a/neutron/services/loadbalancer/agent/agent_manager.py b/neutron/services/loadbalancer/agent/agent_manager.py index 52da4f5eee7..d4f7381bd68 100644 --- a/neutron/services/loadbalancer/agent/agent_manager.py +++ b/neutron/services/loadbalancer/agent/agent_manager.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost from oslo.config import cfg diff --git a/neutron/services/loadbalancer/drivers/__init__.py b/neutron/services/loadbalancer/drivers/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/services/loadbalancer/drivers/__init__.py +++ b/neutron/services/loadbalancer/drivers/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/services/loadbalancer/drivers/abstract_driver.py b/neutron/services/loadbalancer/drivers/abstract_driver.py index 64854fe4345..c56fcac2bdd 100644 --- a/neutron/services/loadbalancer/drivers/abstract_driver.py +++ b/neutron/services/loadbalancer/drivers/abstract_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware import abc diff --git a/neutron/services/loadbalancer/drivers/common/agent_driver_base.py b/neutron/services/loadbalancer/drivers/common/agent_driver_base.py index 0f8e036d112..e0918497ad8 100644 --- a/neutron/services/loadbalancer/drivers/common/agent_driver_base.py +++ b/neutron/services/loadbalancer/drivers/common/agent_driver_base.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import uuid diff --git a/neutron/services/loadbalancer/drivers/embrane/agent/dispatcher.py b/neutron/services/loadbalancer/drivers/embrane/agent/dispatcher.py index 7ba00059971..2b583bcbd91 100644 --- a/neutron/services/loadbalancer/drivers/embrane/agent/dispatcher.py +++ b/neutron/services/loadbalancer/drivers/embrane/agent/dispatcher.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from eventlet import greenthread from eventlet import queue diff --git a/neutron/services/loadbalancer/drivers/embrane/agent/lb_operations.py b/neutron/services/loadbalancer/drivers/embrane/agent/lb_operations.py index f31caf77775..f7bc363c97e 100644 --- a/neutron/services/loadbalancer/drivers/embrane/agent/lb_operations.py +++ b/neutron/services/loadbalancer/drivers/embrane/agent/lb_operations.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com import functools diff --git a/neutron/services/loadbalancer/drivers/embrane/config.py b/neutron/services/loadbalancer/drivers/embrane/config.py index cac9a63d592..8a5b2ba1f75 100644 --- a/neutron/services/loadbalancer/drivers/embrane/config.py +++ b/neutron/services/loadbalancer/drivers/embrane/config.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from oslo.config import cfg diff --git a/neutron/services/loadbalancer/drivers/embrane/constants.py b/neutron/services/loadbalancer/drivers/embrane/constants.py index 61e6095981e..3d05c520fd0 100644 --- a/neutron/services/loadbalancer/drivers/embrane/constants.py +++ b/neutron/services/loadbalancer/drivers/embrane/constants.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from heleosapi import constants as h_con from heleosapi import exceptions as h_exc diff --git a/neutron/services/loadbalancer/drivers/embrane/db.py b/neutron/services/loadbalancer/drivers/embrane/db.py index 2e5c9e1d968..ef6928a348a 100644 --- a/neutron/services/loadbalancer/drivers/embrane/db.py +++ b/neutron/services/loadbalancer/drivers/embrane/db.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from neutron.db import models_v2 as nmodel from neutron.services.loadbalancer.drivers.embrane import models diff --git a/neutron/services/loadbalancer/drivers/embrane/driver.py b/neutron/services/loadbalancer/drivers/embrane/driver.py index a6a09fd91c6..e3014bf0aae 100644 --- a/neutron/services/loadbalancer/drivers/embrane/driver.py +++ b/neutron/services/loadbalancer/drivers/embrane/driver.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from heleosapi import backend_operations as h_op from heleosapi import constants as h_con diff --git a/neutron/services/loadbalancer/drivers/embrane/models.py b/neutron/services/loadbalancer/drivers/embrane/models.py index 51adfcf248c..55441c7e1ad 100644 --- a/neutron/services/loadbalancer/drivers/embrane/models.py +++ b/neutron/services/loadbalancer/drivers/embrane/models.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com import sqlalchemy as sql diff --git a/neutron/services/loadbalancer/drivers/embrane/poller.py b/neutron/services/loadbalancer/drivers/embrane/poller.py index bf36079cf1f..427457ca0de 100644 --- a/neutron/services/loadbalancer/drivers/embrane/poller.py +++ b/neutron/services/loadbalancer/drivers/embrane/poller.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com from heleosapi import exceptions as h_exc diff --git a/neutron/services/loadbalancer/drivers/haproxy/__init__.py b/neutron/services/loadbalancer/drivers/haproxy/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/services/loadbalancer/drivers/haproxy/__init__.py +++ b/neutron/services/loadbalancer/drivers/haproxy/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/services/loadbalancer/drivers/haproxy/cfg.py b/neutron/services/loadbalancer/drivers/haproxy/cfg.py index 63aa02da7d8..1200cf80e74 100644 --- a/neutron/services/loadbalancer/drivers/haproxy/cfg.py +++ b/neutron/services/loadbalancer/drivers/haproxy/cfg.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import itertools from six import moves diff --git a/neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py b/neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py index a96b67a2f7a..04787d430a0 100644 --- a/neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py +++ b/neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py @@ -11,8 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost + import os import shutil import socket diff --git a/neutron/services/loadbalancer/drivers/radware/__init__.py b/neutron/services/loadbalancer/drivers/radware/__init__.py index 4d42f0e62b9..762b3f3336b 100644 --- a/neutron/services/loadbalancer/drivers/radware/__init__.py +++ b/neutron/services/loadbalancer/drivers/radware/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware diff --git a/neutron/services/loadbalancer/drivers/radware/driver.py b/neutron/services/loadbalancer/drivers/radware/driver.py index 2fd850be953..23fa2eae18f 100644 --- a/neutron/services/loadbalancer/drivers/radware/driver.py +++ b/neutron/services/loadbalancer/drivers/radware/driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware import base64 import copy diff --git a/neutron/services/loadbalancer/drivers/radware/exceptions.py b/neutron/services/loadbalancer/drivers/radware/exceptions.py index 4c7b4c5d97e..bb16cb75519 100644 --- a/neutron/services/loadbalancer/drivers/radware/exceptions.py +++ b/neutron/services/loadbalancer/drivers/radware/exceptions.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Evgeny Fedoruk, Radware from neutron.common import exceptions diff --git a/neutron/services/loadbalancer/plugin.py b/neutron/services/loadbalancer/plugin.py index 6951f1e1718..ea5db3b75de 100644 --- a/neutron/services/loadbalancer/plugin.py +++ b/neutron/services/loadbalancer/plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware from neutron.api.v2 import attributes as attrs from neutron.common import exceptions as n_exc diff --git a/neutron/services/metering/__init__.py b/neutron/services/metering/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/services/metering/__init__.py +++ b/neutron/services/metering/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/agents/__init__.py b/neutron/services/metering/agents/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/services/metering/agents/__init__.py +++ b/neutron/services/metering/agents/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/agents/metering_agent.py b/neutron/services/metering/agents/metering_agent.py index c22c80b8afb..c860bdb93b8 100644 --- a/neutron/services/metering/agents/metering_agent.py +++ b/neutron/services/metering/agents/metering_agent.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/__init__.py b/neutron/services/metering/drivers/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/services/metering/drivers/__init__.py +++ b/neutron/services/metering/drivers/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/abstract_driver.py b/neutron/services/metering/drivers/abstract_driver.py index 884fbba50af..5169bdd97ba 100644 --- a/neutron/services/metering/drivers/abstract_driver.py +++ b/neutron/services/metering/drivers/abstract_driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/iptables/__init__.py b/neutron/services/metering/drivers/iptables/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/services/metering/drivers/iptables/__init__.py +++ b/neutron/services/metering/drivers/iptables/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/iptables/iptables_driver.py b/neutron/services/metering/drivers/iptables/iptables_driver.py index 12dd1bd26f5..40af40f3a40 100644 --- a/neutron/services/metering/drivers/iptables/iptables_driver.py +++ b/neutron/services/metering/drivers/iptables/iptables_driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/noop/__init__.py b/neutron/services/metering/drivers/noop/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/services/metering/drivers/noop/__init__.py +++ b/neutron/services/metering/drivers/noop/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/drivers/noop/noop_driver.py b/neutron/services/metering/drivers/noop/noop_driver.py index d3f5e7df455..977b922e29f 100644 --- a/neutron/services/metering/drivers/noop/noop_driver.py +++ b/neutron/services/metering/drivers/noop/noop_driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/metering/metering_plugin.py b/neutron/services/metering/metering_plugin.py index b2e9215b8ea..046938da580 100644 --- a/neutron/services/metering/metering_plugin.py +++ b/neutron/services/metering/metering_plugin.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/services/vpn/__init__.py b/neutron/services/vpn/__init__.py index f236ecd7b60..f560154933f 100644 --- a/neutron/services/vpn/__init__.py +++ b/neutron/services/vpn/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard diff --git a/neutron/services/vpn/device_drivers/cisco_csr_rest_client.py b/neutron/services/vpn/device_drivers/cisco_csr_rest_client.py index 2e6e205abe2..04241b743cb 100644 --- a/neutron/services/vpn/device_drivers/cisco_csr_rest_client.py +++ b/neutron/services/vpn/device_drivers/cisco_csr_rest_client.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. import time diff --git a/neutron/services/vpn/device_drivers/cisco_ipsec.py b/neutron/services/vpn/device_drivers/cisco_ipsec.py index 331b175c7ba..b024f333aa4 100644 --- a/neutron/services/vpn/device_drivers/cisco_ipsec.py +++ b/neutron/services/vpn/device_drivers/cisco_ipsec.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. import abc import collections diff --git a/neutron/services/vpn/plugin.py b/neutron/services/vpn/plugin.py index e82ef525782..9353d6c5711 100644 --- a/neutron/services/vpn/plugin.py +++ b/neutron/services/vpn/plugin.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard from neutron.db.vpn import vpn_db from neutron.openstack.common import log as logging diff --git a/neutron/services/vpn/service_drivers/cisco_csr_db.py b/neutron/services/vpn/service_drivers/cisco_csr_db.py index e98fb820814..f29bec5fe34 100644 --- a/neutron/services/vpn/service_drivers/cisco_csr_db.py +++ b/neutron/services/vpn/service_drivers/cisco_csr_db.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. from oslo.db import exception as db_exc import sqlalchemy as sa diff --git a/neutron/services/vpn/service_drivers/cisco_validator.py b/neutron/services/vpn/service_drivers/cisco_validator.py index f78b8bdc1ea..e5e2198c236 100644 --- a/neutron/services/vpn/service_drivers/cisco_validator.py +++ b/neutron/services/vpn/service_drivers/cisco_validator.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. import netaddr from netaddr import core as net_exc diff --git a/neutron/tests/tools.py b/neutron/tests/tools.py index 2f80e42412d..1b9158b72f2 100644 --- a/neutron/tests/tools.py +++ b/neutron/tests/tools.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki, NEC Corporation """setup_mock_calls and verify_mock_calls are convenient methods diff --git a/neutron/tests/unit/_test_extension_portbindings.py b/neutron/tests/unit/_test_extension_portbindings.py index 33e4a0b6193..4f72f58664f 100644 --- a/neutron/tests/unit/_test_extension_portbindings.py +++ b/neutron/tests/unit/_test_extension_portbindings.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki, NEC Corporation -# import contextlib import httplib diff --git a/neutron/tests/unit/bigswitch/fake_server.py b/neutron/tests/unit/bigswitch/fake_server.py index dfcd6826c3e..6c6bb5a650c 100644 --- a/neutron/tests/unit/bigswitch/fake_server.py +++ b/neutron/tests/unit/bigswitch/fake_server.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, -# from neutron.openstack.common import jsonutils from neutron.openstack.common import log as logging diff --git a/neutron/tests/unit/bigswitch/test_capabilities.py b/neutron/tests/unit/bigswitch/test_capabilities.py index 8ff48d044bd..a164b3da60f 100644 --- a/neutron/tests/unit/bigswitch/test_capabilities.py +++ b/neutron/tests/unit/bigswitch/test_capabilities.py @@ -13,8 +13,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @author Kevin Benton import contextlib import mock diff --git a/neutron/tests/unit/bigswitch/test_restproxy_agent.py b/neutron/tests/unit/bigswitch/test_restproxy_agent.py index 4c961df7df6..f7d9009ed5c 100644 --- a/neutron/tests/unit/bigswitch/test_restproxy_agent.py +++ b/neutron/tests/unit/bigswitch/test_restproxy_agent.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, Big Switch Networks import contextlib diff --git a/neutron/tests/unit/bigswitch/test_router_db.py b/neutron/tests/unit/bigswitch/test_router_db.py index a2365adda4e..bb2452a7ec4 100644 --- a/neutron/tests/unit/bigswitch/test_router_db.py +++ b/neutron/tests/unit/bigswitch/test_router_db.py @@ -13,8 +13,6 @@ # under the License. # # Adapted from neutron.tests.unit.test_l3_plugin -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com -# import contextlib import copy diff --git a/neutron/tests/unit/bigswitch/test_servermanager.py b/neutron/tests/unit/bigswitch/test_servermanager.py index b30ca83479f..43723fe8f98 100644 --- a/neutron/tests/unit/bigswitch/test_servermanager.py +++ b/neutron/tests/unit/bigswitch/test_servermanager.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, kevin.benton@bigswitch.com -# import contextlib import httplib import socket diff --git a/neutron/tests/unit/bigswitch/test_ssl.py b/neutron/tests/unit/bigswitch/test_ssl.py index 551f9cc53a2..6a30744236f 100644 --- a/neutron/tests/unit/bigswitch/test_ssl.py +++ b/neutron/tests/unit/bigswitch/test_ssl.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kevin Benton, kevin.benton@bigswitch.com -# import contextlib import os diff --git a/neutron/tests/unit/cisco/cfg_agent/test_cfg_agent.py b/neutron/tests/unit/cisco/cfg_agent/test_cfg_agent.py index 740a7308148..48c7b4866e3 100644 --- a/neutron/tests/unit/cisco/cfg_agent/test_cfg_agent.py +++ b/neutron/tests/unit/cisco/cfg_agent/test_cfg_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import mock from oslo.config import cfg @@ -138,4 +136,4 @@ class TestCiscoCfgAgentWIthStateReporting(base.BaseTestCase): agent = cfg_agent.CiscoCfgAgentWithStateReport(HOSTNAME, self.conf) agent.heartbeat = mock.Mock() agent.send_agent_report(None, None) - self.assertTrue(agent.heartbeat.stop.called) \ No newline at end of file + self.assertTrue(agent.heartbeat.stop.called) diff --git a/neutron/tests/unit/cisco/cfg_agent/test_csr1kv_routing_driver.py b/neutron/tests/unit/cisco/cfg_agent/test_csr1kv_routing_driver.py index c93b2d45b01..3713083747a 100644 --- a/neutron/tests/unit/cisco/cfg_agent/test_csr1kv_routing_driver.py +++ b/neutron/tests/unit/cisco/cfg_agent/test_csr1kv_routing_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import sys diff --git a/neutron/tests/unit/cisco/cfg_agent/test_device_status.py b/neutron/tests/unit/cisco/cfg_agent/test_device_status.py index d296ddf6731..49b1babc865 100644 --- a/neutron/tests/unit/cisco/cfg_agent/test_device_status.py +++ b/neutron/tests/unit/cisco/cfg_agent/test_device_status.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import sys import datetime @@ -190,4 +188,4 @@ class TestHostingDevice(base.BaseTestCase): expected = {'reachable': [], 'dead': [hd_id]} self.assertEqual(expected, - self.status.check_backlogged_hosting_devices()) \ No newline at end of file + self.status.check_backlogged_hosting_devices()) diff --git a/neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py b/neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py index 38a6840aa79..dff1d5cd78e 100644 --- a/neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py +++ b/neutron/tests/unit/cisco/cfg_agent/test_routing_svc_helper.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Hareesh Puthalath, Cisco Systems, Inc. import copy import mock diff --git a/neutron/tests/unit/cisco/l3/device_handling_test_support.py b/neutron/tests/unit/cisco/l3/device_handling_test_support.py index 1921e56acbb..974da4e7ff2 100644 --- a/neutron/tests/unit/cisco/l3/device_handling_test_support.py +++ b/neutron/tests/unit/cisco/l3/device_handling_test_support.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import mock from novaclient import exceptions as nova_exc diff --git a/neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py b/neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py index c0547b8f287..f30b60f24bd 100644 --- a/neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py +++ b/neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Bob Melander, Cisco Systems, Inc. import mock from oslo.config import cfg diff --git a/neutron/tests/unit/cisco/n1kv/__init__.py b/neutron/tests/unit/cisco/n1kv/__init__.py index cf7a1ceaa84..73c4997f21d 100644 --- a/neutron/tests/unit/cisco/n1kv/__init__.py +++ b/neutron/tests/unit/cisco/n1kv/__init__.py @@ -11,6 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems, Inc. -# diff --git a/neutron/tests/unit/cisco/n1kv/fake_client.py b/neutron/tests/unit/cisco/n1kv/fake_client.py index 799a8f0ccf6..1a4db29f4a1 100755 --- a/neutron/tests/unit/cisco/n1kv/fake_client.py +++ b/neutron/tests/unit/cisco/n1kv/fake_client.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Abhishek Raut, Cisco Systems Inc. -# @author: Sourabh Patwardhan, Cisco Systems Inc. from neutron.openstack.common import log as logging from neutron.plugins.cisco.common import cisco_exceptions as c_exc diff --git a/neutron/tests/unit/cisco/n1kv/test_n1kv_db.py b/neutron/tests/unit/cisco/n1kv/test_n1kv_db.py index 68cae5bfebd..434250e2a9d 100644 --- a/neutron/tests/unit/cisco/n1kv/test_n1kv_db.py +++ b/neutron/tests/unit/cisco/n1kv/test_n1kv_db.py @@ -11,10 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Juergen Brendel, Cisco Systems Inc. -# @author: Abhishek Raut, Cisco Systems Inc. -# @author: Rudrajit Tapadar, Cisco Systems Inc. from six import moves from sqlalchemy.orm import exc as s_exc diff --git a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py index 66a68b5a2db..e412dfc7e68 100644 --- a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py +++ b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py @@ -11,11 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Juergen Brendel, Cisco Systems Inc. -# @author: Abhishek Raut, Cisco Systems Inc. -# @author: Sourabh Patwardhan, Cisco Systems Inc. -# @author: Marga Millet, Cisco Systems Inc. import mock import webob.exc diff --git a/neutron/tests/unit/database_stubs.py b/neutron/tests/unit/database_stubs.py index 0424c8721fe..66b052a5a04 100644 --- a/neutron/tests/unit/database_stubs.py +++ b/neutron/tests/unit/database_stubs.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rohit Agarwalla, Cisco Systems, Inc. """stubs.py provides interface methods for the database test cases""" diff --git a/neutron/tests/unit/db/firewall/test_db_firewall.py b/neutron/tests/unit/db/firewall/test_db_firewall.py index f070caf1a2d..59d718030e9 100644 --- a/neutron/tests/unit/db/firewall/test_db_firewall.py +++ b/neutron/tests/unit/db/firewall/test_db_firewall.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. from oslo.config import cfg diff --git a/neutron/tests/unit/db/metering/__init__.py b/neutron/tests/unit/db/metering/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/tests/unit/db/metering/__init__.py +++ b/neutron/tests/unit/db/metering/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/db/metering/test_db_metering.py b/neutron/tests/unit/db/metering/test_db_metering.py index 8a217f544ce..1e1ca985bcf 100644 --- a/neutron/tests/unit/db/metering/test_db_metering.py +++ b/neutron/tests/unit/db/metering/test_db_metering.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/db/test_quota_db.py b/neutron/tests/unit/db/test_quota_db.py index a7dfa40bfdb..b6c9ed83f81 100644 --- a/neutron/tests/unit/db/test_quota_db.py +++ b/neutron/tests/unit/db/test_quota_db.py @@ -12,8 +12,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @author: Sergio Cazzolato, Intel from neutron.common import exceptions from neutron import context diff --git a/neutron/tests/unit/db/vpn/__init__.py b/neutron/tests/unit/db/vpn/__init__.py index 17b786d17bf..f560154933f 100644 --- a/neutron/tests/unit/db/vpn/__init__.py +++ b/neutron/tests/unit/db/vpn/__init__.py @@ -12,4 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Swaminathan Vasudevan, Hewlett-Packard. diff --git a/neutron/tests/unit/db/vpn/test_db_vpnaas.py b/neutron/tests/unit/db/vpn/test_db_vpnaas.py index e4ecd45bd2e..979240ed157 100644 --- a/neutron/tests/unit/db/vpn/test_db_vpnaas.py +++ b/neutron/tests/unit/db/vpn/test_db_vpnaas.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. import contextlib import os diff --git a/neutron/tests/unit/embrane/__init__.py b/neutron/tests/unit/embrane/__init__.py index ca8f26b15f6..5627edf2c91 100644 --- a/neutron/tests/unit/embrane/__init__.py +++ b/neutron/tests/unit/embrane/__init__.py @@ -12,5 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. diff --git a/neutron/tests/unit/embrane/test_embrane_defaults.py b/neutron/tests/unit/embrane/test_embrane_defaults.py index 49f6dde8bfb..3f37e7c41a0 100644 --- a/neutron/tests/unit/embrane/test_embrane_defaults.py +++ b/neutron/tests/unit/embrane/test_embrane_defaults.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from oslo.config import cfg diff --git a/neutron/tests/unit/embrane/test_embrane_l3_plugin.py b/neutron/tests/unit/embrane/test_embrane_l3_plugin.py index cd4dc615022..849096fc59b 100644 --- a/neutron/tests/unit/embrane/test_embrane_l3_plugin.py +++ b/neutron/tests/unit/embrane/test_embrane_l3_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from oslo.config import cfg diff --git a/neutron/tests/unit/embrane/test_embrane_neutron_plugin.py b/neutron/tests/unit/embrane/test_embrane_neutron_plugin.py index 111a0a8e1ac..2979a0e82b9 100644 --- a/neutron/tests/unit/embrane/test_embrane_neutron_plugin.py +++ b/neutron/tests/unit/embrane/test_embrane_neutron_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. import sys import mock diff --git a/neutron/tests/unit/extensions/extendedattribute.py b/neutron/tests/unit/extensions/extendedattribute.py index d01cc74665e..6754bffa0e4 100644 --- a/neutron/tests/unit/extensions/extendedattribute.py +++ b/neutron/tests/unit/extensions/extendedattribute.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc from neutron.api import extensions diff --git a/neutron/tests/unit/extensions/extensionattribute.py b/neutron/tests/unit/extensions/extensionattribute.py index a11ddf78a2d..22814fc80b5 100644 --- a/neutron/tests/unit/extensions/extensionattribute.py +++ b/neutron/tests/unit/extensions/extensionattribute.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kaiwei Fan, VMware, Inc -# import abc diff --git a/neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py b/neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py index bcbe6ba0e94..e0e41ce5589 100644 --- a/neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py +++ b/neutron/tests/unit/hyperv/test_hyperv_security_groups_driver.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Claudiu Belu, Cloudbase Solutions Srl """ Unit tests for the Hyper-V Security Groups Driver. diff --git a/neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py b/neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py index 81eb64c521f..aa4ad94ea62 100644 --- a/neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py +++ b/neutron/tests/unit/hyperv/test_hyperv_utilsfactory.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Claudiu Belu, Cloudbase Solutions Srl """ Unit tests for the Hyper-V utils factory. diff --git a/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py b/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py index 2a7c54bc8bd..332f45daed5 100644 --- a/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py +++ b/neutron/tests/unit/hyperv/test_hyperv_utilsv2.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Alessandro Pilotti, Cloudbase Solutions Srl """ Unit tests for the Hyper-V utils V2. diff --git a/neutron/tests/unit/ibm/test_sdnve_agent.py b/neutron/tests/unit/ibm/test_sdnve_agent.py index 085ec936d18..c1c9f95ed75 100644 --- a/neutron/tests/unit/ibm/test_sdnve_agent.py +++ b/neutron/tests/unit/ibm/test_sdnve_agent.py @@ -13,9 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp - import contextlib diff --git a/neutron/tests/unit/ibm/test_sdnve_api.py b/neutron/tests/unit/ibm/test_sdnve_api.py index f1f8d60b8b5..cfde1b58554 100644 --- a/neutron/tests/unit/ibm/test_sdnve_api.py +++ b/neutron/tests/unit/ibm/test_sdnve_api.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp import mock diff --git a/neutron/tests/unit/ibm/test_sdnve_plugin.py b/neutron/tests/unit/ibm/test_sdnve_plugin.py index 4e4c967ccdf..3edb461723a 100644 --- a/neutron/tests/unit/ibm/test_sdnve_plugin.py +++ b/neutron/tests/unit/ibm/test_sdnve_plugin.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mohammad Banikazemi, IBM Corp import contextlib diff --git a/neutron/tests/unit/midonet/mock_lib.py b/neutron/tests/unit/midonet/mock_lib.py index 0e6935e5fcb..c4022955fd9 100644 --- a/neutron/tests/unit/midonet/mock_lib.py +++ b/neutron/tests/unit/midonet/mock_lib.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ryu Ishimoto, Midokura Japan KK import mock import uuid diff --git a/neutron/tests/unit/midonet/test_midonet_driver.py b/neutron/tests/unit/midonet/test_midonet_driver.py index 67085f94290..57544d908c7 100644 --- a/neutron/tests/unit/midonet/test_midonet_driver.py +++ b/neutron/tests/unit/midonet/test_midonet_driver.py @@ -13,8 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rossella Sblendido, Midokura Japan KK import mock diff --git a/neutron/tests/unit/midonet/test_midonet_lib.py b/neutron/tests/unit/midonet/test_midonet_lib.py index 588903aab9a..9f456a87091 100644 --- a/neutron/tests/unit/midonet/test_midonet_lib.py +++ b/neutron/tests/unit/midonet/test_midonet_lib.py @@ -13,9 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ryu Ishimoto, Midokura Japan KK -# @author: Tomoe Sugihara, Midokura Japan KK import sys import mock diff --git a/neutron/tests/unit/midonet/test_midonet_plugin.py b/neutron/tests/unit/midonet/test_midonet_plugin.py index 5129fef063a..6a2478295d1 100644 --- a/neutron/tests/unit/midonet/test_midonet_plugin.py +++ b/neutron/tests/unit/midonet/test_midonet_plugin.py @@ -13,10 +13,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rossella Sblendido, Midokura Europe SARL -# @author: Ryu Ishimoto, Midokura Japan KK -# @author: Tomoe Sugihara, Midokura Japan KK import mock import os diff --git a/neutron/tests/unit/ml2/drivers/arista/test_arista_l3_driver.py b/neutron/tests/unit/ml2/drivers/arista/test_arista_l3_driver.py index 7b0649e2f48..b2a2989b644 100644 --- a/neutron/tests/unit/ml2/drivers/arista/test_arista_l3_driver.py +++ b/neutron/tests/unit/ml2/drivers/arista/test_arista_l3_driver.py @@ -12,9 +12,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @author: Sukhdev Kapur, Arista Networks, Inc. -# import mock diff --git a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py index ac7e008f65c..d2da4ed24b8 100644 --- a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py +++ b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Henry Gessau, Cisco Systems import contextlib import requests diff --git a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py index 33cc3ce2236..7c41361bf34 100644 --- a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py +++ b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Henry Gessau, Cisco Systems import sys diff --git a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py index 88fcf7e6d04..3780e57de21 100644 --- a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py +++ b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems, Inc. import sys @@ -76,4 +74,4 @@ class TestCiscoApicSync(base.BaseTestCase): 'network_id': 'net', 'device_id': 'dev'}] sync.sync_router() - self.driver.add_router_interface_postcommit.assert_called_once() \ No newline at end of file + self.driver.add_router_interface_postcommit.assert_called_once() diff --git a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py index 5c1a10a9c1a..895d3cdfa45 100644 --- a/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py +++ b/neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro (ivarlazzaro@gmail.com), Cisco Systems, Inc. import sys @@ -205,4 +203,4 @@ class TestCiscoApicTopologyAgent(base.BaseTestCase, return_value=peers): self.agent._check_for_new_peers(context) self.agent.service_agent.update_link.assert_called_with( - context, *expected) \ No newline at end of file + context, *expected) diff --git a/neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py b/neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py index c589520f7b7..d89027078f7 100644 --- a/neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py +++ b/neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py @@ -11,9 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. - from neutron.plugins.ml2 import config as ml2_config from neutron.tests.unit.ml2 import test_ml2_plugin diff --git a/neutron/tests/unit/ml2/drivers/test_l2population.py b/neutron/tests/unit/ml2/drivers/test_l2population.py index d70216b744e..cfe76d3a576 100644 --- a/neutron/tests/unit/ml2/drivers/test_l2population.py +++ b/neutron/tests/unit/ml2/drivers/test_l2population.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Francois Eleouet, Orange -# @author: Mathieu Rohon, Orange import mock diff --git a/neutron/tests/unit/ml2/test_mechanism_fslsdn.py b/neutron/tests/unit/ml2/test_mechanism_fslsdn.py index d39e5973f7b..244f7e0299c 100644 --- a/neutron/tests/unit/ml2/test_mechanism_fslsdn.py +++ b/neutron/tests/unit/ml2/test_mechanism_fslsdn.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# @author: Trinath Somanchi, Freescale, Inc. - import mock from oslo.config import cfg diff --git a/neutron/tests/unit/ml2/test_mechanism_odl.py b/neutron/tests/unit/ml2/test_mechanism_odl.py index e743c345793..3679f9f1fd0 100644 --- a/neutron/tests/unit/ml2/test_mechanism_odl.py +++ b/neutron/tests/unit/ml2/test_mechanism_odl.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Kyle Mestery, Cisco Systems, Inc. import mock import requests diff --git a/neutron/tests/unit/ml2/test_type_vxlan.py b/neutron/tests/unit/ml2/test_type_vxlan.py index a2f1274576a..f62d328eadf 100644 --- a/neutron/tests/unit/ml2/test_type_vxlan.py +++ b/neutron/tests/unit/ml2/test_type_vxlan.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Kyle Mestery, Cisco Systems, Inc. import mock from six import moves diff --git a/neutron/tests/unit/nec/stub_ofc_driver.py b/neutron/tests/unit/nec/stub_ofc_driver.py index e4800043a65..da28f8735f3 100644 --- a/neutron/tests/unit/nec/stub_ofc_driver.py +++ b/neutron/tests/unit/nec/stub_ofc_driver.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import netaddr diff --git a/neutron/tests/unit/nec/test_config.py b/neutron/tests/unit/nec/test_config.py index 5bc25394fe3..6df371a2f02 100644 --- a/neutron/tests/unit/nec/test_config.py +++ b/neutron/tests/unit/nec/test_config.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU from neutron.plugins.nec.common import config from neutron.tests import base diff --git a/neutron/tests/unit/nec/test_db.py b/neutron/tests/unit/nec/test_db.py index 69927d99c27..8f6414212b4 100644 --- a/neutron/tests/unit/nec/test_db.py +++ b/neutron/tests/unit/nec/test_db.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import contextlib import random diff --git a/neutron/tests/unit/nec/test_ofc_client.py b/neutron/tests/unit/nec/test_ofc_client.py index 5754b6477e4..56621a04c0b 100644 --- a/neutron/tests/unit/nec/test_ofc_client.py +++ b/neutron/tests/unit/nec/test_ofc_client.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki import mock from oslo.config import cfg diff --git a/neutron/tests/unit/nec/test_ofc_manager.py b/neutron/tests/unit/nec/test_ofc_manager.py index 13d71d766e1..24fa8de7705 100644 --- a/neutron/tests/unit/nec/test_ofc_manager.py +++ b/neutron/tests/unit/nec/test_ofc_manager.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import mock diff --git a/neutron/tests/unit/nec/test_pfc_driver.py b/neutron/tests/unit/nec/test_pfc_driver.py index a2b3939d335..c7516d5cb8a 100644 --- a/neutron/tests/unit/nec/test_pfc_driver.py +++ b/neutron/tests/unit/nec/test_pfc_driver.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import random import string diff --git a/neutron/tests/unit/nec/test_portbindings.py b/neutron/tests/unit/nec/test_portbindings.py index 0c57f69b441..9dc61ed54c3 100644 --- a/neutron/tests/unit/nec/test_portbindings.py +++ b/neutron/tests/unit/nec/test_portbindings.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Akihiro Motoki, NEC Corporation from oslo.config import cfg from testtools import matchers diff --git a/neutron/tests/unit/nec/test_trema_driver.py b/neutron/tests/unit/nec/test_trema_driver.py index 635b4a43bd9..2d095fb0056 100644 --- a/neutron/tests/unit/nec/test_trema_driver.py +++ b/neutron/tests/unit/nec/test_trema_driver.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Ryota MIBU import random diff --git a/neutron/tests/unit/nuage/fake_nuageclient.py b/neutron/tests/unit/nuage/fake_nuageclient.py index 37995ba3247..463f16438d6 100644 --- a/neutron/tests/unit/nuage/fake_nuageclient.py +++ b/neutron/tests/unit/nuage/fake_nuageclient.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Aniket Dandekar, Nuage Networks, Alcatel-Lucent USA Inc. from neutron.openstack.common import uuidutils diff --git a/neutron/tests/unit/nuage/test_netpartition.py b/neutron/tests/unit/nuage/test_netpartition.py index bf51bc40a05..6dc6b31bfd3 100644 --- a/neutron/tests/unit/nuage/test_netpartition.py +++ b/neutron/tests/unit/nuage/test_netpartition.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Nuage Networks, Alcatel-Lucent USA Inc. import contextlib import uuid diff --git a/neutron/tests/unit/nuage/test_nuage_plugin.py b/neutron/tests/unit/nuage/test_nuage_plugin.py index b3b755fa3dc..b3d1d22c70f 100644 --- a/neutron/tests/unit/nuage/test_nuage_plugin.py +++ b/neutron/tests/unit/nuage/test_nuage_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ronak Shah, Aniket Dandekar, Nuage Networks, Alcatel-Lucent USA Inc. import contextlib diff --git a/neutron/tests/unit/nuage/test_syncmanager.py b/neutron/tests/unit/nuage/test_syncmanager.py index e72d235f6aa..1c2b7e0b08d 100644 --- a/neutron/tests/unit/nuage/test_syncmanager.py +++ b/neutron/tests/unit/nuage/test_syncmanager.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Sayaji Patil, Nuage Networks, Alcatel-Lucent USA Inc. import contextlib @@ -340,4 +339,4 @@ class TestSecurityGroupSync(test_sg.TestSecurityGroups): sg_dict = {'security': {'secgrouprule': {'l2domain': {'add': [_uuid()]}, 'domain': {'add': [_uuid()]}}}} - self.syncmanager.sync_secgrp_rules(sg_dict) \ No newline at end of file + self.syncmanager.sync_secgrp_rules(sg_dict) diff --git a/neutron/tests/unit/oneconvergence/test_nvsd_agent.py b/neutron/tests/unit/oneconvergence/test_nvsd_agent.py index d034755fbd4..193f1b42990 100644 --- a/neutron/tests/unit/oneconvergence/test_nvsd_agent.py +++ b/neutron/tests/unit/oneconvergence/test_nvsd_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. import contextlib import time diff --git a/neutron/tests/unit/oneconvergence/test_plugin_helper.py b/neutron/tests/unit/oneconvergence/test_plugin_helper.py index d513591d15a..7f7f28fbd92 100644 --- a/neutron/tests/unit/oneconvergence/test_plugin_helper.py +++ b/neutron/tests/unit/oneconvergence/test_plugin_helper.py @@ -11,8 +11,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. + import mock import requests diff --git a/neutron/tests/unit/oneconvergence/test_security_group.py b/neutron/tests/unit/oneconvergence/test_security_group.py index 495a30b99d4..f3be8499738 100644 --- a/neutron/tests/unit/oneconvergence/test_security_group.py +++ b/neutron/tests/unit/oneconvergence/test_security_group.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Kedar Kulkarni, One Convergence, Inc. import uuid diff --git a/neutron/tests/unit/plumgrid/__init__.py b/neutron/tests/unit/plumgrid/__init__.py index c166c35296c..f34feeeec96 100644 --- a/neutron/tests/unit/plumgrid/__init__.py +++ b/neutron/tests/unit/plumgrid/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. diff --git a/neutron/tests/unit/plumgrid/test_plumgrid_plugin.py b/neutron/tests/unit/plumgrid/test_plumgrid_plugin.py index 7a1a6a7a00e..ff275205b10 100644 --- a/neutron/tests/unit/plumgrid/test_plumgrid_plugin.py +++ b/neutron/tests/unit/plumgrid/test_plumgrid_plugin.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Edgar Magana, emagana@plumgrid.com, PLUMgrid, Inc. """ Test cases for Neutron PLUMgrid Plug-in diff --git a/neutron/tests/unit/services/__init__.py b/neutron/tests/unit/services/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/tests/unit/services/__init__.py +++ b/neutron/tests/unit/services/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py b/neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py index 81fa211e063..57edddcb45f 100644 --- a/neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py +++ b/neutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py @@ -11,10 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc. -# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc. import contextlib import uuid diff --git a/neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py b/neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py index d0525a65a1a..e2891d328cf 100644 --- a/neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py +++ b/neutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py @@ -12,10 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. -# @author: Sridar Kandaswamy, skandasw@cisco.com, Cisco Systems, Inc. -# @author: Dan Florea, dflorea@cisco.com, Cisco Systems, Inc. import contextlib import mock diff --git a/neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py b/neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py index 113e4c0964c..bb08e327796 100644 --- a/neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py +++ b/neutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, vArmour Networks Inc. -# import mock diff --git a/neutron/tests/unit/services/firewall/drivers/linux/test_iptables_fwaas.py b/neutron/tests/unit/services/firewall/drivers/linux/test_iptables_fwaas.py index 29f532220bb..f865818c0ca 100644 --- a/neutron/tests/unit/services/firewall/drivers/linux/test_iptables_fwaas.py +++ b/neutron/tests/unit/services/firewall/drivers/linux/test_iptables_fwaas.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Rajesh Mohan, Rajesh_Mohan3@Dell.com, DELL Inc. import mock from oslo.config import cfg diff --git a/neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py b/neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py index 0b5121afe90..5f8d6bf088e 100644 --- a/neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py +++ b/neutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Gary Duan, vArmour Networks Inc. -# import mock diff --git a/neutron/tests/unit/services/firewall/test_fwaas_plugin.py b/neutron/tests/unit/services/firewall/test_fwaas_plugin.py index 1d7e7817a05..f1278a8924a 100644 --- a/neutron/tests/unit/services/firewall/test_fwaas_plugin.py +++ b/neutron/tests/unit/services/firewall/test_fwaas_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. import contextlib diff --git a/neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py b/neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py index bc52fa9ea08..79fb88d4e95 100644 --- a/neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py +++ b/neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Arvind Somya (asomya@cisco.com), Cisco Systems import sys diff --git a/neutron/tests/unit/services/loadbalancer/__init__.py b/neutron/tests/unit/services/loadbalancer/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/tests/unit/services/loadbalancer/__init__.py +++ b/neutron/tests/unit/services/loadbalancer/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/tests/unit/services/loadbalancer/agent/test_agent.py b/neutron/tests/unit/services/loadbalancer/agent/test_agent.py index d8dd60513e2..ae1afe34193 100644 --- a/neutron/tests/unit/services/loadbalancer/agent/test_agent.py +++ b/neutron/tests/unit/services/loadbalancer/agent/test_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import contextlib import mock diff --git a/neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py b/neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py index 25c9b476470..4e28429026f 100644 --- a/neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py +++ b/neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import contextlib diff --git a/neutron/tests/unit/services/loadbalancer/agent/test_api.py b/neutron/tests/unit/services/loadbalancer/agent/test_api.py index 988ed1f804f..3d212a96576 100644 --- a/neutron/tests/unit/services/loadbalancer/agent/test_api.py +++ b/neutron/tests/unit/services/loadbalancer/agent/test_api.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import mock diff --git a/neutron/tests/unit/services/loadbalancer/drivers/__init__.py b/neutron/tests/unit/services/loadbalancer/drivers/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/__init__.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_embrane_defaults.py b/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_embrane_defaults.py index 2402b18dc7f..d061adc264b 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_embrane_defaults.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_embrane_defaults.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. from oslo.config import cfg diff --git a/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py b/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py index 85a35fb4662..00771d72a51 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/embrane/test_plugin_driver.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Ivar Lazzaro, Embrane, Inc. ivar@embrane.com import sys diff --git a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/__init__.py b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/__init__.py index 44391ce44e6..69bb9f63237 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/__init__.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost diff --git a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py index 82104e6540d..1e38822afe3 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Oleg Bondarev (obondarev@mirantis.com) import contextlib diff --git a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py index 8649e03b6d6..45acdf5ee67 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import contextlib diff --git a/neutron/tests/unit/services/loadbalancer/drivers/radware/__init__.py b/neutron/tests/unit/services/loadbalancer/drivers/radware/__init__.py index e708e47db5c..817d20e7527 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/radware/__init__.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/radware/__init__.py @@ -11,5 +11,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware diff --git a/neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py b/neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py index 027de00b48a..3bf18297da7 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Avishay Balderman, Radware import re diff --git a/neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py b/neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py index 72eb78bbd5f..812719e4ac3 100644 --- a/neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py +++ b/neutron/tests/unit/services/loadbalancer/drivers/test_agent_driver_base.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import contextlib diff --git a/neutron/tests/unit/services/metering/__init__.py b/neutron/tests/unit/services/metering/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/tests/unit/services/metering/__init__.py +++ b/neutron/tests/unit/services/metering/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/services/metering/drivers/__init__.py b/neutron/tests/unit/services/metering/drivers/__init__.py index 82a44721301..bc20be2a0cb 100644 --- a/neutron/tests/unit/services/metering/drivers/__init__.py +++ b/neutron/tests/unit/services/metering/drivers/__init__.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/services/metering/drivers/test_iptables_driver.py b/neutron/tests/unit/services/metering/drivers/test_iptables_driver.py index 160a01bf613..57a833b99d3 100644 --- a/neutron/tests/unit/services/metering/drivers/test_iptables_driver.py +++ b/neutron/tests/unit/services/metering/drivers/test_iptables_driver.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/services/metering/test_metering_agent.py b/neutron/tests/unit/services/metering/test_metering_agent.py index 356b24b2629..aee7f2c0c19 100644 --- a/neutron/tests/unit/services/metering/test_metering_agent.py +++ b/neutron/tests/unit/services/metering/test_metering_agent.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/services/metering/test_metering_plugin.py b/neutron/tests/unit/services/metering/test_metering_plugin.py index 519fb8ffa27..c2eaad5af29 100644 --- a/neutron/tests/unit/services/metering/test_metering_plugin.py +++ b/neutron/tests/unit/services/metering/test_metering_plugin.py @@ -1,7 +1,5 @@ # Copyright (C) 2013 eNovance SAS # -# Author: Sylvain Afchain -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron/tests/unit/services/vpn/__init__.py b/neutron/tests/unit/services/vpn/__init__.py index 17b786d17bf..f560154933f 100644 --- a/neutron/tests/unit/services/vpn/__init__.py +++ b/neutron/tests/unit/services/vpn/__init__.py @@ -12,4 +12,3 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# @author: Swaminathan Vasudevan, Hewlett-Packard. diff --git a/neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py b/neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py index a63ebe5a168..93a126bfdac 100644 --- a/neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py +++ b/neutron/tests/unit/services/vpn/device_drivers/cisco_csr_mock.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. """Mock REST requests to Cisco Cloud Services Router.""" diff --git a/neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py b/neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py index 44d92a1c4c6..a89abe9445c 100644 --- a/neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py +++ b/neutron/tests/unit/services/vpn/device_drivers/notest_cisco_csr_rest.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. #TODO(pcm): Rename this file to remove the "no" prefix, once httmock is # approved and added to requirements.txt diff --git a/neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py b/neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py index ecfbc90fff1..f08364894ca 100644 --- a/neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py +++ b/neutron/tests/unit/services/vpn/device_drivers/test_cisco_ipsec.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. import copy import httplib diff --git a/neutron/tests/unit/services/vpn/service_drivers/test_cisco_config_loader.py b/neutron/tests/unit/services/vpn/service_drivers/test_cisco_config_loader.py index 9f9f1348fa5..37e5fd54646 100644 --- a/neutron/tests/unit/services/vpn/service_drivers/test_cisco_config_loader.py +++ b/neutron/tests/unit/services/vpn/service_drivers/test_cisco_config_loader.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Paul Michali, Cisco Systems, Inc. """Test module for interim implementation - to be removed later. diff --git a/neutron/tests/unit/services/vpn/test_vpnaas_extension.py b/neutron/tests/unit/services/vpn/test_vpnaas_extension.py index 31a55d412c2..1053061d962 100644 --- a/neutron/tests/unit/services/vpn/test_vpnaas_extension.py +++ b/neutron/tests/unit/services/vpn/test_vpnaas_extension.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Swaminathan Vasudevan, Hewlett-Packard. import copy diff --git a/neutron/tests/unit/test_api_api_common.py b/neutron/tests/unit/test_api_api_common.py index 92a36009702..5ccf4891c3c 100644 --- a/neutron/tests/unit/test_api_api_common.py +++ b/neutron/tests/unit/test_api_api_common.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Zhongyue Luo, Intel Corporation. -# from testtools import matchers from webob import exc diff --git a/neutron/tests/unit/test_api_v2_extension.py b/neutron/tests/unit/test_api_v2_extension.py index b754c2b139a..a0047c02946 100644 --- a/neutron/tests/unit/test_api_v2_extension.py +++ b/neutron/tests/unit/test_api_v2_extension.py @@ -15,8 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Isaku Yamahata, Intel Corporation. import uuid diff --git a/neutron/tests/unit/test_api_v2_resource.py b/neutron/tests/unit/test_api_v2_resource.py index a14c5ce89d6..91e24de711c 100644 --- a/neutron/tests/unit/test_api_v2_resource.py +++ b/neutron/tests/unit/test_api_v2_resource.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Zhongyue Luo, Intel Corporation. -# import mock from webob import exc diff --git a/neutron/tests/unit/test_db_migration.py b/neutron/tests/unit/test_db_migration.py index 5d6dd83ee3e..4d44853c8e3 100644 --- a/neutron/tests/unit/test_db_migration.py +++ b/neutron/tests/unit/test_db_migration.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -# @author Mark McClain (DreamHost) - import sys import mock diff --git a/neutron/tests/unit/test_extension_extradhcpopts.py b/neutron/tests/unit/test_extension_extradhcpopts.py index 8d0f1e26c9f..103a7939f63 100644 --- a/neutron/tests/unit/test_extension_extradhcpopts.py +++ b/neutron/tests/unit/test_extension_extradhcpopts.py @@ -12,9 +12,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @author: D.E. Kehn, dekehn@gmail.com -# import copy import webob.exc diff --git a/neutron/tests/unit/test_extension_firewall.py b/neutron/tests/unit/test_extension_firewall.py index f185cd1144b..27abc0cc6b5 100644 --- a/neutron/tests/unit/test_extension_firewall.py +++ b/neutron/tests/unit/test_extension_firewall.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -# @author: Sumit Naiksatam, sumitnaiksatam@gmail.com, Big Switch Networks, Inc. - import copy import mock diff --git a/neutron/tests/unit/test_extension_pnet.py b/neutron/tests/unit/test_extension_pnet.py index 64bc48a9a3f..5455e08b409 100644 --- a/neutron/tests/unit/test_extension_pnet.py +++ b/neutron/tests/unit/test_extension_pnet.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Salvatore Orlando, VMware -# import mock from oslo.config import cfg diff --git a/neutron/tests/unit/test_hacking.py b/neutron/tests/unit/test_hacking.py index d068f920d7a..895dbe91019 100644 --- a/neutron/tests/unit/test_hacking.py +++ b/neutron/tests/unit/test_hacking.py @@ -67,3 +67,15 @@ class HackingTestCase(base.BaseTestCase): "json.%s" % method, "./neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/" "plugins/netwrap")))) + + def test_no_author_tags(self): + self.assertIsInstance(checks.no_author_tags("# author: pele"), tuple) + self.assertIsInstance(checks.no_author_tags("# @author: pele"), tuple) + self.assertIsInstance(checks.no_author_tags("# @Author: pele"), tuple) + self.assertIsInstance(checks.no_author_tags("# Author: pele"), tuple) + self.assertIsInstance(checks.no_author_tags("# Author pele"), tuple) + self.assertIsInstance(checks.no_author_tags(".. moduleauthor:: pele"), + tuple) + self.assertEqual(2, checks.no_author_tags("# author: pele")[0]) + self.assertEqual(2, checks.no_author_tags("# Author: pele")[0]) + self.assertEqual(3, checks.no_author_tags(".. moduleauthor:: pele")[0]) diff --git a/neutron/tests/unit/test_iptables_manager.py b/neutron/tests/unit/test_iptables_manager.py index cc3abeaebf8..ac0f9ad8c0f 100644 --- a/neutron/tests/unit/test_iptables_manager.py +++ b/neutron/tests/unit/test_iptables_manager.py @@ -12,8 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# @author: Juliano Martinez, Locaweb. import inspect import os diff --git a/neutron/tests/unit/test_l3_schedulers.py b/neutron/tests/unit/test_l3_schedulers.py index 7c0319c2b39..5dc805e3269 100644 --- a/neutron/tests/unit/test_l3_schedulers.py +++ b/neutron/tests/unit/test_l3_schedulers.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Sylvain Afchain, eNovance SAS -# @author: Emilien Macchi, eNovance SAS import contextlib import datetime diff --git a/neutron/tests/unit/test_linux_daemon.py b/neutron/tests/unit/test_linux_daemon.py index ab65a2bb295..f5408961c31 100644 --- a/neutron/tests/unit/test_linux_daemon.py +++ b/neutron/tests/unit/test_linux_daemon.py @@ -12,8 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import os import sys diff --git a/neutron/tests/unit/test_linux_external_process.py b/neutron/tests/unit/test_linux_external_process.py index d915a34e719..85c24544a24 100644 --- a/neutron/tests/unit/test_linux_external_process.py +++ b/neutron/tests/unit/test_linux_external_process.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import mock diff --git a/neutron/tests/unit/test_metadata_agent.py b/neutron/tests/unit/test_metadata_agent.py index dbb3e123062..f5446e933ca 100644 --- a/neutron/tests/unit/test_metadata_agent.py +++ b/neutron/tests/unit/test_metadata_agent.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import contextlib import socket diff --git a/neutron/tests/unit/test_metadata_namespace_proxy.py b/neutron/tests/unit/test_metadata_namespace_proxy.py index 314b22ea4ed..6f90d335f22 100644 --- a/neutron/tests/unit/test_metadata_namespace_proxy.py +++ b/neutron/tests/unit/test_metadata_namespace_proxy.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Mark McClain, DreamHost import socket diff --git a/neutron/tests/unit/test_servicetype.py b/neutron/tests/unit/test_servicetype.py index 843983d03da..ede407efe73 100644 --- a/neutron/tests/unit/test_servicetype.py +++ b/neutron/tests/unit/test_servicetype.py @@ -12,9 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: Salvatore Orlando, VMware -# import mock from oslo.config import cfg diff --git a/neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py b/neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py index 257276407cb..459c548d9b5 100644 --- a/neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py +++ b/neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py @@ -11,8 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# -# @author: linb, VMware import mock