[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-10-30 Thread OpenStack Infra
Reviewed: https://review.opendev.org/690070 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ac3d3125aeebbc7eed4b2586f782dc2b7fc3685b Submitter: Zuul Branch:stable/stein commit ac3d3125aeebbc7eed4b2586f782dc2b7fc3685b Author: James Page Date: Mon Jun 17 09:56:11 201

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-26 Thread tom king via ubuntu-bugs
I have the keystone 2:15.0.0-0ubuntu1.1-cloud0 package but now have a different error. I'm not sure if it is related. I'll add the log snippet as an attachment. ** Attachment added: "boolean error" https://bugs.launchpad.net/charm-keystone-ldap/+bug/1832265/+attachment/5291612/+files/keyston

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-23 Thread Corey Bryant
This bug was fixed in the package keystone - 2:14.1.0-0ubuntu1.1~cloud0 --- keystone (2:14.1.0-0ubuntu1.1~cloud0) bionic; urgency=medium . * d/p/token-consistently-decode-binary-types.patch: Ensure binary types are consistently decoded under Python 3 (LP: #1832265). ** Chan

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-23 Thread Corey Bryant
This bug was fixed in the package keystone - 2:15.0.0-0ubuntu1.1~cloud0 --- keystone (2:15.0.0-0ubuntu1.1~cloud0) bionic-stein; urgency=medium . * New update for the Ubuntu Cloud Archive. . keystone (2:15.0.0-0ubuntu1.1) disco; urgency=medium . [ Corey Bryant ] * d/gbp.co

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2:15.0.0-0ubuntu1.1 --- keystone (2:15.0.0-0ubuntu1.1) disco; urgency=medium [ Corey Bryant ] * d/gbp.conf: Create stable/stein branch. [ James Page ] * d/p/token-consistently-decode-binary-types.patch: Ensure binary types are

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-18 Thread OpenStack Infra
Reviewed: https://review.opendev.org/665617 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ffa0918f5a92fd18c86703916d768012b0bea61b Submitter: Zuul Branch:master commit ffa0918f5a92fd18c86703916d768012b0bea61b Author: James Page Date: Mon Jun 17 09:56:11 2019 +010

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-18 Thread Edward Hope-Morley
Disco verified: Test output: ubuntu@hopem-bastion:~/stsstack-bundles/openstack$ openstack user list --domain userdomain +--+--+ | ID | Name | +---

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-17 Thread Colleen Murphy
** Changed in: keystone Milestone: None => train-rc1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832265 Title: py3: inconsistent encoding of token fields To manage notifications about this b

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-09-10 Thread Drew Freiberger
I've updated the rocky/stein tags to verificiation-rocky/stein-done as requested per my comment #36. ** Tags removed: verification-rocky-needed verification-stein-needed ** Tags added: verification-done-rocky verification-done-stein ** Tags removed: verification-done-rocky verification-done-stein

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-08-27 Thread Corey Bryant
@Drew/@Tom, If you've successfully tested disco-proposed, rocky-proposed or stein-proposed on bionic, can you tag the bug accordingly with verification-* tags? Thanks, Corey -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-08-13 Thread tom king via ubuntu-bugs
@Drew Freiberger - that fixed my issue as well. I did have some problem with 'Empty Response' for a few minutes after updating the packages and restarting apache on the three Keystone nodes, but it finally started working and the Horizon issues seemed to be fixed. Now on to the next error. Thank

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-08-13 Thread Frode Nordahl
** Changed in: charm-keystone-ldap Milestone: 19.07 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832265 Title: py3: inconsistent encoding of token fields To manage notifications about

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-08-07 Thread Drew Freiberger
@kingttx You will only need to add this to all the keystone charm's units. Then run apt-get upgrade to install the updated keystone* packages, and lastly run 'service apache2 restart' in order to reload the wsgi scripts. We have tested both bionic-rocky-proposed and bionic-stein-proposed with

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-08-06 Thread tom king via ubuntu-bugs
James, I have the same issue. Which package do you want the version on? We have a PoC on Rocky using this charm and have this exact issue. Do we put this repository on the controllers or everywhere (compute nodes, ceph, etc.)? Thank you. -- You received this bug notification because you are a m

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-07-16 Thread Brian Murray
Hello Drew, or anyone else affected, Accepted keystone into disco-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/keystone/2:15.0.0-0ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-07-12 Thread James Page
Ubuntu SRU information: [Impact] Due to inconsistent decode/encode of bytestrings under py3, keystone ldap integration is broken when keystone is run under Python 3. [Test Case] Deploy keystone Configure to use LDAP [Regression Potential] The proposed patch has been +2'ed by upstream and valida

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-07-04 Thread James Page
** Also affects: cloud-archive/train Importance: Undecided Status: New ** Also affects: cloud-archive/rocky Importance: Undecided Status: New ** Also affects: cloud-archive/stein Importance: Undecided Status: New ** Changed in: cloud-archive/train Status: New

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-22 Thread Dmitrii Shcherbakov
Ran into a related problem during debugging of dashboard errors ("Unable to retrieve key pairs") with a Rocky cloud & identity federation. There was no clear indication as to why failures occurred. https://paste.ubuntu.com/p/v5HXyyWXC2/ (full pdb trace) At a high level I was getting validation f

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-21 Thread James Page
** Changed in: keystone (Ubuntu Cosmic) Status: New => Triaged ** Changed in: keystone (Ubuntu Cosmic) Importance: Undecided => High ** Changed in: keystone (Ubuntu Disco) Importance: Undecided => High ** Changed in: keystone (Ubuntu Disco) Status: New => Triaged -- You rec

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-21 Thread James Page
** Also affects: keystone (Ubuntu Disco) Importance: Undecided Status: New ** Also affects: keystone (Ubuntu Cosmic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-21 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 2:16.0.0~b1~git2019061326.4f1667679-0ubuntu2 --- keystone (2:16.0.0~b1~git2019061326.4f1667679-0ubuntu2) eoan; urgency=medium * d/p/token-consistently-decode-binary-types.patch: Ensure binary types are consistently decoded under Pytho

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-17 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.opendev.org/665617 ** Changed in: keystone Status: New => In Progress ** Changed in: keystone Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-06-14 Thread Drew Freiberger
Positive outcome for initial testing of the ppa:james-page/rocky patch. contacting other users of this cloud for confirmation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832265 Title: py3: incon