Reviewed: https://review.openstack.org/271918 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d9693d787812347133e9ff765428389a2c332cdf Submitter: Jenkins Branch: master
commit d9693d787812347133e9ff765428389a2c332cdf Author: Akihiro Motoki <[email protected]> Date: Mon Jan 25 16:46:08 2016 +0900 Add dns_db to models/head.py commit 93ac8b3a3318c0b762d399fa78b8ce981d44b3d9 adds dns_db but it forgot to add it to models/heads. As a result, db migration model sync check is failing. Closes-Bug: #1537578 Closes-Bug: #1537510 Note that it was not detected in our neutron functional tests. It is being investigated in bug 1537510. Change-Id: Ica15afb1fd2335e5fe686ec36b05513a46427bcd ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1537578 Title: Functional test_models_sync in VPNaaS (*aaS?) is failing due to neutron model mismatch Status in neutron: Fix Released Bug description: VPNaaS test_models_sync in gate-neutron-vpnaas-dsvm-functional is failing due to neutron model mismatch. For example, http://logs.openstack.org/09/261109/3/check/gate-neutron-vpnaas-dsvm-functional/a26256d/ It seems it is triggered by the review https://review.openstack.org/#/c/212213/. This commit forgot to add dns_db to migration/models/head.py. Ideally it should be detected by neutron gate functional test. The reason it was not detected in our func test is being investigated under bug 1537510. The reason I filed this as a separate bug is because a subproject does not need to test neutron model sync. Instead it should check model sync in each subproject. I am not very confident that my above statement is correct, but I think it is worth filed. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1537578/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

