[Yahoo-eng-team] [Bug 1801702] [NEW] Spawn may fail when cache=none on block device with logical block size > 512

2018-11-05 Thread Alexandre arents
Public bug reported: Description === When we spawn instances without cache enabled (cache='none') on a file system there a check in nova code that test if file system support direct IO: https://github.com/openstack/nova/blob/master/nova/privsep/utils.py#L34 Because this test use 512b

[Yahoo-eng-team] [Bug 1800601] Re: Unit test infinit recursion in Python 3.7

2018-11-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/615124 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=43587fb93d8d949d9a9895153ac06ea4e7e6d150 Submitter: Zuul Branch:master commit 43587fb93d8d949d9a9895153ac06ea4e7e6d150 Author: James Page Date: Fri Nov 2 10:10:49 2018

[Yahoo-eng-team] [Bug 1801714] [NEW] Rebuild instance is stuck in rebuilding state when hosting Compute is powered off

2018-11-05 Thread Hu Zhou
Public bug reported: Description === When the instance X's hosting Compute H is down, ry to rebuild instance is stuck is "REBUILD" status forever. Steps to reproduce == * Create instance X on Compute H * Power off Compute H * Rebuild instance X (with same image) $

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

2018-11-05 Thread Corey Bryant
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Also affects: nova (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: nova (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: nova (Ubuntu Disco) Importance:

[Yahoo-eng-team] [Bug 1801733] [NEW] nova-compute consuming 100% of cpu after rebuilding with invalid data parameters

2018-11-05 Thread Wallace Cardoso
Public bug reported: Description == The 'conductor-api' for 'rebuild_instance' has a vulnerability point for the parameter 'rebuild_instance/args/instance/nova_object.data/flavor/nova_object.data/vcpus'. When set to an invalid number of vcpus in the flavor of the instance, the

[Yahoo-eng-team] [Bug 1801738] [NEW] Assigning a FIP to NLBaaS VIP port doesn't affect Designate

2018-11-05 Thread Kobi Samoray
Public bug reported: While assigning a floating IP address to a NLBaaS VIP port, Neutron-Designate integration is expected to register the port at the DNS. However, the port is not registered by Designate as Neutron doesn't configure the FIP at the DNS as expected. ** Affects: neutron

[Yahoo-eng-team] [Bug 1801713] Re: Improper error message handling

2018-11-05 Thread Lucian Petrut
** Also affects: compute-hyperv Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1801713 Title: Improper error message

[Yahoo-eng-team] [Bug 1799737] Re: l3 agent external_network_bridge broken with ovs

2018-11-05 Thread Corey Bryant
Hi Junien, Thanks for reporting this and making Ubuntu better. I've added the upstream neutron project to this bug as this doesn't appear to be limited to the Ubuntu package. Does the charm also need a fix for this? If so we should add the charm project to this bug. Thanks, Corey ** Also

[Yahoo-eng-team] [Bug 1801790] [NEW] Crash running custom command on fs_setup

2018-11-05 Thread José Riguera
Public bug reported: Given this cloud-init config: fs_setup: - cmd:['/bin/btrfs-manage-raid', 'volumedata', '/media/root-data', '/dev/sda', '--subvol', 'data:/data'] label: volumedata filesystem: 'btrfs' device: '/dev/sda' Error log: Nov 05 21:12:33 raspi

[Yahoo-eng-team] [Bug 1801789] [NEW] GET /os-migrations sample has incorrect sort order

2018-11-05 Thread Matt Riedemann
Public bug reported: The API reference sample for the GET /os-migrations API with the 2.59 microversion: https://developer.openstack.org/api-ref/compute/?expanded=list- migrations-detail#list-migrations Shows an incorrect sort order. The returned migrations are sorted by [created_at, id] in

[Yahoo-eng-team] [Bug 1801779] [NEW] Policy rule rule:create_port:fixed_ips:subnet_id doesn't allow non-admin to create port on specific subnet

2018-11-05 Thread Jim Rollenhagen
Public bug reported: Running roughly master branch. According to pip, neutron==13.0.0.0rc2.dev324. I know that isn't super helpful from a dev perspective, but this is a kolla image and I don't have a great way to map this back to a SHA. Trying to create a port on a specific subnet on a shared

[Yahoo-eng-team] [Bug 1800754] Re: If the name is too long, it will cause the name to exceed the page range when the resource is deleted.

2018-11-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/614382 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=181cb29d878ac686658ce3649fdb10302ec07290 Submitter: Zuul Branch:master commit 181cb29d878ac686658ce3649fdb10302ec07290 Author: pengyuesheng Date: Wed Oct 31 09:49:01 2018

[Yahoo-eng-team] [Bug 1801823] [NEW] Don't quote {posargs} in tox.ini

2018-11-05 Thread shupeng
Public bug reported: Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1776221] Re: EC2 credentials duplicated after a credential updated

2018-11-05 Thread Launchpad Bug Tracker
[Expired for OpenStack Identity (keystone) because there has been no activity for 60 days.] ** Changed in: keystone Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1799748] Re: OVSNeutronAgent.rpc_loop is always called with "polling_manager"

2018-11-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/613108 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=60c50d92966696771d42e587047d8f14eb86372a Submitter: Zuul Branch:master commit 60c50d92966696771d42e587047d8f14eb86372a Author: Rodolfo Alonso Hernandez Date: Wed Oct 24

[Yahoo-eng-team] [Bug 1801828] [NEW] get_hash_str() not working in FIPS mode

2018-11-05 Thread Joshua Cornutt
Public bug reported: Description === I run a Red Hat OpenStack 13 lab cloud in "forced" FIPS mode (fips=1 kernel flag) and this is one of the few issues I encountered along the way that required patching. Basically, MD5 is disabled in OpenSSL / Python's hashlib / NSS and anything else

[Yahoo-eng-team] [Bug 1801836] [NEW] ValueError: year is out of range

2018-11-05 Thread Muhammad Hanif
Public bug reported: Environment: - OpenStack Queens - Nova 17.0.5 I executed: nova usage, I got error: ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1801862] [NEW] User details page, the name needs to be word wrap

2018-11-05 Thread pengyuesheng
Public bug reported: User details page, if the name is too long, it will affect the display. ** Affects: horizon Importance: Undecided Assignee: pengyuesheng (pengyuesheng) Status: In Progress -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1801873] [NEW] Unable to delete domains when users was managed by LDAP back-end

2018-11-05 Thread Izak A Eygelaar
Public bug reported: Problem description: We can create domains and assign users from LDAP back-end to the domains and create projects inside of the domains and also assign users out of LDAP access to the project. When we try to delete the domains that made use of the LDAP domain configuration