[Yahoo-eng-team] [Bug 1838592] [NEW] WebSSO unable to support multiple identity providers

2019-07-31 Thread Guang Yee
Public bug reported: When performing WebSSO authentication (i.e. openid connect), if there are multiple identity providers exist, regardless of protocol and mapping association, Keystone will yield the following error. Aug 01 03:41:21 localhost devstack@keystone.service[26546]: ERROR

[Yahoo-eng-team] [Bug 1838587] [NEW] request neutron with Incorrect body key return 500

2019-07-31 Thread ZhouHeng
Public bug reported: In current neutron, when I update resource with incorrect body, neutron server return 500 NeutronError. It should be fixed 400(BadRequest) example: PUT /v2.0/networks/ body: { "subnet": { ... } } neutron server return {"NeutronError": {"message": "Request

[Yahoo-eng-team] [Bug 1834176] Re: [RFE] Neutron enhancements to support per-physnet and IPoIB interface drivers

2019-07-31 Thread OpenStack Infra
Reviewed: https://review.opendev.org/670723 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0e80d2251e6b1cf8521418a703cff7cb149cb8e1 Submitter: Zuul Branch:master commit 0e80d2251e6b1cf8521418a703cff7cb149cb8e1 Author: Adrian Chiris Date: Sun Jul 14 11:08:31 2019

[Yahoo-eng-team] [Bug 1838438] Re: Rename custom theme on drop down menu

2019-07-31 Thread Ivan Kolodyazhny
Paul, theme name is configured in the horizon config via AVAILABLE_THEMES option [1] [1] https://docs.openstack.org/horizon/latest/configuration/settings.html #available-themes ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1838563] [NEW] Timeout in executing ovs command crash ovs agent

2019-07-31 Thread Slawek Kaplonski
Public bug reported: In case when there is timeout while executing command in ovs command during agent initialization, agent crash and will not try to recover. Example of such error in CI: http://logs.openstack.org/84/673784/1/check /tempest-multinode-full-

[Yahoo-eng-team] [Bug 1838564] [NEW] cloud-init's initramfs handling should support dracut

2019-07-31 Thread Dan Watkins
Public bug reported: Currently, cloud-init has support for generating network configuration from the /run/net-* files that klibc writes out if it performs network configuration in the initramfs. To better support iSCSI root for distributions that use dracut for their initramfs, we should

[Yahoo-eng-team] [Bug 1838554] [NEW] Specify keystone is OS user for fernet and credential setup

2019-07-31 Thread Mihail Milev
Public bug reported: - [ ] This doc is inaccurate in this way: __ - [x] This is a doc addition request. - [ ] I have a fix to the document that I can paste below including example: input and output. I would suggest, that in chapter "Install and configure components" point 4 "Initialize

[Yahoo-eng-team] [Bug 1607400] Re: UEFI not supported on SLES

2019-07-31 Thread OpenStack Infra
** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: Dirk Mueller (dmllr) => Kashyap Chamarthy (kashyapc) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1838541] Re: Spurious warnings in compute logs while building/unshelving an instance: Instance cf1dc8a6-48fe-42fd-90a7-d352c58e1454 is not being actively managed by this compute

2019-07-31 Thread Matt Riedemann
Technically this goes back to Pike but I'm not sure we care about fixing it there at this point since Pike is in Extended Maintenance mode upstream. Someone can backport it to stable/pike if they care to. ** Also affects: nova/stein Importance: Undecided Status: New ** Also affects:

[Yahoo-eng-team] [Bug 1838541] [NEW] Spurious warnings in compute logs while building/unshelving an instance: Instance cf1dc8a6-48fe-42fd-90a7-d352c58e1454 is not being actively managed by this comput

2019-07-31 Thread Matt Riedemann
Public bug reported: This warning log from the ResourceTracker is logged quite a bit in CI runs: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22is%20not%20being%20actively%20managed%20by%5C%22%20AND%20tags%3A%5C%22screen-n-cpu.txt%5C%22=7d 2601 hits in 7 days.

[Yahoo-eng-team] [Bug 1834349] Re: Error updating resources for node ubuntu-bionic-ovh-bhs1-0008373888.: AttributeError: 'NoneType' object has no attribute 'flavorid' - race with resize confirm

2019-07-31 Thread OpenStack Infra
Reviewed: https://review.opendev.org/667687 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=818419c9d313bd6151d1a05b3a087a15116f61b8 Submitter: Zuul Branch:master commit 818419c9d313bd6151d1a05b3a087a15116f61b8 Author: Matt Riedemann Date: Wed Jun 26 13:26:44 2019

[Yahoo-eng-team] [Bug 1664793] Re: test_stamp_pattern timing out waiting for attached device to show up in guest

2019-07-31 Thread OpenStack Infra
Reviewed: https://review.opendev.org/615434 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=ba18426fd990fad19f429e0aa1673f549f2c77e8 Submitter: Zuul Branch:master commit ba18426fd990fad19f429e0aa1673f549f2c77e8 Author: Attila Fazekas Date: Sun Nov 4 13:54:30 2018

[Yahoo-eng-team] [Bug 1838522] [NEW] Disabled quotas break floating IPs

2019-07-31 Thread Marek Lyčka
Public bug reported: Setting OPENSTACK_NEUTRON_NETWORK['enable_quotas'] breaks the floating ip allocation dialog in project/instances To reproduce: - Make sure OPENSTACK_NEUTRON_NETWORK['enable_quotas'] is set to false (settings.py, local_settings.py); this is currently the default setting in

[Yahoo-eng-team] [Bug 1764556] Re: "nova list" fails with exception.ServiceNotFound if service is deleted and has no UUID

2019-07-31 Thread OpenStack Infra
Reviewed: https://review.opendev.org/582408 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=16e163053ca39886f11fdb8a3af10a28619fc105 Submitter: Zuul Branch:master commit 16e163053ca39886f11fdb8a3af10a28619fc105 Author: melanie witt Date: Thu Jul 12 21:48:23 2018 +

[Yahoo-eng-team] [Bug 1778305] Re: Nova may erronously look up service version of a deleted service, when hostname have been reused

2019-07-31 Thread OpenStack Infra
Reviewed: https://review.opendev.org/582408 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=16e163053ca39886f11fdb8a3af10a28619fc105 Submitter: Zuul Branch:master commit 16e163053ca39886f11fdb8a3af10a28619fc105 Author: melanie witt Date: Thu Jul 12 21:48:23 2018 +