neutron/neutron/db/migration/alembic_migrations/versions
Maciej Józefczyk b2b40b6a8c [OVN] Use new distributed device_owner for OVN distributed services
OVN distributed services like Metadata and DHCP uses now
DEVICE_OWNER_DHCP device_owner which isn't distributed by its nature.

To fully use benefits of OVN Distributed ports (localports) [1]
and to not overlap with Neutron logic created for not-distributed
ports we should use new device_owner.

In this change we need also to bump minimum required
neutron-lib to 2.4.0.

[1] https://www.ovn.org/support/dist-docs/ovn-nb.5.txt
Change-Id: I0a69f1bddaa7030c7287216e62ec1ac6dd381475
2020-07-08 13:26:35 +00:00
..
liberty Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
mitaka Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
newton remove neutron.common.constants 2019-04-04 14:10:26 -06:00
ocata/expand Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
pike/expand Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
queens/expand Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00
rocky/expand Add Rocky milestone tag for alembic migration revisions 2020-05-13 02:30:01 +00:00
stein/expand Open Train DB branch 2019-04-07 08:33:35 +03:00
train/expand Move migration to proper dir and fix objects tests 2019-11-04 17:44:44 +00:00
ussuri/expand Open Victoria DB branch 2020-05-05 07:08:59 +00:00
victoria/expand [OVN] Use new distributed device_owner for OVN distributed services 2020-07-08 13:26:35 +00:00
CONTRACT_HEAD Remove availability range code and model 2016-09-06 17:35:12 +00:00
EXPAND_HEAD [OVN] Use new distributed device_owner for OVN distributed services 2020-07-08 13:26:35 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
kilo_initial.py Fix E402 pep8 errors 2018-04-20 18:13:07 +00:00

README

This directory contains the migration scripts for the Neutron project.  Please
see the README in neutron/db/migration on how to use and generate new
migrations.