On 10/11/2013 08:01 AM, Sandro "red" Mathys wrote:
Heads-up, after upgrading to rc1 I get the following critical errors
with Keystone that effectively make OpenStack non-functional:
(OperationalError) (1054, "Unknown column 'user.default_project_id' in
'field list'") 'SELECT user.id AS user_id, user.name AS user_name,
user.domain_id AS user_domain_id, user.password AS user_password,
user.enabled AS user_enabled, user.extra AS user_extra,
user.default_project_id AS user_default_project_id \nFROM user' ()
To resolve the issue, one has to run:
keystone-manage db_sync
Thanks for that Sandro.
I noticed the same thing between particular versions of glance too.
I think this does not affect fresh installations (as they should
start
with the correct schema anyway - but that's really more of a guess
than actual knowledge).
Yes that would only be an issue on upgrade,
and per upstream policies only an issue when on the development branch.
I'll restrict further comments to there.
cheers,
Pádraig.