Re: [openstack-dev] [neutron][ml2][sqlalchemy] Database table does not exists error

2015-01-22 Thread Jakub Libosvar
On 01/22/2015 01:00 PM, Ettore zugliani wrote: I am implementing the precommit part of a mechanism driver (ml2) right now i'm having problems with sqlalchemy. I made the class that uses the tables, but when the precommit is called an error pops up telling that the tables don't exists. To

[openstack-dev] [neutron][ml2][sqlalchemy] Database table does not exists error

2015-01-22 Thread Ettore zugliani
I am implementing the precommit part of a mechanism driver (ml2) right now i'm having problems with sqlalchemy. I made the class that uses the tables, but when the precommit is called an error pops up telling that the tables don't exists. To create the tables should i use a create all on

Re: [openstack-dev] [neutron][ml2][sqlalchemy] Database table does not exists error

2015-01-22 Thread Ettore zugliani
Thank you! I managed to do it following your tip and the guide you sent. 2015-01-22 10:54 GMT-02:00 Jakub Libosvar libos...@redhat.com: On 01/22/2015 01:00 PM, Ettore zugliani wrote: I am implementing the precommit part of a mechanism driver (ml2) right now i'm having problems with