[Bug 1793347] Change abandoned on keystone (stable/rocky)
OpenStack Infra
1793347 at bugs.launchpad.net
Mon Mar 18 13:41:35 UTC 2019
Change abandoned by Colleen Murphy (colleen at gazlene.net) on branch: stable/rocky
Review: https://review.openstack.org/643021
Reason: I just noticed we already have https://review.openstack.org/599447 - we should fix up that one instead.
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
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
More information about the Ubuntu-openstack-bugs
mailing list