[Yahoo-eng-team] [Bug 1791233] [NEW] Redundant dynamic partial segments was allocated for the same network and physical_network

2018-09-06 Thread Huang Cheng
Public bug reported: We are expected to get the same partial segment allocated for specified network and physical_network by calling neutron.plugins.ml2.managers.TypeManager.allocate_dynamic_segment. but there is a race condition: 1. Two processes call allocate_dynamic_segment function with spe

[Yahoo-eng-team] [Bug 1789351] Re: Glance deployment with python3 + "keystone" paste_deploy flavor Fails

2018-09-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/599936 Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=4fb7fef1eab2a981b8e366091073b6ee2d80ee6a Submitter: Zuul Branch:master commit 4fb7fef1eab2a981b8e366091073b6ee2d80ee6a Author: wangxiyuan Date: Wed Sep 5 10:21:5

[Yahoo-eng-team] [Bug 1791224] [NEW] Live migration failed when the instance is booted with volume and config drive

2018-09-06 Thread Tao Li
Public bug reported: Description === Volume-backed instances fails to live-migrate when config-drive is enabled, the config drive uses iso9660 format. When the instance booted from volume, the libvirt raised an exception: pre-creation of storage targets for incremental storage migrati

[Yahoo-eng-team] [Bug 1790695] Re: TypeError in nova-manage cell_v2 list_cells if a cell does not have a name

2018-09-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/599861 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a4f1274f40513d0a350a38c6e389c9a76c272379 Submitter: Zuul Branch:master commit a4f1274f40513d0a350a38c6e389c9a76c272379 Author: Matt Riedemann Date: Tue Sep 4 18:28:21 2018 -04

[Yahoo-eng-team] [Bug 1791218] Re: neutron wsgi initialization broken by eventlet 0.24.1

2018-09-06 Thread Nate Johnston
Bug a duplicate of https://launchpad.net/bugs/1791178 ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1791218 Title: neutron

[Yahoo-eng-team] [Bug 1791206] Re: Bandit test B111 breaking pep8 tests in gate

2018-09-06 Thread Nate Johnston
** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Importance: High => Undecided -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1791206 Title: Bandit

[Yahoo-eng-team] [Bug 1791218] [NEW] neutron wsgi initialization broken by eventlet 0.24.1

2018-09-06 Thread Nate Johnston
Public bug reported: The release of eventlet 0.24.1 changed the number of arguments to the function eventlet.wsgi.HttpProtocol.__init__() from 4 to 3. This led to pylint errors and other problems. ** Affects: neutron Importance: Undecided Assignee: Nate Johnston (nate-johnston)

[Yahoo-eng-team] [Bug 1791206] [NEW] Bandit test B111 breaking pep8 tests in gate

2018-09-06 Thread Nate Johnston
Public bug reported: Bandit 1.5.1 was released earlier today [1], and the pep8 tests started failing with references to error B111. The error was not very easy to see in the zuul logs [2][3] but when running locally was easy to pick out [4]. Since test B111 is supposed to have been deleted in th

[Yahoo-eng-team] [Bug 1791204] [NEW] nova conductor update database get deadlock

2018-09-06 Thread Henry
Public bug reported: In order to test HA for controller node: shudown one controller node and then vip switch to another node. Creating instance at this situation got the Traceback in conductor: 2018-09-06 18:51:29.223 25 ERROR oslo_messaging.rpc.server [req-503920a4-f2d8-47a8-a8d2-f9e4297be0ed

[Yahoo-eng-team] [Bug 1791178] [NEW] pep8 tests failing on "./tools/coding-checks.sh --pylint"

2018-09-06 Thread Slawek Kaplonski
Public bug reported: Example of failure: http://logs.openstack.org/37/382037/73/gate /openstack-tox-pep8/7f200e6/job- output.txt.gz#_2018-09-06_17_48_34_700485 It is probably because of new eventlet = 0.24.0 used now. ** Affects: neutron Importance: Critical Assignee: Slawek Kaplonski

[Yahoo-eng-team] [Bug 1791159] [NEW] Enhance SR-IOV agent to handle duplicate MAC addresses

2018-09-06 Thread William Konitzer
Public bug reported: There are scenarios where a VNF wishes to to have the same MAC address in different VLANs or different provider_network types. Tested so far: 1. Same MAC address used between 2 different VLAN networks > Success 2. Same MAC address used between 2 different SR-IOV networks

[Yahoo-eng-team] [Bug 1789654] Re: placement allocation_ratio initialized with 0.0

2018-09-06 Thread Eric Fried
This was fixed by https://review.openstack.org/#/c/598365/ ** Changed in: nova Status: In Progress => Fix Released -- 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/17

[Yahoo-eng-team] [Bug 1750829] Re: RFE: libvirt: Add ability to configure extra CPU flags for named CPU models

2018-09-06 Thread David Ames
** Changed in: charm-nova-compute Status: Fix Committed => Fix Released -- 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/1750829 Title: RFE: libvirt: Add ability to

[Yahoo-eng-team] [Bug 1788631] Re: KeyError: 'used' security_group_rule quota missing 'used' key

2018-09-06 Thread David Ames
** Changed in: charm-neutron-api Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1788631 Title: KeyError: 'used' securit

[Yahoo-eng-team] [Bug 1791111] [NEW] allow change password upon first use as user

2018-09-06 Thread Paul Peereboom
Public bug reported: It's impossible to reset your password in user level if "change_password_upon_first_use" is set. keystone.conf: [security_compliance] change_password_upon_first_use = True For new users it's impossible to reset your password via keystone. You can only reset the password via

[Yahoo-eng-team] [Bug 1740260] Re: When restoring a volume backup to the specified volume, the selection of the target volume list should list available volumes only

2018-09-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/597144 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=19635237b388dcc9199081a740ee9829feb67bee Submitter: Zuul Branch:master commit 19635237b388dcc9199081a740ee9829feb67bee Author: PrivateRookie <996514...@qq.com> Date: Tue Aug

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

2018-09-06 Thread Colleen Murphy
Can you give more detail in your example? What is the curl call and the openstackclient invocation you are using? (minus sensitive data) ** Changed in: keystone Status: Expired => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1790444] Re: Nova crashes when added new RPC interface

2018-09-06 Thread Matt Riedemann
I'm going to mark this as invalid. If you want some help debugging your code, you can post it to gerrit and get some help there to identify what is wrong in your change, but it looks like you're trying to send the SchedulerReportClient over RPC and that object is not serializable. ** Changed in: n

[Yahoo-eng-team] [Bug 1791048] Re: metadata change on flavor not migrated into DB after cold migrate

2018-09-06 Thread Matt Riedemann
Yeah this is working as designed. Cold migration doesn't change the flavor, so if you modify the flavor extra specs that change isn't reflected in the instance when it moves. It's generally better to create a new flavor with the new extra specs rather than modify old ones that existing instances ar

[Yahoo-eng-team] [Bug 1791075] [NEW] update_available_resource periodic does not take into account all evacuation states

2018-09-06 Thread Vladyslav Drok
Public bug reported: Current _update_usage_from_migrations code takes into account only REBUILDING task state, while not handling properly rebuilding spawn and rebuilding volume attachments. This can cause issues with numa topologies or pci devices if several instances are being evacuated and some

[Yahoo-eng-team] [Bug 1788342] Re: Unexpected API Error when creating instances

2018-09-06 Thread Paul Peereboom
In your log: "OperationalError: (pymysql.err.OperationalError) (1040, u'Too many connections')" Increase the max_connections in your mysql config. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1791048] [NEW] metadata change on flavor not migrated into DB after cold migrate

2018-09-06 Thread Eric Kessels
Public bug reported: Hi, When you change the meta-data on a flavor this change is not migrated into the nova table instance_extra. So when you change the flavor and you cold migrate the instance, it still uses the old meta-data spec set during initial creation. The behaviour creates inconsistanc

[Yahoo-eng-team] [Bug 1791043] [NEW] wsgi.py - wrong path in it

2018-09-06 Thread Rafal Ramocki
Public bug reported: When openstack_dashboard/wsgi/django.wsgi was moved in rocky to openstack_dashboard/wsgi.py path in there was unchanged and this causes initioalization error as it cannot find openstack_dashboard.settings module. I believe that sys.path.insert(0, os.path.normpath(os.path.join