yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13593
[Bug 1307732] [NEW] Schema created automatically without migration information
Public bug reported:
Currently when neutron-server starts up
`base.metadata.create_all(engine)` is called which will create all
needed tables for Neutron. The problem with this is that this does not
insert Alembic migration data.
Now, not everyone uses Alembic, but for those of us that do it should be
an option to *not* create tables automatically. We've been through this
with the Glance project and I think a good solution to this is to create
a configuration option to *not* auto-create the database schema.
** Affects: neutron
Importance: Undecided
Assignee: Brian Lamar (blamar)
Status: In Progress
** Changed in: neutron
Status: New => In Progress
** Changed in: neutron
Assignee: (unassigned) => Brian Lamar (blamar)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1307732
Title:
Schema created automatically without migration information
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
Currently when neutron-server starts up
`base.metadata.create_all(engine)` is called which will create all
needed tables for Neutron. The problem with this is that this does not
insert Alembic migration data.
Now, not everyone uses Alembic, but for those of us that do it should
be an option to *not* create tables automatically. We've been through
this with the Glance project and I think a good solution to this is to
create a configuration option to *not* auto-create the database
schema.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1307732/+subscriptions
Follow ups
References