"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "neutron" between the packages
neutron-21.1.0.tar.gz and neutron-21.1.1.tar.gz

About: OpenStack Neutron (Core Service: Networking) enables network connectivity as a service for other OpenStack services, such as OpenStack Compute. Provides an API for users to define networks and the attachments into them. Has a pluggable architecture that supports many popular networking vendors and technologies.
The "Zed" series (maintained release).

Summary:

The "neutron" source code changed by about 0.3% and now consists of 3068 regular files (+5) and 593 directories.

Related Informations:

See ChangeLog (neutron 21.1.1).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Spec file 1 0 0 0
Python program 1897 1 0 58
Shell program 30 0 0 1
Ruby program 2 0 0 0
Configuration file 7 0 0 0
Initialization file 17 0 0 0
JSON file 3 0 0 1
Makefile 1 0 0 0
Certificate file 3 0 0 0
CSS style sheet 1 0 0 0
Gettext file 12 0 0 0
Git file 1 0 0 0
RST file 301 0 0 11
SQL file 1 0 0 0
YAML file 484 4 0 4
Image file 77 0 0 0
Vector Image file 66 0 0 0
Directory 593 0 0 0
Archive 42 0 0 0
Change log 1 0 0 1
Information file 6 0 0 4
License 1 0 0 0
Readme file 26 0 0 0
Text file 80 0 0 0
Other 8 0 0 0
Total Files36615080



Python Programs (59 of 1897):

NameStatusDeltaVisual Diff
neutron/agent/l3/keepalived_state_change.py changed 0.6% diff
neutron/agent/linux/dhcp.py changed 0.2% diff
neutron/agent/linux/ip_lib.py changed 0.9% diff
neutron/agent/linux/iptables_manager.py changed 0.5% diff
neutron/agent/linux/openvswitch_firewall/firewall.py changed 1.2% diff
neutron/agent/metadata/driver.py changed 12.7% diff
neutron/cmd/remove_duplicated_port_bindings.py changed 24.2% diff
neutron/common/_constants.py changed 3.6% diff
neutron/common/ovn/constants.py changed 0.5% diff
neutron/conf/agent/database/agentschedulers_db.py changed 9.2% diff
neutron/conf/policies/availability_zone.py changed 22.6% diff
neutron/conf/policies/base.py changed 14.5% diff
neutron/conf/policies/floatingip_port_forwarding.py changed 12.0% diff
neutron/conf/policies/port.py changed 0.1% diff
neutron/conf/policies/qos.py changed 3.2% diff
neutron/db/db_base_plugin_v2.py changed 0.5% diff
neutron/db/models/address_group.py changed 2.5% diff
neutron/db/models/address_scope.py changed 3.4% diff
neutron/db/models/securitygroup.py changed 1.1% diff
neutron/db/models_v2.py changed 1.2% diff
neutron/db/qos/models.py changed 0.7% diff
neutron/objects/db/api.py changed 11.3% diff
neutron/objects/ports.py changed 2.4% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py changed 3.7% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py changed 1.0% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py changed 10.2% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py changed 6.7% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py changed 0.1% diff
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py changed 0.2% diff
neutron/plugins/ml2/plugin.py changed 0.3% diff
neutron/services/logapi/drivers/ovn/driver.py changed 11.9% diff
neutron/services/qos/qos_plugin.py changed 0.3% diff
neutron/tests/functional/agent/l3/test_keepalived_state_change.py changed 1.2% diff
neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py changed 5.1% diff
neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py added
neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/test_mech_driver.py changed 3.9% diff
neutron/tests/unit/agent/dhcp/test_agent.py changed 0.1% diff
neutron/tests/unit/agent/linux/openvswitch_firewall/test_firewall.py changed 2.1% diff
neutron/tests/unit/agent/linux/test_dhcp.py changed 0.1% diff
neutron/tests/unit/agent/linux/test_ip_lib.py changed 1.8% diff
neutron/tests/unit/agent/linux/test_iptables_manager.py changed 2.5% diff
neutron/tests/unit/agent/metadata/test_driver.py changed 14.2% diff
neutron/tests/unit/conf/policies/test_availability_zone.py changed 8.9% diff
neutron/tests/unit/conf/policies/test_floatingip_port_forwarding.py changed 100.0% diff
neutron/tests/unit/conf/policies/test_qos.py changed 28.2% diff
neutron/tests/unit/objects/test_address_group.py changed 1.3% diff
neutron/tests/unit/objects/test_address_scope.py changed 2.2% diff
neutron/tests/unit/objects/test_network.py changed 3.5% diff
neutron/tests/unit/objects/test_ports.py changed 1.6% diff
neutron/tests/unit/objects/test_rbac.py changed 62.9% diff
neutron/tests/unit/objects/test_securitygroup.py changed 0.4% diff
neutron/tests/unit/objects/test_subnetpool.py changed 0.6% diff
neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py changed 7.9% diff
neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py changed 59.7% diff
neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/test_mech_driver.py changed 1.4% diff
neutron/tests/unit/plugins/ml2/test_plugin.py changed 0.1% diff
neutron/tests/unit/plugins/ml2/test_port_binding.py changed 2.3% diff
neutron/tests/unit/services/logapi/drivers/ovn/test_driver.py changed 18.6% diff
neutron/tests/unit/services/metering/test_metering_plugin.py changed 2.2% diff

Shell Programs (1 of 30):

NameStatusDeltaVisual Diff
devstack/plugin.sh changed 6.1% diff

JSON Files (1 of 3):

NameStatusDeltaVisual Diff
neutron.egg-info/pbr.json changed 100.0% diff

RST Files (11 of 301):

NameStatusDeltaVisual Diff
doc/source/admin/config-bgp-floating-ip-over-l2-segmented-network.rst changed 52.6% diff
doc/source/admin/config-dhcp-ha.rst changed 7.3% diff
doc/source/admin/config-logging.rst changed 22.1% diff
doc/source/admin/config-ovs-offload.rst changed 0.2% diff
doc/source/admin/config-ovsfwdriver.rst changed 6.8% diff
doc/source/admin/config-qos.rst changed 0.1% diff
doc/source/admin/ovn/routed_provider_networks.rst changed 61.7% diff
doc/source/configuration/metering-agent.rst changed 15.4% diff
doc/source/contributor/internals/ovn/ovn_network_logging.rst changed 39.4% diff
doc/source/contributor/internals/ovn/port_forwarding.rst changed 59.3% diff
doc/source/contributor/testing/ci_scenario_jobs.rst changed 11.0% diff

YAML Files (8 of 484):

NameStatusDeltaVisual Diff
releasenotes/notes/bug-1953165-6e848ea2c0398f56.yaml added
releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml added
releasenotes/notes/ovn-recreate-metadata-port-76e2c0e651267aa0.yaml added
releasenotes/notes/redirect-type-f29e89ca97357fe9.yaml added
zuul.d/base.yaml changed 9.2% diff
zuul.d/job-templates.yaml changed 12.2% diff
zuul.d/tempest-multinode.yaml changed 13.5% diff
zuul.d/tempest-singlenode.yaml changed 15.6% diff

Change Logs (all 1):

NameStatusDeltaVisual Diff
ChangeLog changed 0.3% diff

Information Files (4 of 6):

NameStatusDeltaVisual Diff
AUTHORS changed 0.2% diff
neutron.egg-info/PKG-INFO changed 0.9% diff
neutron.egg-info/SOURCES.txt changed 0.2% diff
PKG-INFO changed 0.9% diff

Packages Compared:

neutron-21.1.0.tar.gz
neutron-21.1.1.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)