[Yahoo-eng-team] [Bug 1856650] Re: In Hypervisors Summary panel of Stein version, VCPUs(total) always equal to the Physical CPUs eventhough CPU allocation ratio is default to 16.0

2019-12-16 Thread Akihiro Motoki
Horizon just calls the nova os-hypervisors API [1]. The description of "vcpus" in the response says "This does not take allocation ratios used for overcommit into account so there may be disparity between this and the used count.". If you would like to see "vcpus" considering the allocation ratios

[Yahoo-eng-team] [Bug 1856651] [NEW] same mac address in SR-IOV VF when doing Passthrough using pci_alias in flavor

2019-12-16 Thread Anand Gupta
Public bug reported: We are seeing an issue in Openstack pike Devstack where when launching VMs with SR-IOV passthrough using pci_alias in flavor attaching VFs, it is getting the same mac address for each VF. vf 0 MAC 00:00:00:00:00:00, spoof checking on, link-state auto, trust off vf 1 MAC 00:00

[Yahoo-eng-team] [Bug 1856650] [NEW] In Hypervisors Summary panel of Stein version, VCPUs(total) always equal to the Physical CPUs eventhough CPU allocation ratio is default to 16.0

2019-12-16 Thread Thiyagarajan
Public bug reported: In Hypervisors Summary panel of Stein Openstack, VCPUs(total) always equal to the Physical CPUs even though CPU allocation ratio is default to 16.0. is that issue with Openstack nova API or any config needs to be enabled at nova.conf to take into effect. ** Affects: horizon

[Yahoo-eng-team] [Bug 1826114] Re: Errors creating users and projects

2019-12-16 Thread OpenStack Infra
Reviewed: https://review.opendev.org/698398 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8fb86b2adbdf4fae63faabc8937728c43c1777d5 Submitter: Zuul Branch:master commit 8fb86b2adbdf4fae63faabc8937728c43c1777d5 Author: Hemanth Nakkina Date: Wed Dec 11 10:09:22 2019

[Yahoo-eng-team] [Bug 1856600] [NEW] Unit test jobs are failing with ImportError: cannot import name 'engine' from 'flake8'

2019-12-16 Thread Nate Johnston
Public bug reported: Neutron unit test CI jobs are failing with the following error: = Failures during discovery = --- import errors --- Failed to import test module: neutron.tests.unit.hacking.test_checks Traceback (most recent call last): File "

[Yahoo-eng-team] [Bug 1856599] [NEW] Test bug

2019-12-16 Thread Dan Watkins
Public bug reported: DISREGARD LP: #123456 bug 123456 ** Affects: cloud-init Importance: Undecided Status: Invalid ** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1856572] Re: l3 agent Bad file descriptor

2019-12-16 Thread Donny Davis
Yep, that fixed it. Thank you @slaweq ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1856572 Title: l3 agent Bad file descripto

[Yahoo-eng-team] [Bug 1856578] [NEW] docs: image schema customization restrictions

2019-12-16 Thread Brian Rosmaita
Public bug reported: An operator can modify /etc/schema-image.json to include arbitrary properties (which was that file's original purpose) and assign them JSON types other than 'string'. The type is enforced by image create/update but an end-user making a call that sets a value on one of these g

[Yahoo-eng-team] [Bug 1856581] [NEW] metadefs: OS::Glance::CommonImageProperties out of date

2019-12-16 Thread Brian Rosmaita
Public bug reported: As of Train, the OS::Glance::CommonImageProperties defined in etc/metadefs/glance-common-image-props.json is missing some properties defined in etc/image-schema.json ** Affects: glance Importance: Undecided Status: Triaged ** Tags: documentation low-hanging-fr

[Yahoo-eng-team] [Bug 1856572] [NEW] l3 agent Bad file descriptor

2019-12-16 Thread Donny Davis
Public bug reported: The latest update for Stein has started throwing this error for some routers in the l3-agent. I have had this system in prod for about 8 months and have not had any issues until now with the l3-agent. 2019-12-16 12:13:36.355 20785 ERROR neutron.agent.l3.agent [-] Failed to

[Yahoo-eng-team] [Bug 1856566] [NEW] docs: policy docs out of date

2019-12-16 Thread Brian Rosmaita
Public bug reported: As of today (16 Dec 2019) the policy docs are out of date. They refer to v1, and also are missing several policies (for example, the locations policies, the tasks and task_api_access policy, etc.) The rule-writing section should probably just contain a reference to the oslo.

[Yahoo-eng-team] [Bug 1856560] [NEW] ds-identify - stuck in uninterruptible sleep state

2019-12-16 Thread Nicklas
Public bug reported: We got recurring issues with the cloud-init/ds-identify process. It spawns sub-processes "blkid -c /dev/null -o export" which gets stuck in the "D" uninterruptible sleep state. The processes cannot be killed, so the only solution is to reboot the affected server. root 3839 0

[Yahoo-eng-team] [Bug 1840979] Re: [L2] update the port DB status directly in agent-side

2019-12-16 Thread Slawek Kaplonski
@LIU: why You changed status of this RFE to "New" again? According to my comment #13 this wasn't approved RFE so we don't want to have such change in Neutron. ** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1856540] [NEW] djnago-babel is not compatible with Django 2.2

2019-12-16 Thread Akihiro Motoki
Public bug reported: Django babel 0.6.2 is not compatible with Django 2.2. django-babel tries to import "from django.template.base import Lexer, TOKEN_TEXT, TOKEN_VAR, TOKEN_BLOCK", but TOKEN_TEXT does not exist. https://zuul.opendev.org/t/openstack/build/6c99974a09994709b2e9748aa65f89fa/log /jo