yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75469
[Bug 1793347] Re: keystone upgrade fails q->r oslo.log requirement to low
Morgan, that's not true, we've switched to managing our own
requirements:
http://lists.openstack.org/pipermail/openstack-
dev/2018-March/128352.html
Looking at stable/rocky we still refer to 3.36.0 so we do need to fix
that ourselves
http://git.openstack.org/cgit/openstack/keystone/tree/requirements.txt?h=stable/rocky#n31
** Changed in: keystone
Status: Invalid => Triaged
** Changed in: keystone
Importance: Undecided => Medium
--
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/1793347
Title:
keystone upgrade fails q->r oslo.log requirement to low
Status in Ubuntu Cloud Archive:
Fix Released
Status in Ubuntu Cloud Archive rocky series:
Fix Released
Status in OpenStack Identity (keystone):
Triaged
Status in keystone package in Ubuntu:
Fix Released
Status in keystone source package in Cosmic:
Fix Released
Bug description:
When upgrading from Keystone queens to rocky the requirements.txt for
rocky says oslo.log >= 3.36.0 but versionutils.deprecated.ROCKY is not
introduced until 3.37.0
Should bump requirements.txt to atleast 3.37.0
Error when running db sync:
Traceback (most recent call last):
File "/bin/keystone-manage", line 6, in <module>
from keystone.cmd.manage import main
File "/usr/lib/python2.7/site-packages/keystone/cmd/manage.py", line 19, in <module>
from keystone.cmd import cli
File "/usr/lib/python2.7/site-packages/keystone/cmd/cli.py", line 29, in <module>
from keystone.cmd import bootstrap
File "/usr/lib/python2.7/site-packages/keystone/cmd/bootstrap.py", line 17, in <module>
from keystone.common import driver_hints
File "/usr/lib/python2.7/site-packages/keystone/common/driver_hints.py", line 18, in <module>
from keystone import exception
File "/usr/lib/python2.7/site-packages/keystone/exception.py", line 20, in <module>
import keystone.conf
File "/usr/lib/python2.7/site-packages/keystone/conf/__init__.py", line 27, in <module>
from keystone.conf import default
File "/usr/lib/python2.7/site-packages/keystone/conf/default.py", line 60, in <module>
deprecated_since=versionutils.deprecated.ROCKY,
AttributeError: type object 'deprecated' has no attribute 'ROCKY'
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1793347/+subscriptions
References