[Yahoo-eng-team] [Bug 1830307] [NEW] Keystone create nonlocal user failed with sqlalchemy 1.2.X

2019-05-23 Thread Zhenmei
Public bug reported: Keystone report error when executing 'openstack user list' with a ldap user 2019-05-24 02:17:20.717356 2019-05-24 02:17:20.710 9992 ERROR keystone.common.wsgi [req-e8dce895-b647-4699-8c89-b5b128976273 - - - - -] (exceptions.TypeError) Not a boolean value: u'544' [SQL:

[Yahoo-eng-team] [Bug 1830301] [NEW] Can't update image properties with Glance Rocky

2019-05-23 Thread Andy Botting
Public bug reported: With the Rocky version of Glance, some new READ ONLY image properties were added: os_hash_algo and os_hash_value. (See https://docs.openstack.org/releasenotes/glance/rocky.html) Since these were added, it can be impossible for a regular user to update an image from the

[Yahoo-eng-team] [Bug 1830295] [NEW] devstack py3 get_link_devices() KeyError: 'index'

2019-05-23 Thread iain MacDonnell
Public bug reported: devstack master with py3. openvswitch agent has suddenly stopped working, with no change in config or environment (other than rebuilding devstack). Stack trace below. For some reason (yet undetermined), privileged.get_link_devices() now seems to be returning byte arrays

[Yahoo-eng-team] [Bug 1830260] [NEW] Inefficient host_status lookup when listing servers with details (regression)

2019-05-23 Thread Matt Riedemann
Public bug reported: We have a performance regression since Stein [1] when listing servers with details concerning the host_status field. The code used to rely on this method [2] to cache the host status information per host when iterating over a list of instances but now it fetches it per host

[Yahoo-eng-team] [Bug 1788014] Re: when live migration fails due to a internal error rollback is not handeled correctly.

2019-05-23 Thread Matt Riedemann
** Also affects: nova/stein Importance: Undecided Status: New ** Changed in: nova/stein Status: New => Triaged ** Changed in: nova/rocky Importance: Undecided => Medium ** Changed in: nova/stein Importance: Undecided => Medium -- You received this bug notification

[Yahoo-eng-team] [Bug 1830234] Re: InstanceGroup.get_hosts() uses inefficient DB queries

2019-05-23 Thread Matt Riedemann
The inefficient query goes back to Icehouse when the InstanceGroup.get_hosts() method was introduced: https://review.opendev.org/#/c/77786/ So we can at least backport the #1 fix above to stable/ocata. ** Also affects: nova/rocky Importance: Undecided Status: New ** Also affects:

[Yahoo-eng-team] [Bug 1830240] [NEW] [RFE] Allow subnets from different subnet pools on the same network when using address scopes

2019-05-23 Thread Ryan Tidwell
Public bug reported: Currently, neutron enforces that on any given network, all subnets of the same address family (IPv4/6) must be all allocated from the same subnet pool. This restriction was put in place before the concept of address scopes existed, and was meant to help enforce the uniqueness

[Yahoo-eng-team] [Bug 1830234] [NEW] InstanceGroup.get_hosts() uses inefficient DB queries

2019-05-23 Thread Matt Riedemann
Public bug reported: The InstanceGroup.get_hosts() method is pretty inefficient when pulling instances out of the database here: https://github.com/openstack/nova/blob/c7e9e667426a6d88d396a59cb40d30763a3265f9/nova/objects/instance_group.py#L500 because that by default is going to join on the

[Yahoo-eng-team] [Bug 1830232] [NEW] [Functional tests] Keepalived fails to start when not existing interfaces are set in config file

2019-05-23 Thread Slawek Kaplonski
Public bug reported: It looks that when not existing interfaces are given in keepalived.conf file, keepalived may not start properly. I saw that when running functional tests from module neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase on RHEL 8 where keepalived

[Yahoo-eng-team] [Bug 1827492] Re: vms failed to hard reboot and became error after set force_config_drive in compute nodes

2019-05-23 Thread Matt Riedemann
** Also affects: nova/stein Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New ** Also affects: nova/rocky Importance: Undecided Status: New ** Changed in: nova/queens Status: New => In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1830200] [NEW] cloud-init identified possible datasources

2019-05-23 Thread Kamil Walczak
Public bug reported: Welcome to Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-50-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support:https://ubuntu.com/advantage System information as of Thu May 23 14:04:52 CEST 2019

[Yahoo-eng-team] [Bug 1830186] [NEW] Install and configure (Ubuntu) in glance

2019-05-23 Thread GOUADO YFOUE DANIEL-ANGE
Public bug reported: Hi, I am on Ubuntu 18.04, working on Openstack Stein Version I got this error while trying to restart glance-registry service (service glance-registry restart). Failed to restart glance-registry.service: Unit glance-registry.service not found. But glance-api service

[Yahoo-eng-team] [Bug 1744079] Re: [SRU] disk over-commit still not correctly calculated during live migration

2019-05-23 Thread Edward Hope-Morley
** Changed in: cloud-archive Status: Fix Committed => Fix Released ** Tags removed: sts-sru-needed ** Tags added: sts-sru-done -- 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 1827492] Re: vms failed to hard reboot and became error after set force_config_drive in compute nodes

2019-05-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/659703 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2af89cfea0531ab75b4f5765bb220073f42662d0 Submitter: Zuul Branch:master commit 2af89cfea0531ab75b4f5765bb220073f42662d0 Author: pandatt Date: Thu May 16 02:50:57 2019 +0800

[Yahoo-eng-team] [Bug 1819425] Re: Non-admin user can not filter instance by instance-uuid

2019-05-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/642403 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=31007102b019f93918046657c78ddf3b6b09711e Submitter: Zuul Branch:master commit 31007102b019f93918046657c78ddf3b6b09711e Author: 翟小君 Date: Mon Mar 11 18:08:47 2019 +0800

[Yahoo-eng-team] [Bug 1829455] Re: tox-fast8 support which will run pep8 only on updated(delta) code

2019-05-23 Thread OpenStack Infra
Reviewed: https://review.opendev.org/659225 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e054b368dcf147a3dd4e2a746ee9c5c9401718c9 Submitter: Zuul Branch:master commit e054b368dcf147a3dd4e2a746ee9c5c9401718c9 Author: Vishakha Agarwal Date: Wed May 15 12:42:42