Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-26 Thread Mike Bayer
On 5/25/15 10:35 PM, Armando M. wrote: On 25 May 2015 at 09:46, Mike Bayer > wrote: On 5/25/15 12:34 PM, Armando M. wrote: One thing I would like to point out is that in this cycle we'll be working extensively in this area to make the very task you

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Armando M.
On 25 May 2015 at 09:46, Mike Bayer wrote: > > > On 5/25/15 12:34 PM, Armando M. wrote: > > > > > > One thing I would like to point out is that in this cycle we'll be working > extensively in this area to make the very task you are working on easier to > deal with, and better documented. This wil

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Zang, Rui
ge questions) > Subject: Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts > > On Mon, May 25, 2015, Zang, Rui wrote: > > Greetings, > > > > Forgive my alembic ignorance. I am writing some vender specific code that > wants to create new DB tables for neutron. I h

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Henry Gessau
On Mon, May 25, 2015, Mike Bayer wrote: > On 5/25/15 10:24 AM, Henry Gessau wrote: >> Yes, unfortunately the autogenerate currently generates commands to >> drop all the FWaaS, LBaaS and VPNaaS tables since their models are not >> in the neutron tree. You can and should delete all these commands

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Mike Bayer
On 5/25/15 12:34 PM, Armando M. wrote: One thing I would like to point out is that in this cycle we'll be working extensively in this area to make the very task you are working on easier to deal with, and better documented. This will fall under the umbrella of the blueprint [1]. HTH Arm

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Armando M.
On 25 May 2015 at 08:23, Mike Bayer wrote: > > > On 5/25/15 10:24 AM, Henry Gessau wrote: > >> Yes, unfortunately the autogenerate currently generates commands to drop >> all the FWaaS, LBaaS and VPNaaS tables since their models are not in the >> neutron tree. You can and should delete all these

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Mike Bayer
On 5/25/15 10:24 AM, Henry Gessau wrote: Yes, unfortunately the autogenerate currently generates commands to drop all the FWaaS, LBaaS and VPNaaS tables since their models are not in the neutron tree. You can and should delete all these commands that are not related to your new models. We hav

Re: [openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-25 Thread Henry Gessau
On Mon, May 25, 2015, Zang, Rui wrote: > Greetings, > > Forgive my alembic ignorance. I am writing some vender specific code that > wants to create new DB tables for neutron. I have read the > neutron/db/migration/README file, but still have something unclear. > My current understanding is that

[openstack-dev] [Neutron][DB] neutron DB migration scripts

2015-05-24 Thread Zang, Rui
Greetings, Forgive my alembic ignorance. I am writing some vender specific code that wants to create new DB tables for neutron. I have read the neutron/db/migration/README file, but still have something unclear. My current understanding is that for DB tables creation, I have to do "something" w