[Yahoo-eng-team] [Bug 1652909] Re: [vpnaas]UnicodeEncodeError occurs when using chinese charactors in vpn connection

2018-06-21 Thread OpenStack Infra
Reviewed: https://review.openstack.org/532475 Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=2ec34202fd679d9ab3963b0ad5f83b0400a0b247 Submitter: Zuul Branch:master commit 2ec34202fd679d9ab3963b0ad5f83b0400a0b247 Author: Hunt Xu Date: Wed Jan 10 17:54:43 2018

[Yahoo-eng-team] [Bug 1778118] [NEW] missing transaction in driver_controller.py for l3 flavors

2018-06-21 Thread Manjeet Singh Bhatia
Public bug reported: All the operations related to router associations like add or delete etc were executed under transactions, there was a case 'get_provider_for_router' doing add_resource_association out of db transaction, luckily due to autocommit there were no issues. https://github.com/opens

[Yahoo-eng-team] [Bug 1778109] [NEW] The token data for a trust-scoped token can contain duplicate roles

2018-06-21 Thread Jeremy Freudberg
Public bug reported: When dealing with implied roles, the token data for a trust-scoped token might contain duplicate roles. (This can break the interaction between, for example, Sahara and Heat.) ** Affects: keystone Importance: Undecided Status: New -- You received this bug not

[Yahoo-eng-team] [Bug 1778071] [NEW] The placement consumer generation conflict error message can be misleading

2018-06-21 Thread Chris Dent
Public bug reported: When using consumer generations to create new allocations, the value of the generation is expected to be None on the python side, and 'null' in JSON. The error response sent over the API says "expected None but got 1" which doesn't help much since the api is in JSON. ** Affec

[Yahoo-eng-team] [Bug 1778044] [NEW] libvirt.libvirtError: internal error: unable to execute QEMU command 'object-add': Incorrect number of padding bytes

2018-06-21 Thread Lee Yarwood
Public bug reported: Description === When attempting to attach an encrypted volume the following trace is logged [1]: File "/usr/lib/python3/dist-packages/nova/virt/libvirt/driver.py", line 1463, in attach_volume guest.attach_device(conf, persistent=True, live=live) File "/usr/lib

[Yahoo-eng-team] [Bug 1777475] Re: Undercloud vm in state error after update of the undercloud.

2018-06-21 Thread Matthew Booth
The Nova fix should be to not call plug_vifs at all during ironic driver initialization. It probably isn't necessary for 'non-local' hypervisors in general, so guessing also Power, Hyper-V, and VMware. ** Also affects: nova Importance: Undecided Status: New -- You received this bug not

[Yahoo-eng-team] [Bug 1778017] Re: Qemu min version validation fails on Xenial with Qemu 2.11.1

2018-06-21 Thread Silvan Kaiser
Issue was caused by my own debug mods to the code, closing now. ** Changed in: nova Status: New => Invalid -- 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/1778017 T

[Yahoo-eng-team] [Bug 1778023] [NEW] create identity endpoints failing with pymysql.err.IntegrityError

2018-06-21 Thread kirandevraaj
Public bug reported: create identity endpoints failing with openstack master branch (Rocky). 2018-06-21 08:15:53.181 11762 WARNING keystone.middleware.auth [-] The use of the '[DEFAULT] admin_token' configurationoption presents a significant security risk and should not be set. This option is

[Yahoo-eng-team] [Bug 1778017] [NEW] Qemu min version validation fails on Xenial with Qemu 2.11.1

2018-06-21 Thread Silvan Kaiser
Public bug reported: Novas Qemu min version validation fails on our CI systems. Please note that i added some additional debug output prior to the exception message showing the installed Qemu version is 2.11.1 (which is correctly picked up by the libvirt lib). Somehow Nova fails to acknowledge ve

[Yahoo-eng-team] [Bug 1778006] [NEW] 'user_home' config param does't work for admin

2018-06-21 Thread Ivan Kolodyazhny
Public bug reported: Any user with admin permissions will be always redirected to /identity page because of https://github.com/openstack/horizon/blob/master/openstack_dashboard/views.py#L45-L49 The /identity url may have more resources than project page so it loads slowly. by setting different lo