Re: [openstack-dev] [neutron] how to create initial db migration script to sub-project

2016-07-25 Thread Henry Gessau
nt Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org> > Subject: Re: [openstack-dev] [neutron] how to create initial db migration > script to sub-project > > Hi Moshe, > > It has been a while since a neutron sub-project initialized new alembic >

Re: [openstack-dev] [neutron] how to create initial db migration script to sub-project

2016-07-25 Thread Moshe Levi
dev@lists.openstack.org> Subject: Re: [openstack-dev] [neutron] how to create initial db migration script to sub-project Hi Moshe, It has been a while since a neutron sub-project initialized new alembic migrations, so the devref is out of date, sorry. Let me help you get this sorted

Re: [openstack-dev] [neutron] how to create initial db migration script to sub-project

2016-07-24 Thread Henry Gessau
Hi Moshe, It has been a while since a neutron sub-project initialized new alembic migrations, so the devref is out of date, sorry. Let me help you get this sorted out and then I can update the devref with the latest info. First you need to create the initial migration for each branch (expand and

[openstack-dev] [neutron] how to create initial db migration script to sub-project

2016-07-24 Thread Moshe Levi
Hi, I am trying to create initial db for the networking-mlnx project. I am following this neutron alembic documentation [1]. I added a entrypoint to networking-mlnx setup.cfg neutron.db.alembic_migrations = networking-mlnx = networking_mlnx.db.migration:alembic_migrations I added model.py