[OVN] Updates to tools/migrate_names.txt
Updates to tools/migrate_names.txt to correctly represent mapping between neutron and networking-ovn. Change-Id: I4a85391b6b6422b66875f23bd9f93216be0bd087
This commit is contained in:
parent
ba0b943638
commit
1d13b20c94
@ -15,6 +15,9 @@
|
||||
#
|
||||
# Networking-OVN Neutron
|
||||
|
||||
devstack/local.conf.sample devstack/ovn-local.conf.sample
|
||||
doc/source/admin/features.rst doc/source/admin/ovn/features.rst
|
||||
doc/source/contributor/design doc/source/contributor/internals/ovn
|
||||
doc/source/admin/refarch doc/source/admin/ovn/refarch
|
||||
doc/source/contributor/design doc/source/contributor/internals/ovn
|
||||
networking_ovn/ovn_db_sync.py neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py
|
||||
@ -29,8 +32,9 @@ networking_ovn/common/config.py neutron/conf/ovn.py
|
||||
networking_ovn/common/acl.py neutron/common/ovn/acl.py
|
||||
networking_ovn/common/constants.py neutron/common/ovn/constants.py
|
||||
networking_ovn/common/exceptions.py neutron/common/ovn/exceptions.py
|
||||
networking_ovn/common/extensions.py neutron/common/ovn/extensions.py
|
||||
networking_ovn/common/hash_ring_manager.py neutron/common/ovn/hash_ring_manager.py
|
||||
networking_ovn/common/maintanance.py neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py
|
||||
networking_ovn/common/maintenance.py neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py
|
||||
networking_ovn/common/ovn_client.py neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py
|
||||
networking_ovn/common/utils.py neutron/common/ovn/utils.py
|
||||
networking_ovn/conf/agent/metadata neutron/conf/agent/ovn/metadata.py
|
||||
@ -38,8 +42,10 @@ networking_ovn/db neutron/db
|
||||
networking_ovn/ml2/mech_driver.py neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py
|
||||
networking_ovn/ml2/qos_driver.py neutron/services/qos/drivers/ovn/driver.py
|
||||
networking_ovn/ml2/trunk_driver.py neutron/services/trunk/drivers/ovn/trunk_driver.py
|
||||
networking_ovn/l3/l3_ovn.py neutron/services/ovn_l3/l3_ovn.py
|
||||
networking_ovn/l3/l3_ovn.py neutron/services/ovn_l3/plugin.py
|
||||
networking_ovn/l3/l3_ovn_scheduler.py neutron/scheduler/ovn_l3_scheduler.py
|
||||
networking_ovn/ml2/portforwarding_driver.py neutron/services/portforwarding/drivers/ovn/driver.py
|
||||
networking_ovn/tests/unit/ml2/test_portforwarding_driver.py neutron/tests/unit/services/portforwarding/drivers/ovn/test_driver.py
|
||||
networking_ovn/tests/unit/fakes.py neutron/tests/unit/fake_resources.py
|
||||
networking_ovn/tests/unit/test_ovn_db_sync.py neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_db_sync.py
|
||||
networking_ovn/tests/unit/common/test_maintenance.py neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py
|
||||
@ -52,3 +58,5 @@ networking_ovn/tests/unit/ovsdb neutron/tests/unit/plugins/ml2/drivers/o
|
||||
networking_ovn/tests neutron/tests
|
||||
networking_ovn/common/extensions.py neutron/extensions/ovn.py
|
||||
migration tools/migration_to_ovn
|
||||
zuul.d/networking-ovn-jobs.yaml zuul.d/tempest-singlenode.yaml
|
||||
zuul.d/networking-ovn-jobs.yaml zuul.d/tempest-multinode.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user