[Bug 1793347] Re: keystone upgrade fails q->r oslo.log requirement to low

Corey Bryant corey.bryant at canonical.com
Wed Oct 10 13:10:41 UTC 2018


Hi sunguangning,

I'm not sure that you'll get attention for centos7.4 and kolla-ansible
here. I'd recommend opening a bug against centos for this (I'm not sure
where to do that) or checking in with the kolla-ansible folks, perhaps
they have a channel on freenode.

Thanks,
Corey

-- 
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):
  New
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