yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #80045
[Bug 1844157] Re: keystone-manage db_sync --check misbehaves, version 15.1.0
Reviewed: https://review.opendev.org/682447
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=6bb14c0ff6c95bbce26ce8023ef621e408c111e6
Submitter: Zuul
Branch: master
commit 6bb14c0ff6c95bbce26ce8023ef621e408c111e6
Author: morgan fainberg <morgan.fainberg@xxxxxxxxx>
Date: Mon Sep 16 11:15:25 2019 -0700
Use correct repo for initial version check
Use the actual repo for the initial version check of the db version when
performing `db_sync --check`. Previously we always used the Legacy Repo
as the repo path was not populated in the `get_init_version` function.
This allowed the case where the new expand/contract/migrate repos
matched the legacy repo version number, the `db_sync --check` command
would assume that everything was properly up to date regardless of the
version for the expand/contract/migrate repositories. This was most
noticable in the case of a db not under version control.
Change-Id: Id5e6f74a5ed96fdf17e2c241466897974aa5a218
closes-bug: #1844157
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1844157
Title:
keystone-manage db_sync --check misbehaves, version 15.1.0
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
We are seeing a difference in behaviour in keystone-manage between
version 15.0.0 and 15.1.0.
The newer version always has a return code of zero, which means that
in openstack-ansible we never initialise the keystone db - that
process is driven by parsing the return code.
Here is an example of the return code being different between the
different versions http://paste.openstack.org/show/776806/
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1844157/+subscriptions
References