Activity log for bug #1425668

Date Who What changed Old value New value Message
2015-02-25 20:00:54 Paul Glass bug added bug
2015-02-25 20:01:13 Paul Glass description To reproduce: In designate.conf, use the same database for designate and the pool_manager_cache. For example: [storage:sqlalchemy] connection = mysql://root:password@127.0.0.1/designate?charset=utf8 ...  [pool_manager_cache:sqlalchemy] connection = mysql://root:password@127.0.0.1/designate?charset=utf8 ... Then do the following: 1. Drop and recreate the designate database, if it exists 2. In either order, sync designate's database and then sync the pool_manager_cache: designate-manage database sync designate-manage pool-manager-cache sync You should get an error message "DbMigrationError: The database is not under version control, but has tables. Please stamp the current version of the schema manually." For example: http://paste.openstack.org/show/182052/. Expected: Designate should check for this and provide a better error message. Note: I was running commit 889961f938519c02641ee2de27ce9cbb01348392. To reproduce: In designate.conf, use the same database for designate and the pool_manager_cache. For example:     [storage:sqlalchemy]     connection = mysql://root:password@127.0.0.1/designate?charset=utf8     ...  [pool_manager_cache:sqlalchemy]     connection = mysql://root:password@127.0.0.1/designate?charset=utf8     ... Then do the following: 1. Drop and recreate the designate database, if it exists 2. In either order, sync designate's database and then sync the pool_manager_cache:     designate-manage database sync     designate-manage pool-manager-cache sync You should get an error message "DbMigrationError: The database is not under version control, but has tables. Please stamp the current version of the schema manually." For example: http://paste.openstack.org/show/182052/. Expected: Designate should check for this and provide a better error message. Note: I was running commit 889961f938519c02641ee2de27ce9cbb01348392.
2015-03-25 16:57:22 Tim Simmons designate: status New Triaged
2015-03-25 16:57:42 Tim Simmons designate: importance Undecided Low
2015-06-29 20:43:27 Mimi Lee designate: assignee Mimi Lee (mimi-lee)
2015-07-06 19:26:57 OpenStack Infra designate: status Triaged In Progress
2015-07-29 19:04:31 Mimi Lee designate: status In Progress Fix Committed
2015-07-29 19:34:22 Kiall Mac Innes nominated for series designate/kilo
2015-07-29 19:34:22 Kiall Mac Innes bug task added designate/kilo
2015-07-29 19:34:37 Kiall Mac Innes designate/kilo: assignee Graham Hayes (grahamhayes)
2015-07-29 19:34:39 Kiall Mac Innes designate/kilo: importance Undecided Medium
2015-07-29 19:34:41 Kiall Mac Innes designate/kilo: importance Medium Low
2015-07-29 19:34:43 Kiall Mac Innes designate/kilo: status New Fix Committed
2015-07-29 19:34:45 Kiall Mac Innes designate: status Fix Committed Fix Released