[Yahoo-eng-team] [Bug 1684394] [NEW] A inappropriate message after live migrate failed.

2017-04-19 Thread Debo Zhang
Public bug reported: If live migrate operation failed, there would be a message like: "Failed to live migrate instance to host "host01"." But, if we choose none target host, the message will be: "Failed to live migrate instance to host ""." The empty quotes looks strange. ** Affects: horizon

[Yahoo-eng-team] [Bug 1684379] [NEW] Expose neutron api application as a wsgi script

2017-04-19 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/409351 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option ne

[Yahoo-eng-team] [Bug 1684371] [NEW] port mapping for floating ip

2017-04-19 Thread Yan Songming
Public bug reported: Now we just support floating ip for DNET and SNET. But we don't support port mapping . I think we can add a extension param "port" to the floating ip add allowed the same floating ip with different port associate to different local ip. For example: We have two vm192.16

[Yahoo-eng-team] [Bug 1684353] [NEW] LImit group name 64 characters and role name 255 characters

2017-04-19 Thread wei.ying
Public bug reported: Env: devstack master branch Steps to reproduce: 1. Go to identity/Groups/ panel 2. Click 'Create Group' 3. Enter a name longer than 64 characters 4. Submit form Erro info: Recoverable error: Group name should not be greater than 64 characters. (HTTP 400) (Request-ID: req-97

[Yahoo-eng-team] [Bug 1684349] [NEW] mask2cidr error with integer value - argument of type 'int' is not iterable

2017-04-19 Thread Andreas Karis
Public bug reported: mask2cidr error with integer value - argument of type 'int' is not iterable ~~~ def mask2cidr(mask): if ':' in str(mask): return ipv6mask2cidr(mask) elif '.' in mask: return ipv4mask2cidr(mask) else: return mask ~~~ is not type safe. It t

[Yahoo-eng-team] [Bug 1684016] Re: delete port will trow execptions in ovs agent

2017-04-19 Thread QunyingRan
I'm sorry that this question prodeced by my mistake, thank you. ** Changed in: neutron Status: Incomplete => Invalid ** Changed in: neutron Assignee: QunyingRan (ran-qunying) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1684338] [NEW] tempest jobs failing with midonet-cluster complaining about keystone

2017-04-19 Thread YAMAMOTO Takashi
Public bug reported: eg. http://logs.openstack.org/11/458011/1/check/gate-tempest-dsvm- networking-midonet-ml2-ubuntu-xenial/86d989d/logs/midonet-cluster.txt.gz 2017.04.19 10:50:50.132 ERROR [rest-api-55] auth Login authorization error occurred for user null java.net.ConnectException: Connection

[Yahoo-eng-team] [Bug 1549516] Re: Too many reconnections to the SQLalchemy engine

2017-04-19 Thread D G Lee
** Changed in: oslo.db Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1549516 Title: Too many reconnections to the SQLalchemy en

[Yahoo-eng-team] [Bug 1684326] [NEW] MTU not set on nova instance's vif_type=bridge tap interface

2017-04-19 Thread iain MacDonnell
Public bug reported: Using linuxbridge with VLAN networks with MTU<>1500, the nova instance's VIF's tap interface's MTU needs to get set to that of the network it's being plugged into, otherwise the first instance on a compute node gets a tap interface (and bridge) with MTU 1500, but the VM tries

[Yahoo-eng-team] [Bug 1684321] [NEW] tox -e npm fails to start Chrome

2017-04-19 Thread Jack Choy
Public bug reported: When running 'tox -e npm' on Ubuntu, Chrome fails to start with the following error: 19 04 2017 16:34:15.249:INFO [karma]: Karma v1.1.2 server started at http://localhost:9876/ 19 04 2017 16:34:15.251:INFO [launcher]: Launching browser Chrome with unlimited concurrency 19 0

[Yahoo-eng-team] [Bug 1684292] [NEW] Get specific hypervisor based on id

2017-04-19 Thread Vivek Agrawal
Public bug reported: Add a interface for getting specific Hypervisor object based on ID of the hypervisor. This will be a useful API for custom extensions of horizon. This API will map to the get() of hypervisor from nova client. This is a small enhancement, IMO Horizon pages/extension which only

[Yahoo-eng-team] [Bug 1617001] Re: Dont' reinitalize themable selects once they've been initialized

2017-04-19 Thread Gloria Gu
What the change Diana put there doesn't seem to have effect. So mark this invalid. ** Changed in: horizon Status: In Progress => Invalid ** Changed in: horizon Assignee: Gloria Gu (gloria-gu) => (unassigned) -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1684277] [NEW] Use ovsdbapp for Neutron OVSDB API

2017-04-19 Thread Terry Wilson
Public bug reported: The OVSDB API has been split out into its own project: ovsdbapp. Neutron should use ovsdbapp, but still provide a deprecated ability to import the OVSDB API for projects that have not yet been switched over to using ovsdbapp. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1684038] Re: ironic CI regression: dnsmasq doesn't respond to dhcp request

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457904 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=37097a991b837b5508b4eb85649854a6c07cc280 Submitter: Jenkins Branch:master commit 37097a991b837b5508b4eb85649854a6c07cc280 Author: Vasyl Saienko Date: Wed Apr 19 07:47:09 20

[Yahoo-eng-team] [Bug 1671548] Re: Updating mac_address of port doesn't update its autoconfigured IPv6 address

2017-04-19 Thread Ihar Hrachyshka
We are reverting the patch. ** Changed in: neutron Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1671548 Title: Updating mac_address of port do

[Yahoo-eng-team] [Bug 1684241] [NEW] Bug in url parser

2017-04-19 Thread Anton Studenov
Public bug reported: There is a code that does not support new auth URL format: https://github.com/openstack/keystoneauth/blob/3364703d3b0e529f7c1b7d1d8ea81726c4f5f121/keystoneauth1/identity/generic/base.py#L143-L152 e.g. auth_url = http://example.com/foo/v2.0 And such format is now used in dev

[Yahoo-eng-team] [Bug 1684028] Re: wrong status codes for v3-ext oauth1 create request token and create access token

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457896 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=502f783bd3c095ae8506e35be8c88fcc9c7c8ccd Submitter: Jenkins Branch:master commit 502f783bd3c095ae8506e35be8c88fcc9c7c8ccd Author: Hemanth Nakkina Date: Wed Apr 19 12:49:41

[Yahoo-eng-team] [Bug 1683832] Re: [neutron lbaasv2] session_perssion is updated successfully even if key do not exists

2017-04-19 Thread Akihiro Motoki
Octavia project maintains neutron-lbaas repo now. Targeting the bug to Octavia ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1683832 Title: [neut

[Yahoo-eng-team] [Bug 1683824] Re: [neutron lbaasv2] ip and subnet is dismatched when creating pool-member

2017-04-19 Thread Akihiro Motoki
Octavia project maintains neutron-lbaas repo now. Targeting the bug to Octavia ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1683824 Title: [neut

[Yahoo-eng-team] [Bug 1682222] Re: Instance deployment failure due to neutron syntax error

2017-04-19 Thread Vladyslav Drok
Same comment, it was just run on a patch with merge conflict, no actual issue with ironic or nova. ** Changed in: ironic Status: New => Invalid ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1426241] Re: pci plugin needs to be re-enabled for V2 microversions

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457854 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=75a7e6fc7d02608bf128ad72b2b8945515b12c21 Submitter: Jenkins Branch:master commit 75a7e6fc7d02608bf128ad72b2b8945515b12c21 Author: Matt Riedemann Date: Tue Apr 18 21:14:43 2017

[Yahoo-eng-team] [Bug 1673869] Re: api-ref: os-pci API is not documented at all

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457854 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=75a7e6fc7d02608bf128ad72b2b8945515b12c21 Submitter: Jenkins Branch:master commit 75a7e6fc7d02608bf128ad72b2b8945515b12c21 Author: Matt Riedemann Date: Tue Apr 18 21:14:43 2017

[Yahoo-eng-team] [Bug 1649616] Re: Keystone Token Flush job does not complete in HA deployed environment

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/454351 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=dc7f81083180eeb5233f7007e3d2514cc0d7c6d3 Submitter: Jenkins Branch:master commit dc7f81083180eeb5233f7007e3d2514cc0d7c6d3 Author: Peter Sabaini Date: Thu Apr 6 23:06:29 20

[Yahoo-eng-team] [Bug 1684158] [NEW] Add tenant_id attribute for ha network

2017-04-19 Thread Dongcan Ye
Public bug reported: Currently, create a ha router will create a ha network, but the network lack of tenant_id attribute. It worth to know the ha network's owner for the administrate purpose. ** Affects: neutron Importance: Undecided Assignee: Dongcan Ye (hellochosen) Status:

[Yahoo-eng-team] [Bug 1675363] Re: Bump default quotas for ports, subnets, and networks

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/457684 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=cebe1c1527372fc34277ef409694fba93d36646e Submitter: Jenkins Branch:master commit cebe1c1527372fc34277ef409694fba93d36646e Author: Ihar Hrachyshka Date: Tue Apr 18

[Yahoo-eng-team] [Bug 1602057] Re: [SRU] (libvirt) KeyError updating resources for some node, guest.uuid is not in BDM list

2017-04-19 Thread James Page
Removing sponsors as update is already in the unapproved queue for xenial ** Changed in: nova (Ubuntu) Status: Confirmed => Fix Released ** Changed in: nova (Ubuntu Xenial) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1684065] Re: No tests available for l3-ha extension under neutron tempest tests

2017-04-19 Thread Anshul
** Project changed: tempest => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1684065 Title: No tests available for l3-ha extension under neutron tempest tests Status in neutron

[Yahoo-eng-team] [Bug 1684068] [NEW] No tests available for multi-provider extension under neutron tempest tests

2017-04-19 Thread Anshul
Public bug reported: This is a new feature, and I think we just miss proper tempest test coverage for it. Filing this bug to take care of the same ** Affects: neutron Importance: Undecided Status: New ** Project changed: tempest => neutron -- You received this bug notification b

[Yahoo-eng-team] [Bug 1684069] [NEW] No tests available for availability-zone, network-availability-zone, router-availability-zone under neutron tempest tests.

2017-04-19 Thread Anshul
Public bug reported: There are AZ tests in tempest tree, but they cover compute and storage only. AZ tests should also be added for Neutron, filing this bug for the same. ** Affects: neutron Importance: Undecided Status: New ** Summary changed: - No tests available for availabil

[Yahoo-eng-team] [Bug 1684071] [NEW] No tests available for default-subnetpools in neutron tempest tests

2017-04-19 Thread Anshul
Public bug reported: There are no tests available under neutron tests for default- subnetpools, filing this bug to take care of the same. ** Affects: neutron Importance: Undecided Status: New ** Project changed: tempest => neutron -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1684065] [NEW] No tests available for l3-ha extension under neutron tempest tests

2017-04-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After doing a grep on neutron test repo for the extension I am not able to find any tests that are related to this extension. I believe coverage should be increased in this case. I am adding below snippet of the discussion I had with Ihar regarding this.

[Yahoo-eng-team] [Bug 1681440] Re: QoS policy object can't be suitable with 1.2 version of object

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/455338 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0376d2f6adada320554f247e4c67e15243d01d74 Submitter: Jenkins Branch:master commit 0376d2f6adada320554f247e4c67e15243d01d74 Author: Sławek Kapłoński Date: Mon Apr 10 14:09:51

[Yahoo-eng-team] [Bug 1684068] [NEW] No tests available for multi-provider extension under neutron tempest tests

2017-04-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: This is a new feature, and I think we just miss proper tempest test coverage for it. Filing this bug to take care of the same ** Affects: neutron Importance: Undecided Status: New -- No tests available for multi-provider extension under n

[Yahoo-eng-team] [Bug 1684071] [NEW] No tests available for default-subnetpools in neutron tempest tests

2017-04-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: There are no tests available under neutron tests for default- subnetpools, filing this bug to take care of the same. ** Affects: neutron Importance: Undecided Status: New -- No tests available for default-subnetpools in neutron tempest te

[Yahoo-eng-team] [Bug 1684069] [NEW] No tests available for availability-zone, network-availability-zone, router-availability-zone under neutron tempest tests.

2017-04-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: There are AZ tests in tempest tree, but they cover compute and storage only. AZ tests should also be added for Neutron, filing this bug for the same. ** Affects: neutron Importance: Undecided Status: New -- No tests available for availab

[Yahoo-eng-team] [Bug 1648242] Re: [SRU] Failure to retry update_ha_routers_states

2017-04-19 Thread James Page
** Changed in: neutron (Ubuntu Xenial) Status: New => Triaged ** Changed in: neutron (Ubuntu) Status: New => Fix Released ** Also affects: cloud-archive/mitaka Importance: Undecided Status: New ** Changed in: cloud-archive Status: New => Fix Released ** Changed in

[Yahoo-eng-team] [Bug 1666827] Re: Backport fixes for Rename Network return 403 Error

2017-04-19 Thread James Page
** No longer affects: horizon (Ubuntu Trusty) ** Changed in: horizon (Ubuntu Xenial) Status: New => Triaged ** Changed in: cloud-archive/mitaka Status: New => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1668783] Re: Deleted image should not show as a link on instance details panel

2017-04-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/439859 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a35cf2da28d2732acebc297f44a222f2cd7028da Submitter: Jenkins Branch:master commit a35cf2da28d2732acebc297f44a222f2cd7028da Author: Ying Zuo Date: Wed Mar 1 13:21:41 2017 -08

[Yahoo-eng-team] [Bug 1684038] Re: ironic CI regression: dnsmasq doesn't respond to dhcp request

2017-04-19 Thread Vasyl Saienko
** Also affects: neutron Importance: Undecided Status: New ** Changed in: ironic Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1684038 Titl

[Yahoo-eng-team] [Bug 1684028] [NEW] wrong status codes for v3-ext oauth1 create request token and create access token

2017-04-19 Thread Hemanth Nakkina
Public bug reported: Following updates are required in api documentation The normal response codes for following API should be 201 instead of 200 https://developer.openstack.org/api-ref/identity/v3-ext/#create-request-token https://developer.openstack.org/api-ref/identity/v3-ext/#create-access-t