[Yahoo-eng-team] [Bug 1836618] Re: Due to case sensitivity of a user name compare in a keystone test, the test might fail

2019-07-29 Thread Colleen Murphy
Backends such as MySQL or LDAP are case-insensitive, case-preserving, as explained in https://docs.openstack.org/keystone/latest/admin/case- insensitive.html#backends . If you request details for a user in all lower-case, the username will be returned as it was stored in the backend, not as you

[Yahoo-eng-team] [Bug 1835303] [NEW] Unclear exception message for incorrect login details

2019-07-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: While I was testing the oslo.limit change, I initially had my password auth options set incorrectly and the exception message I got back was: "keystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication." That's

[Yahoo-eng-team] [Bug 1837955] Re: MaxRetriesExceeded sometime fails with messaging exception

2019-07-29 Thread OpenStack Infra
Reviewed: https://review.opendev.org/672855 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b98d4ba6d54f5ca2999a8fe6b6d7dfcc134061df Submitter: Zuul Branch:master commit b98d4ba6d54f5ca2999a8fe6b6d7dfcc134061df Author: Erik Olof Gunnar Andersson Date: Thu Jul 25

[Yahoo-eng-team] [Bug 1835303] Re: Unclear exception message for incorrect login details

2019-07-29 Thread Colleen Murphy
Adding more generic hints to the keystone message makes sense. I'll retarget this at keystone. ** Project changed: keystoneauth => keystone ** Summary changed: - Unclear exception message for incorrect login details + "Unauthorized" error message needs more hints ** Changed in: keystone

[Yahoo-eng-team] [Bug 1838231] [NEW] Keystone Architecture in keystone

2019-07-29 Thread Raviteja Polina
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: __ - [x ] This is a doc addition request. - [ ] I have a fix to

[Yahoo-eng-team] [Bug 1837553] Re: Neutron api-ref should mention that list of e.g. IDs is supported in GET requests

2019-07-29 Thread OpenStack Infra
Reviewed: https://review.opendev.org/673221 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=aaae83acaac5f58918ff53613b4de20bbfe30d81 Submitter: Zuul Branch:master commit aaae83acaac5f58918ff53613b4de20bbfe30d81 Author: chenxing Date: Mon Jul 29 15:30:32 2019

[Yahoo-eng-team] [Bug 1838221] Re: OVF property description references Scott Moser's private HTTP server

2019-07-29 Thread Dan Watkins
OK, in the cloud-init source, this is in the description of a property in an example OVF in our documentation. We can fix this to point elsewhere, but I don't think it's a priority for us. For cloud-images, this string is present in https://git.launchpad.net

[Yahoo-eng-team] [Bug 1838221] Re: OVF property description references Scott Moser's private HTTP server

2019-07-29 Thread Dan Watkins
** Summary changed: - OVF references Scott Moser's private HTTP server + OVF property description references Scott Moser's private HTTP server ** Changed in: cloud-init Status: New => In Progress ** Changed in: cloud-init Assignee: (unassigned) => Dan Watkins (daniel-thewatkins) **

[Yahoo-eng-team] [Bug 1838309] [NEW] Live migration might fail when run after revert of previous live migration

2019-07-29 Thread Vladyslav Drok
Public bug reported: When migrating an instance between two computes on queens, running two different qemu versions, first live migration failed and was rolled back (traceback follows just in case, unrelated to this issue): 2019-07-26 14:39:44.469 1576 ERROR nova.virt.libvirt.driver

[Yahoo-eng-team] [Bug 1838332] [NEW] Glance adding image member fails with multibackend

2019-07-29 Thread Nathaniel Sherry
Public bug reported: When adding an image member to a shared image, we get the following traceback on glance-api: Traceback (most recent call last):   File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 1427, in __call__ request, **action_args)   File