[Yahoo-eng-team] [Bug 1850864] [NEW] DHCP agent takes very long time to report when port is provisioned

2019-10-31 Thread Slawek Kaplonski
Public bug reported: DHCP agent sends through rpc to neutron-server messages about ports which are already configured by agent: https://github.com/openstack/neutron/blob/3ad6af76266f466953de08451b922e033b5c8c43/neutron/agent/dhcp/agent.py#L255 It sends them in chunks with 64 ports at max.

[Yahoo-eng-team] [Bug 1850656] Re: Deploy will fail if keystone.conf has '[oslo_policy]/enforce_scope=true'

2019-10-31 Thread Colleen Murphy
> It either ends up having Client Error with admin-project-scoped auth or 401 with supposedly defalt-domain-scoped auth. The scope_type for identity:create_endpoint is "system": https://docs.openstack.org/keystone/latest/configuration/policy.html So neither a project- nor domain-scoped token

[Yahoo-eng-team] [Bug 1850656] Re: Deploy will fail if keystone.conf has '[oslo_policy]/enforce_scope=true'

2019-10-31 Thread Radosław Piliszek
So trying to get auth not scoped to a project but domain instead, I get this: failed: [primary] (item={u'service_type': u'identity', u'name': u'keystone'}) => { "action": "os_keystone_service", "attempts": 5, "changed": false, "invocation": { "module_args": {

[Yahoo-eng-team] [Bug 1850818] [NEW] [RFE][floatingip port_forwarding] Add description field

2019-10-31 Thread Pedro Henrique Pereira Martins
Public bug reported: Problem Description === As users create and update theirs floating ip rules, the reason behind those rules might get lost throughout time. Moreover, in an environment with many people writing rules, it is important to track down the reason behind each one of

[Yahoo-eng-team] [Bug 1850800] [NEW] UDP port forwarding test is failing often

2019-10-31 Thread Slawek Kaplonski
Public bug reported: Example of failure: https://5ff584e2dd4971153a4c- 657b7e35529908ead783d281edf8093c.ssl.cf5.rackcdn.com/691640/1/check /neutron-tempest-plugin-scenario- openvswitch/7532e66/testr_results.html.gz Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1850783] [NEW] Need to rollback persistent domain xml after DeviceDetachFailed exception

2019-10-31 Thread Fan Zhang
Public bug reported: Description === Volume status rollbacks to "in-use" after a failure to detach a volume due to DeviceDetachFailed, which is fixed in https://bugs.launchpad.net/nova/+bug/1786318. But the next detaching action will fail because of DeviceNotFound exception. Steps to

[Yahoo-eng-team] [Bug 1850779] [NEW] [L3] snat-ns will be initialized twice for DVR+HA routers during agent restart

2019-10-31 Thread LIU Yulong
Public bug reported: If the DVR+HA router has external gateway, the snat-namespace will be initialized twice during agent restart. And that initialized function will run many [1][2] external resource processing actions which will definitely increase the starting time of agent.

[Yahoo-eng-team] [Bug 1850759] [NEW] Keystone performance degradation in stein comparing with queens

2019-10-31 Thread laura
Public bug reported: I install two ubuntu vms using the same resources (cpu/memory/disks) to setup devstack. One devstack is using stein branch and the other devstack is using queens branch. I have run the same keystone test cases in the two devstack environments using rally benchmark tool. And