in /openstack/venvs/keystone-18.1.5/lib/python2.7/site-
packages/keystone/token/token_formatters.py on line 290 there is the
named parameter "hex" missing for uuid.UUID()

uuid_obj = uuid.UUID(hex=uuid_string)
instead of
uuid_obj = uuid.UUID(uuid_string)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827120

Title:
  application credentials created via Horizon with the admin project
  scope have project_id == None

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1827120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to