[Yahoo-eng-team] [Bug 1785425] Re: tempest-full-py3 runs on test-only changes

2018-08-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/589039 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=65cdcf4aaa9aec2fbeb29c9734b07efff32a2c49 Submitter: Zuul Branch:master commit 65cdcf4aaa9aec2fbeb29c9734b07efff32a2c49 Author: ghanshyam Date: Mon Aug 6 07:23:16 2018 +

[Yahoo-eng-team] [Bug 1785382] Re: GET /resource_providers/{uuid}/allocations doesn't get all the allocations

2018-08-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/57 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e13b765e55758019c243167f0a99c92a0d740400 Submitter: Zuul Branch:master commit e13b765e55758019c243167f0a99c92a0d740400 Author: Tetsuro Nakamura Date: Sat Aug 4 19:22:50 2018

[Yahoo-eng-team] [Bug 1785511] Re: cpu_quota does not throttle cpu usage

2018-08-06 Thread Matt Riedemann
Consider it ignored! :) ** 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/1785511 Title: cpu_quota does not throttle cpu

[Yahoo-eng-team] [Bug 1785193] Re: changing a node's cell results in duplicate hypervisors

2018-08-06 Thread Matt Riedemann
Changing the database like this isn't really supported. You'd likely need to delete the old cell and map the hosts to a new cell using the nova-manage cell_v2 * commands like create_cell, map_instances and discover_hosts. ** Tags added: cells ** Changed in: nova Status: New => Invalid --

[Yahoo-eng-team] [Bug 1785164] Re: Identity API v3: POST method for "Create Limits" is abnormal for a domain-id

2018-08-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/588460 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=bf3a8c09a095c2b037f114ba4770b59d6351c73b Submitter: Zuul Branch:master commit bf3a8c09a095c2b037f114ba4770b59d6351c73b Author: wangxiyuan Date: Fri Aug 3 15:33:44 2018

[Yahoo-eng-team] [Bug 1785189] Re: Floatingip and router bandwidth speed limit failure

2018-08-06 Thread Miguel Lavalle
Hi, As already pointed out by Liu Yulong, Newton release does not support this feature. Marking bug invalid. Please don't change it again unless there is an explanation and further details added to this bug justifying that action ** Changed in: neutron Status: New => Invalid -- You

[Yahoo-eng-team] [Bug 1785668] [NEW] nova-compute doesn't check image signature if imagecache exists

2018-08-06 Thread Oleksii
Public bug reported: Description === nova-compute doesn't verify image signature/certificate in barbican component if local imagecache exists for this image on compute node. Steps to reproduce == Preconditions: Nova, Glance, Barbican components (Pike) are installed with

[Yahoo-eng-team] [Bug 1785606] Re: When working with python3 header banner is not rendered properly

2018-08-06 Thread Yuval Adar
** Also affects: vitrage-dashboard Importance: Undecided Status: New ** Changed in: vitrage-dashboard Assignee: (unassigned) => Yuval Adar (yadar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1785656] [NEW] test_internal_dns.InternalDNSTest fails even though dns-integration extension isn't loaded

2018-08-06 Thread Mike Kolesnik
Public bug reported: We're seeing this on the Networking-ODL CI [1]. The test neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest is being executed even though there's a decorator to prevent it from running [2] Either the checker isn't working or something is missing, since other

[Yahoo-eng-team] [Bug 1773102] Re: Abnormal request id in logs

2018-08-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/587772 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=233ea582f7b58b3188bfa523264e9052eefd00e5 Submitter: Zuul Branch:master commit 233ea582f7b58b3188bfa523264e9052eefd00e5 Author: Radoslav Gerganov Date: Wed Aug 1 13:54:31 2018

[Yahoo-eng-team] [Bug 1667756] Re: Backup HA router sending traffic, traffic from switch interrupted

2018-08-06 Thread Corey Bryant
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu Xenial) Status: New => Triaged ** Changed in: neutron (Ubuntu Xenial) Importance: Undecided

[Yahoo-eng-team] [Bug 1784713] Re: cloud-init profile.d files use bash-specific builtin "local"

2018-08-06 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Importance: Undecided => Low ** Changed in: cloud-init Status: New => Fix Committed ** Changed in: cloud-init Assignee: (unassigned) => Scott Moser (smoser) -- You received this

[Yahoo-eng-team] [Bug 1785615] [NEW] DNS resolution through eventlet contact nameservers if there's an IPv4 or IPv6 entry present in hosts file

2018-08-06 Thread Daniel Alvarez
Public bug reported: When trying to resolve a hostname on a node with no nameservers configured and only one entry is present for it in /etc/hosts (IPv4 or IPv6), eventlet will try to fetch the other entry over the network. This changes the behavior from what the original getaddrinfo()

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

2018-08-06 Thread Juan Antonio Osorio Robles
** Changed in: tripleo Status: Triaged => 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/1777475 Title: Undercloud vm in state error after update of

[Yahoo-eng-team] [Bug 1785608] [NEW] [RFE] neutron ovs agent support baremetal port using smart nic

2018-08-06 Thread Moshe Levi
Public bug reported: Problem description === While Ironic today supports Neutron provisioned network connectivity for Bare-Metal servers through ML2 mechanism driver, the existing support is based largely on configuration of TORs through vendor-specific mechanism drivers, with

[Yahoo-eng-team] [Bug 1785606] [NEW] When working with python3 header banner is not rendered properly

2018-08-06 Thread Yuval Adar
Public bug reported: When running horizon under python 3, the header banner response returned is in bytes format, and python 3 interprets it different from python 2, thus breaking the banner completely ** Affects: horizon Importance: Undecided Assignee: Yuval Adar (yadar)

[Yahoo-eng-team] [Bug 1745405] Re: tempest-full job triggered for irrelevant changes

2018-08-06 Thread Balazs Gibizer
Marking it Invalid in Nova as it was fixed in by zuul ** Changed in: nova Status: In Progress => Invalid ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1745431] Re: neutron-grenade job is triggered for irrelevant changes

2018-08-06 Thread Balazs Gibizer
Marking as invalid in Nova as it is fixed by zuul ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1785582] [NEW] Connectivity to instance after L3 router migration from Legacy to HA fails

2018-08-06 Thread Slawek Kaplonski
Public bug reported: Scenario test neutron.tests.tempest.scenario.test_migration.NetworkMigrationFromLegacy.test_from_legacy_to_ha fails because of no connectivity to VM after migration. We observed it on Pike version mostly but I think that the same issue might be also in newer versions.