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 0f3666fc0a..a0595952ca 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 93f6395dd9..737e2493ef 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 b5fbacf14a..887ab07a3c 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 b399af4369..b9d581210a 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 1a858fd5d4..613a929cab 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 2d6c4f5230..e82a0d1496 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 f7461d23f3..20c9a03a02 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 569a99171a..5a943fd135 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 9325fdd614..1c2f9cb0f0 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 3b5debc55d..915d999fc9 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 a2365d23b8..4a9510273c 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 d089c66458..a1efa7e1e4 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 405b54a910..f1b5f425fd 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 4693457f7c..6e7b23f435 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 40ccf5d3d6..b6290e16f4 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 82a4472130..bc20be2a0c 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 36e5d0b44b..0e414a5f6b 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 c0bbd51ad3..5d6a91618c 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 75d86d051b..738f9f50ec 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 907279bacf..55c1443f1f 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 924f16f3dd..363667ff81 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 2cdfad931e..a95064a1ef 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 b25c520e06..ae47562cd2 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 045b7e3f26..8114d2c529 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 1f94f83974..8b777aba7a 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 25b87ca420..98b882cf05 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 9037a0bb4a..32cfd60d4e 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 6dae9b7627..534ba1553d 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 060b986bbf..a15801e6a4 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 e8aeee8c13..6ff9b7c965 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 5e22861567..4316bc2919 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 59a3a0c59e..33d2ed709e 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 fb66aaa4a4..7b365254a6 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 2bb167dadd..a9c750d01d 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 06ff9e259c..71e44b33ad 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 6168adf36f..cce9cf85d3 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 25633775d9..5675c05c27 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 c45378aff2..a1bf41876b 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 4e7d2eb0e9..a170a0d4be 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 8fb6cdf125..910be06562 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 431cdd448b..4206dcc9a8 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 71aba5c6aa..70cb8a3531 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 71aba5c6aa..70cb8a3531 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 6970dd6579..9cabfde4b5 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 5d119113fc..3c35033f9f 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 1b072848fd..6fdbec36a6 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 812f73ea5c..392ab92e9f 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 9fa984ab39..febe0e5429 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 2e757f2314..35904ae1f3 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 7b46e04bce..1d8dc37ef1 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 4a0df671ba..14401f095d 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 5fabc0ec47..5f7393fd93 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 9401130e61..537280d0e0 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 8dc1cf0ca8..fe09c0bf24 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 81e988e3cc..41213b1a1e 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 72a21ae8ba..a0d4b611ff 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 e45492f560..91bb24b795 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 9a446dd8ca..54aa18193d 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 f204952be4..d3d9eefb48 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 06ab4d4d6c..c79469d9f8 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 dc20c7434c..be033a6eab 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 191f1ee09a..95d80b7cac 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 48c60166d3..8ed7c827b6 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 c04c96b391..f98d3454bc 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 43fb12b27e..8972c7fd50 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 b5c5007474..ff389fbc62 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 474efc0cb3..6f6b592656 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 51c0001965..54aa18193d 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 10d0a3bbde..b348921bc4 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 115cab488a..61112da57f 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 0a7fede310..b0c2973704 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 c54367e689..a2df46c060 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 9a446dd8ca..54aa18193d 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 08cfbb022a..a283489918 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 21de8225a6..62a0dee5b0 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 1320012b9e..01515fff47 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 bfdd62c306..d694b23676 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 c4d2a43b1f..dbbbfb0919 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 03f350a039..1afc3297ac 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 bf9145e025..460fcaf3fb 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 a0f80d4577..5ab2809913 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 b748b456e3..187af19509 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 9bd621fb51..01749357bd 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 8bf21c65cb..59552ac3c8 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 b278004741..b2752a06c2 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 d85f96a5a7..9c028e76b6 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 90e2247d58..5d6cb7b607 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 5139b4b5cc..56fd91f199 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 192f4cfc79..d0b493a22f 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 a3fb4a33d0..22999f178e 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 dcbb664c6b..526faf0af0 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 67af3f9bfe..35ebfcdfbd 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 c8717e6dcb..ffda751c28 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 788ebb721c..fd96fd3ae9 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 3c94b5eadb..c1d1104c29 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 edff680428..8ffe63bb9c 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 51c0001965..54aa18193d 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 9162384d25..a9902d75ee 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 cf7a1ceaa8..73c4997f21 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 b07e1c51f1..848215994f 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 07331053a2..236822d217 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 b3f679e9dc..7ea8613698 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 af10e73320..ef2fdbcaae 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 25dc46b070..5627edf2c9 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 25dc46b070..5627edf2c9 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 dcea84f7c2..31c5602dc4 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 25dc46b070..5627edf2c9 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 a81c6aab54..61059772a2 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 8dedc653ae..0dacc0fe77 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 25dc46b070..5627edf2c9 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 2c13a08f7e..8ece1ce319 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 d842013b32..709d946769 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 d1182fcf11..93ab7300d3 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 a023717b64..7d42b647b3 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 bf779ef061..957982cf65 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 cd50fa620f..34c2d5c44a 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 25dc46b070..5627edf2c9 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 25dc46b070..5627edf2c9 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 cb888528c4..ec01904116 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 b63c76f6cb..5b99ffe3b9 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 047973b09f..e38195ea2e 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 8104775ae1..5ac0c57098 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 ac9358402e..2ea02df3a5 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 25dc46b070..5627edf2c9 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 bcfab70f19..2ca11c99bc 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 954e5ea8a7..172fa9b9de 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 a41cb4a4ee..856a986ab3 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 755ab5270e..a32d24fd2c 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 1e18731ca2..2508fac99b 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 adc0109943..06503bbb0c 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 d7e4a7569b..0ef1ce4d89 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 bceab0a221..d3dd7f54ef 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 bab6e50b01..bf3d378780 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 e3a88dc0ea..59eeb0c86f 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 70ede35d19..8088b121bf 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 f42aeb1d5a..51069552d1 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 a44cfbca59..ab4bbcdecf 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 e2121bf7b7..4f6579071f 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 9d4b116ad9..f05a995a6c 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 3acf9baff5..758f630f53 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 d2e5e7ed8e..26298bae13 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 50e689c1c8..135fa6c85d 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 74cfc83862..571f1f3ac5 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 2097122792..b48a87849d 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 7d608c3e6e..ac586a9cd7 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 a9d66be89c..1f20c6bd46 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 0bf92ea409..a8060a9ebb 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 5cd29ac1cf..4e5f65146c 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 8eaec07b66..1f20c6bd46 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 8ebcf6750f..29930b868c 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 54d7f12f0e..d4db12ef05 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 6f62ecdce8..69706d396e 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 6488a8b4cc..a733eb0574 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 0df30ad302..4dc9af5583 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 a879f1ad16..aac24410f0 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 2495405271..5dfc601e2d 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 92e0b2954f..bd73a33984 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 08c3121e02..f52c8c9f5f 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 3fa2296530..47b5c871ff 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 256369f252..44bd2e22cd 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 398fc93169..6a5ac16171 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 28b7fcfe32..6be0b2a9fd 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 c1e1bc2d08..e8801041b7 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 e5c9b1f404..c9ef932026 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 b9b2306f9d..e82932559d 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 1e0701e0be..403b66269f 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 9ea7b387a2..c12ab3c02e 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 6ecf1a93a1..446dc89430 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 88d063b4e6..a98a27fd7d 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 7be7b8a664..8b5efacf29 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 349d8870bd..a8e40d575b 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 daa9a95eec..7a23a9261e 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 514fd9b86c..381ea95511 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 771839a315..18b12a65a6 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 cb271934c9..d2f78ca9e5 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 4060305b03..9c3ec1a496 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 fd4bba642b..3626472625 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 0a1571ba52..3fd5d74947 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 0ffa8db470..c06f9ea2a9 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 02cb79491a..9816eee0c4 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 6ca0c4c113..965a04e8e4 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 acfe90442c..a3763efefc 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 0ba7ece63a..7788ea7570 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 0bc929701c..faf6c2d181 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 77fee80423..cf39008346 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 73e952bad4..f534e619df 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 f88ce8d3d3..7d26b1b59b 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 9af75cbeda..9ed65f3d19 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 ba93213263..b1c6e01634 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 41a50ecf15..86960c8b93 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 99a28fbbec..c36148b570 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 d06d805c52..58c83e3390 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 6ba6d5d3f3..5d125c8c8d 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 ff2680bf7b..a996b7e904 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 2634d3458c..a93e2520f4 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 c731e1dede..2249a5eba3 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 ebf6a456a9..651d4a9d6b 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 c41b246112..02cd201061 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 dbf7c0703f..5d30dbcb06 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 2a4c0eafb2..1fc261371d 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 e29e60e955..661c77b596 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 a719015b6d..8656e15b05 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 6181a44435..fb19978ea8 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 00a623a85b..ae5f0151ec 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 584c4b9af4..9bd674a6ed 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 db823e7bb9..ede86b5925 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 580a66d3d8..a4b9cf86e9 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 dcb9f77a44..3d89fe0b19 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 c166c35296..f34feeeec9 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 c166c35296..f34feeeec9 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 58fdcad331..b2a2437910 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 c166c35296..f34feeeec9 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 dab2a99a06..8fd252ffef 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 ba241f4b36..6b12e48514 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 c166c35296..f34feeeec9 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 33a2396f26..c050009d61 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 2b36c55908..e132cc266d 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 615e2e9316..b1e1330d0f 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 a6da5df3d5..8a18228362 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 b535907705..4f5e993f96 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 0d615c3ca0..575d10c8d2 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 4764db0340..e90ca1825c 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 806a18c627..5b71b09723 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 b0520651fd..09b618cbac 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 2e3efd56e2..faad6e889c 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 7183fd760d..ec3923c3a6 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 2a6cbfb50f..148c575c37 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 56ee804a56..71caca8c65 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 689209419a..0d994ef5a9 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 fb067c5e8d..e191946f8c 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 44e3ce1761..7ac398d18a 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 d69733dea9..1bf5072a37 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 e57c7eaa34..ed70c53e85 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 1a04a77bc9..7f4a2c12a4 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 57ca02bfcd..470fb62451 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 a988a2efad..49feefea10 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 c1559af3d0..18896b50f5 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 4da2735661..2c6cf9cc70 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 630c6dae95..4ebd9224b7 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 c6e4f68bc4..bc7bfe24c5 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 219c0a2264..e62c8b85ed 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 52da4f5eee..d4f7381bd6 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 44391ce44e..69bb9f6323 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 64854fe434..c56fcac2bd 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 0f8e036d11..e0918497ad 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 7ba0005997..2b583bcbd9 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 f31caf7777..f7bc363c97 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 cac9a63d59..8a5b2ba1f7 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 61e6095981..3d05c520fd 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 2e5c9e1d96..ef6928a348 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 a6a09fd91c..e3014bf0aa 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 51adfcf248..55441c7e1a 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 bf36079cf1..427457ca0d 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 44391ce44e..69bb9f6323 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 63aa02da7d..1200cf80e7 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 a96b67a2f7..04787d430a 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 4d42f0e62b..762b3f3336 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 2fd850be95..23fa2eae18 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 4c7b4c5d97..bb16cb7551 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 6951f1e171..ea5db3b75d 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 82a4472130..bc20be2a0c 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 82a4472130..bc20be2a0c 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 c22c80b8af..c860bdb93b 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 82a4472130..bc20be2a0c 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 884fbba50a..5169bdd97b 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 82a4472130..bc20be2a0c 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 12dd1bd26f..40af40f3a4 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 82a4472130..bc20be2a0c 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 d3f5e7df45..977b922e29 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 b2e9215b8e..046938da58 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 f236ecd7b6..f560154933 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 2e6e205abe..04241b743c 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 331b175c7b..b024f333aa 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 e82ef52578..9353d6c571 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 e98fb82081..f29bec5fe3 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 f78b8bdc1e..e5e2198c23 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 2f80e42412..1b9158b72f 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 33e4a0b619..4f72f58664 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 dfcd6826c3..6c6bb5a650 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 8ff48d044b..a164b3da60 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 4c961df7df..f7d9009ed5 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 a2365adda4..bb2452a7ec 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 b30ca83479..43723fe8f9 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 551f9cc53a..6a30744236 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 740a730814..48c7b4866e 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 c93b2d45b0..3713083747 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 d296ddf673..49b1babc86 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 38a6840aa7..dff1d5cd78 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 1921e56acb..974da4e7ff 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 c0547b8f28..f30b60f24b 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 cf7a1ceaa8..73c4997f21 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 799a8f0ccf..1a4db29f4a 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 68cae5bfeb..434250e2a9 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 66a68b5a2d..e412dfc7e6 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 0424c8721f..66b052a5a0 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 f070caf1a2..59d718030e 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 82a4472130..bc20be2a0c 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 8a217f544c..1e1ca985bc 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 a7dfa40bfd..b6c9ed83f8 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 17b786d17b..f560154933 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 e4ecd45bd2..979240ed15 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 ca8f26b15f..5627edf2c9 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 49f6dde8bf..3f37e7c41a 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 cd4dc61502..849096fc59 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 111a0a8e1a..2979a0e82b 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 d01cc74665..6754bffa0e 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 a11ddf78a2..22814fc80b 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 bcbe6ba0e9..e0e41ce558 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 81eb64c521..aa4ad94ea6 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 2a7c54bc8b..332f45daed 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 085ec936d1..c1c9f95ed7 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 f1f8d60b8b..cfde1b5855 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 4e4c967ccd..3edb461723 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 0e6935e5fc..c4022955fd 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 67085f9429..57544d908c 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 588903aab9..9f456a8709 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 5129fef063..6a2478295d 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 7b0649e2f4..b2a2989b64 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 ac7e008f65..d2da4ed24b 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 33cc3ce223..7c41361bf3 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 88fcf7e6d0..3780e57de2 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 5c1a10a9c1..895d3cdfa4 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 c589520f7b..d89027078f 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 d70216b744..cfe76d3a57 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 d39e5973f7..244f7e0299 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 e743c34579..3679f9f1fd 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 a2f1274576..f62d328ead 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 e4800043a6..da28f8735f 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 5bc25394fe..6df371a2f0 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 69927d99c2..8f6414212b 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 5754b6477e..56621a04c0 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 13d71d766e..24fa8de770 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 a2b3939d33..c7516d5cb8 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 0c57f69b44..9dc61ed54c 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 635b4a43bd..2d095fb005 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 37995ba324..463f16438d 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 bf51bc40a0..6dc6b31bfd 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 b3b755fa3d..b3d1d22c70 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 e72d235f6a..1c2b7e0b08 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 d034755fbd..193f1b4299 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 d513591d15..7f7f28fbd9 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 495a30b99d..f3be849973 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 c166c35296..f34feeeec9 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 7a1a6a7a00..ff275205b1 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 44391ce44e..69bb9f6323 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 81fa211e06..57edddcb45 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 d0525a65a1..e2891d328c 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 113e4c0964..bb08e32779 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 29f532220b..f865818c0c 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 0b5121afe9..5f8d6bf088 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 1d7e7817a0..f1278a8924 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 bc52fa9ea0..79fb88d4e9 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 44391ce44e..69bb9f6323 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 d8dd60513e..ae1afe3419 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 25c9b47647..4e28429026 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 988ed1f804..3d212a9657 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 44391ce44e..69bb9f6323 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 2402b18dc7..d061adc264 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 85a35fb466..00771d72a5 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 44391ce44e..69bb9f6323 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 82104e6540..1e38822afe 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 8649e03b6d..45acdf5ee6 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 e708e47db5..817d20e752 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 027de00b48..3bf18297da 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 72eb78bbd5..812719e4ac 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 82a4472130..bc20be2a0c 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 82a4472130..bc20be2a0c 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 160a01bf61..57a833b99d 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 356b24b262..aee7f2c0c1 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 519fb8ffa2..c2eaad5af2 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 17b786d17b..f560154933 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 a63ebe5a16..93a126bfda 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 44d92a1c4c..a89abe9445 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 ecfbc90fff..f08364894c 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 9f9f1348fa..37e5fd5464 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 31a55d412c..1053061d96 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 92a3600970..5ccf4891c3 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 b754c2b139..a0047c0294 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 a14c5ce89d..91e24de711 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 5d6dd83ee3..4d44853c8e 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 8d0f1e26c9..103a7939f6 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 f185cd1144..27abc0cc6b 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 64bc48a9a3..5455e08b40 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 d068f920d7..895dbe9101 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 cc3abeaebf..ac0f9ad8c0 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 7c0319c2b3..5dc805e326 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 ab65a2bb29..f5408961c3 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 d915a34e71..85c24544a2 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 dbb3e12306..f5446e933c 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 314b22ea4e..6f90d335f2 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 843983d03d..ede407efe7 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 257276407c..459c548d9b 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