[Yahoo-eng-team] [Bug 1714417] [NEW] Error "Unable to retrieve the Absolute Limits" appeared when create a volume from an image.

2017-08-31 Thread Debo Zhang
Public bug reported: Open the modal from for creating a volume from an image, an error message appeared : "Unable to retrieve the Absolute Limits". I saw an error in browser console : "SyntaxError: Unexpected token I in JSON at position 76". ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1714416] [NEW] Incorrect response returned for invalid Accept header

2017-08-31 Thread Niraj Singh
Public bug reported: As of now, when user passes 'Accept' header in request other than JSON and XML using curl command then it returns 200 OK response with json format data. In api-ref guide [1] also it's not clearly mentioned about what response it should return if invalid value for 'Accept'

[Yahoo-eng-team] [Bug 1714402] [NEW] When setting an allocation with multiple resource providers and one of them does not exist the error message can be wrong

2017-08-31 Thread Chris Dent
Public bug reported: nova master as of 20170831 The _set_allocations method used to write allocations to the placement API will raise a 400 when a resource class results in a NotFound exception. We want that 400. The problem is that the message associated with the error users the resource

[Yahoo-eng-team] [Bug 1714389] [NEW] Pecan is missing some quota dirtying and resync calls

2017-08-31 Thread Kevin Benton
Public bug reported: The legacy API controller would resync and dirty the quotas at particular intervals that pecan is missing. In particular it would resync on GET operations[1] and dirty on deletes[2]. The pecan hook is missing both of these cases. 1.

[Yahoo-eng-team] [Bug 1714388] [NEW] Pecan is missing the logic to hide authorization failures as 404s

2017-08-31 Thread Kevin Benton
Public bug reported: The pecan code is missing the logic to translate some of the authorization failures into 404s instead of 403's. https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L575-L585

[Yahoo-eng-team] [Bug 1714386] [NEW] Pecan changed delete notification payload

2017-08-31 Thread Kevin Benton
Public bug reported: The delete notifications under the old API controller used to contain both the ID and the original copy of the resource being deleted. Pecan broke that by only including the ID. ** Affects: neutron Importance: High Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1714381] [NEW] pecan is missing some plugin sanity validation for sorting+pagination

2017-08-31 Thread Kevin Benton
Public bug reported: The legacy controller was validating that enabled, native pagination was only set when the plugin actually supported native sorting. Pecan needs to do this same thing for parity. ** Affects: neutron Importance: High Assignee: Kevin Benton (kevinbenton)

[Yahoo-eng-team] [Bug 1714384] [NEW] pecan is missing the de-dup and empty field stripping logic of the legacy controller

2017-08-31 Thread Kevin Benton
Public bug reported: When a user passes in duplicate fields and empty fields, the old API controller would strip these out before passing them to the plugin. Pecan should do the same thing to preserve parity with the old controller in case plugins are sensitive to these invalid filters. **

[Yahoo-eng-team] [Bug 1714378] [NEW] Pecan is missing logic to add project_id to fields when tenant_id is specified

2017-08-31 Thread Kevin Benton
Public bug reported: Pecan is missing this logic in the old controller code that adds 'tenant_id' to the filters required by the policy engine when the 'project_id' field is specified: https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L96

[Yahoo-eng-team] [Bug 1714376] [NEW] unittests: OpenStack DS escape or timeout

2017-08-31 Thread Joshua Powers
Public bug reported: Similar to LP: #1714117, there appears to be a pair of tests that are escaping and timing out, resulting in extra time that is not required for the unit tests: tests.unittests.test_datasource.test_openstack.TestOpenStackDataSource.test_datasource

[Yahoo-eng-team] [Bug 1714363] [NEW] docs: versioned notification samples are always shown now and you can't hide them

2017-08-31 Thread Matt Riedemann
Public bug reported: The versioned notification samples in the docs used to be collapsible and would be hidden by default, but with the new docs theme it looks like that isn't working, and the show/hide button doesn't do anything either:

[Yahoo-eng-team] [Bug 1703234] Re: API compare-and-swap updates based on revision_number

2017-08-31 Thread OpenStack Infra
Reviewed: https://review.openstack.org/499754 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8d2c1bd88b14eefbea74c72f384cb9952e7ee62e Submitter: Jenkins Branch:master commit 8d2c1bd88b14eefbea74c72f384cb9952e7ee62e Author: Boden R Date: Thu Aug

[Yahoo-eng-team] [Bug 1714358] [NEW] ds-identify does not find CloudStack datasource

2017-08-31 Thread Swen Brueseke
Public bug reported: We are usng CloudStack with XenServer as hypervisor and we are getting this: Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-81-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support:

[Yahoo-eng-team] [Bug 1576840] Re: fullstack OVS agent in native openflow mode sometimes fails to bind socket

2017-08-31 Thread Ihar Hrachyshka
It's long fixed. ** Changed in: neutron Assignee: sudhakar kumar srivastava (sudhakar.srivastava) => (unassigned) ** Changed in: neutron Status: Confirmed => Won't Fix ** Changed in: neutron Status: Won't Fix => Fix Released -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1602567] Re: fullstack doesn't work with branch-2.5 ovs

2017-08-31 Thread Ihar Hrachyshka
We currently compile v2.6.1 from sources for fullstack. I consider it's fixed. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1714355] [NEW] Pecan missing emulated bulk create

2017-08-31 Thread Kevin Benton
Public bug reported: Pecan is missing the emulated bulk create logic for core plugins that don't support the bulk methods. ** Affects: neutron Importance: High Status: New ** Changed in: neutron Importance: Undecided => High -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1627106] Re: TimeoutException while executing tests adding bridge using OVSDB native

2017-08-31 Thread Ihar Hrachyshka
Added ovsdbapp to the list of affected projects because I believe this error comes from the library. ** Changed in: neutron Milestone: pike-2 => None ** Also affects: ovsdbapp Importance: Undecided Status: New ** Changed in: ovsdbapp Status: New => Confirmed -- You

[Yahoo-eng-team] [Bug 1673531] Re: fullstack test_controller_timeout_does_not_break_connectivity_sigkill(GRE and l2pop, openflow-native_ovsdb-cli) failure

2017-08-31 Thread Ihar Hrachyshka
No hits in 7 days. I claim it's fixed. If not, reopen. ** Changed in: neutron Status: Confirmed => 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/1673531 Title:

[Yahoo-eng-team] [Bug 1714348] [NEW] pecan is missing some body validation logic from legacy API

2017-08-31 Thread Kevin Benton
Public bug reported: The legacy controller validated the following things that the pecan API is not. * delete requests have no body * the body must contain a resource or resources when POSTing to the general collection controller * All POSTed json must be a dict These gaps were discovered

[Yahoo-eng-team] [Bug 1678475] Re: Apply QoS policy on network:router_gateway

2017-08-31 Thread Boden R
Based on the latest contents of the config qos guide [1], this has already been fixed. [1] https://github.com/openstack/neutron/blob/master/doc/source/admin /config-qos.rst ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1714235] Re: evacuate API does not restrict one from trying to evacuate to the source host

2017-08-31 Thread Matt Riedemann
The evacuate issue was fixed with change Ic468cd57688b370a18cacfc6e0844a8201eb9ab3 but it's still a problem for os-migrateLive. ** Changed in: nova Status: Invalid => Confirmed ** Summary changed: - evacuate API does not restrict one from trying to evacuate to the source host +

[Yahoo-eng-team] [Bug 1682228] Re: can't cross address scopes with DVR

2017-08-31 Thread Brian Haley
** Changed in: neutron Status: Fix Committed => 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/1682228 Title: can't cross address scopes with DVR Status in neutron:

[Yahoo-eng-team] [Bug 1669191] Re: Deprecate gateway_external_network_id option

2017-08-31 Thread Boden R
Today I don't see gateway_external_network_id documented other than a blank use of it in sample CLI output [1]. That said I don't see any reason to leave this open as I'm not sure what needs to be documented. When the deprecated option is removed, that should be marked with a doc impact tag and

[Yahoo-eng-team] [Bug 1683102] Re: Port data plane status extension implementation

2017-08-31 Thread Boden R
** Changed in: neutron Status: In Progress => 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/1683102 Title: Port data plane status extension implementation

[Yahoo-eng-team] [Bug 1714235] Re: evacuate API does not restrict one from trying to evacuate to the source host

2017-08-31 Thread Matt Riedemann
The REST API handler code checks this, I just missed that since I was expecting to find it in the nova.compute.api.API.evacuate method: https://github.com/openstack/nova/blob/2a4ca8bd6aa40ccd26300feaef4267aa71f69abf/nova/api/openstack/compute/evacuate.py#L114 ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1714285] Re: Hyper-V: leaked resources after failed spawn

2017-08-31 Thread OpenStack Infra
Reviewed: https://review.openstack.org/499684 Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=6e715ed580bf0f8ba5ff4c8e79b9ddba45d787c6 Submitter: Jenkins Branch:master commit 6e715ed580bf0f8ba5ff4c8e79b9ddba45d787c6 Author: Lucian Petrut

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

2017-08-31 Thread Corey Bryant
** Changed in: keystone (Ubuntu) Status: In Progress => Invalid ** Changed in: cloud-archive Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1713783] Re: After failed evacuation the recovered source compute tries to delete the instance

2017-08-31 Thread Jeremy Stanley
Agreeing with Tristan et al, and adding the "security" bug tag to indicate it's a hardening opportunity (C1). ** Tags added: security ** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New => Won't Fix -- You received this bug notification

[Yahoo-eng-team] [Bug 1694337] Re: Port information (binding:host_id) not updated for network:router_gateway after qRouter failover

2017-08-31 Thread Corey Bryant
** Changed in: cloud-archive Status: New => 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/1694337 Title: Port information (binding:host_id) not updated for

[Yahoo-eng-team] [Bug 1708444] Re: Angular role table stays stale after editing a role

2017-08-31 Thread OpenStack Infra
Reviewed: https://review.openstack.org/490457 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a58aa26450837bfb84ea3cfbc015a83d8541befd Submitter: Jenkins Branch:master commit a58aa26450837bfb84ea3cfbc015a83d8541befd Author: Bence Romsics

[Yahoo-eng-team] [Bug 1668410] Re: [SRU] Infinite loop trying to delete deleted HA router

2017-08-31 Thread Corey Bryant
** Also affects: cloud-archive/mitaka Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: cloud-archive/mitaka Status: New => Triaged ** Changed in: neutron (Ubuntu Xenial) Status: New =>

[Yahoo-eng-team] [Bug 1714311] [NEW] Incorrect stylesheet link for the serial_console template

2017-08-31 Thread Pierre Riteau
Public bug reported: The stylesheet referenced in openstack_dashboard/templates/serial_console.html is incorrect, as the CSS file has been changed to SCSS in I0d421d931d252d821a7ecf19a750f73b8241c249: Instead, the template needs to reference the SCSS file and compile it. ** Affects:

[Yahoo-eng-team] [Bug 1581415] Re: No previous pagination tag in admin instances page

2017-08-31 Thread Ying Zuo
*** This bug is a duplicate of bug 1274427 *** https://bugs.launchpad.net/bugs/1274427 ** This bug is no longer a duplicate of bug 1514678 There is no Previous Hyperlink in Horizon when creating 250 instances ** This bug has been marked a duplicate of bug 1274427 Instance list

[Yahoo-eng-team] [Bug 1540193] Re: Pagination is not working properly

2017-08-31 Thread Ying Zuo
*** This bug is a duplicate of bug 1274427 *** https://bugs.launchpad.net/bugs/1274427 ** This bug is no longer a duplicate of bug 1514678 There is no Previous Hyperlink in Horizon when creating 250 instances ** This bug has been marked a duplicate of bug 1274427 Instance list

[Yahoo-eng-team] [Bug 1573431] Re: No previous button to view the list of items in the instance page

2017-08-31 Thread Ying Zuo
*** This bug is a duplicate of bug 1274427 *** https://bugs.launchpad.net/bugs/1274427 ** This bug is no longer a duplicate of bug 1514678 There is no Previous Hyperlink in Horizon when creating 250 instances ** This bug has been marked a duplicate of bug 1274427 Instance list

[Yahoo-eng-team] [Bug 1616921] Re: Instances pagination does not have prev link

2017-08-31 Thread Ying Zuo
*** This bug is a duplicate of bug 1274427 *** https://bugs.launchpad.net/bugs/1274427 ** This bug is no longer a duplicate of bug 1514678 There is no Previous Hyperlink in Horizon when creating 250 instances ** This bug has been marked a duplicate of bug 1274427 Instance list

[Yahoo-eng-team] [Bug 1714283] Re: Placement API reference: GET /traits query parameter starts_with should be startswith

2017-08-31 Thread Eric Fried
Meh, since I opened it, might as well use it. ** Changed in: nova Status: Invalid => New ** Changed in: nova Assignee: (unassigned) => Eric Fried (efried) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1714285] [NEW] Hyper-V: leaked resources after failed spawn

2017-08-31 Thread Lucian Petrut
Public bug reported: Volume connections as well as vif ports are not cleaned up after a failed instance spawn. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance: Undecided Status: New ** Also affects: compute-hyperv

[Yahoo-eng-team] [Bug 1714283] Re: Placement API reference: GET /traits query parameter starts_with should be startswith

2017-08-31 Thread Eric Fried
Sorry, opened the wrong bug. ** 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/1714283 Title: Placement API reference:

[Yahoo-eng-team] [Bug 1714283] [NEW] Placement API reference: GET /traits query parameter starts_with should be startswith

2017-08-31 Thread Eric Fried
Public bug reported: In the Placement API reference, the GET /traits [1] query parameter 'name' says it accepts a key called 'starts_with'. The actual API accepts 'startswith' (no underscore). [1] https://developer.openstack.org/api-ref/placement/#list-traits ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1714284] [NEW] Placement user doc: add link to API reference

2017-08-31 Thread Eric Fried
Public bug reported: The Placement API user doc [1] says: API Reference A full API reference is forthcoming, but until then ... That reference has since been published [2]. [1] https://docs.openstack.org/nova/pike/user/placement.html#api-reference [2]

[Yahoo-eng-team] [Bug 1714275] [NEW] GET /resource_providers: "links" doesn't include "allocations"

2017-08-31 Thread Eric Fried
Public bug reported: GET /resource_providers returns: { "resource_providers": [ { "generation": 39, "uuid": "213fd7f8-1e9f-466b-87bf-0902b0b3bc13", "links": [ { "href": "/placement/resource_providers/213fd7f8-1e9f-466b-87bf-0902b0b3bc13",

[Yahoo-eng-team] [Bug 1707819] Re: Allowed address pairs allows update with invalid cidr

2017-08-31 Thread Armando Migliaccio
** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Assignee: Dongcan Ye (hellochosen) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1714195] Re: nova task shutdown or deleted instance when instance status in the databse differs from hypervisor

2017-08-31 Thread Sean Dague
This is pretty much working as designed. Nova is the owner of that state, and will drive services to that state. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1713162] Re: Kernel panic when configuring APIC timers in an instance

2017-08-31 Thread Sean Dague
Kernel panics in guests are unlikely to be Nova bugs. This is probably an underlying kvm / libvirt issue. ** Changed in: nova Status: New => Incomplete ** Also affects: openstack-gate Importance: Undecided Status: New ** No longer affects: nova -- You received this bug

[Yahoo-eng-team] [Bug 1713466] Re: Initialize connection failed for volume

2017-08-31 Thread Sean Dague
For questions like this, please engage in IRC or the mailing list ** 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/1713466

[Yahoo-eng-team] [Bug 1713731] Re: SSL setup for multiple projects is broken

2017-08-31 Thread Sean Dague
This is really only a devstack fix ** Changed in: nova Status: New => Confirmed ** No longer affects: nova ** No longer affects: neutron ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1714251] [NEW] router_centralized_snat not removed when router migrated from DVR to HA

2017-08-31 Thread venkata anil
Public bug reported: When a router is migrated from DVR to HA, all ports related to DVR should be removed. But I still see port with device_owner router_centralized_snat not removed. ** Affects: neutron Importance: Undecided Assignee: venkata anil (anil-venkata) Status: New

[Yahoo-eng-team] [Bug 1714248] [NEW] Compute node HA for ironic doesn't work due to the name duplication of Resource Provider

2017-08-31 Thread Hironori Shiina
Public bug reported: Description === In an environment where there are multiple compute nodes with ironic driver, when a compute node goes down, another compute node cannot take over ironic nodes. Steps to reproduce == 1. Start multiple compute nodes with ironic driver.

[Yahoo-eng-team] [Bug 1714240] [NEW] glance re-spawns a child when terminating

2017-08-31 Thread Bernhard M. Wiedemann
Public bug reported: When sending a SIGTERM to the main glance-api process, api.log shows 2017-08-31 13:10:30.996 10618 INFO glance.common.wsgi [-] Removed dead child 10628 2017-08-31 13:10:31.004 10618 INFO glance.common.wsgi [-] Started child 10642 2017-08-31 13:10:31.006 10642 INFO

[Yahoo-eng-team] [Bug 1714247] [NEW] Cleaning up deleted instances leaks resources

2017-08-31 Thread Lucian Petrut
Public bug reported: When the nova-compute service cleans up an instance that still exists on the host although being deleted from the DB, the according network info is not properly retrieved. For this reason, vif ports will not be cleaned up. In this situation there may also be stale volume

[Yahoo-eng-team] [Bug 1713783] Re: After failed evacuation the recovered source compute tries to delete the instance

2017-08-31 Thread Matt Riedemann
We should backport this as it actually leads to deleting things in the source node... ** Changed in: nova/ocata Importance: Undecided => High ** Changed in: nova/pike Importance: Undecided => High ** Changed in: nova Status: New => Triaged ** Also affects: nova/newton

[Yahoo-eng-team] [Bug 1713783] Re: After failed evacuation the recovered source compute tries to delete the instance

2017-08-31 Thread Matt Riedemann
It looks like the _destroy_evacuated_instances method in the compute manager has always filtered migrations on the 'accepted' status since originally this code was just meant to cleanup local resources once an evacuation from the source host has started, which is fine. The problem is with removing

[Yahoo-eng-team] [Bug 1714237] [NEW] After deleting a migration the allocations are not ceased from the destination host

2017-08-31 Thread Lajos Katona
Public bug reported: After deleting a live migration there are allocations on both the source and the destination hosts. Reproduction: - Boot a VM, on host1 - Start live migrating it to host2 - Delete the migration - The allocations are both on host1 & host2. This situation doesn't change after

[Yahoo-eng-team] [Bug 1714235] [NEW] evacuate API does not restrict one from trying to evacuate to the source host

2017-08-31 Thread Matt Riedemann
Public bug reported: This is purely based on code inspection, but the compute API method 'evacuate' does not check if the specified host (if there was one) is different from instance.host. It checks if the service is up on that host, which could be down and you can still specify the

[Yahoo-eng-team] [Bug 1714212] [NEW] neutron-db-manage on subproject neutron-fwaas fails in Pike

2017-08-31 Thread Jens Offenbach
Public bug reported: I have set up OpenStack Pike on Ubuntu 16.04. Running: $ su -s /bin/sh -c "neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --subproject neutron_fwaas upgrade head" neutron fails with the following error: INFO

[Yahoo-eng-team] [Bug 1714208] [NEW] Router/network creation in HA mode fails in Pike

2017-08-31 Thread Jens Offenbach
Public bug reported: I have set up OpenStack Pike on Ubuntu 16.04 in HA mode (2 controllers, 3 compute node). In the current Pike release, router and network creation in HA mode fails. Whereas, creating routers in non-HA mode succeeds. The neutron-server.log gives me the following: 2017-08-31

[Yahoo-eng-team] [Bug 1714195] [NEW] nova task shutdown or deleted instance when instance status in the databse differs from hypervisor

2017-08-31 Thread 曾永明
Public bug reported: 1.hypervisor is vCenter or kvm 2.the instance status is start in vCenter or kvm 3.the instance status is stop in nova database    this is High-risk operation,beause when instance is started by vCenter ,it is is running business, but nova task shutdown instance or delete

[Yahoo-eng-team] [Bug 1714179] [NEW] keystone project can not update or search extra filed

2017-08-31 Thread 曾永明
Public bug reported: keystone project can not update or search extra filed ** Affects: keystone Importance: Undecided Assignee: 曾永明 (zengyongming) Status: In Progress ** Changed in: keystone Assignee: (unassigned) => 曾永明 (zengyongming) -- You received this bug

[Yahoo-eng-team] [Bug 1714072] Re: PUT /allocations/{consumer_id} fails with a 500 if "resources: {}"

2017-08-31 Thread OpenStack Infra
Reviewed: https://review.openstack.org/499270 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=10f8a9aa127cfaecab368e26c3b896e203e301bc Submitter: Jenkins Branch:master commit 10f8a9aa127cfaecab368e26c3b896e203e301bc Author: Chris Dent Date: Wed