[Yahoo-eng-team] [Bug 1672610] [NEW] ofctl request Datapath Invalid errors

2017-03-13 Thread IWAMOTO Toshihiro
Public bug reported: openflow connection is sometimes lost and the subsequent openflow command fails. ~70 occurences in a week in logstash search. Retrying should save such cases. example: http://logs.openstack.org/98/436798/25/check/gate-tempest-dsvm-neutron-

[Yahoo-eng-team] [Bug 1649322] Re: NSX-mh: Invalid opaque network type

2017-03-13 Thread Larry Michel
@mriedem The issue is in nova/virt/vmwareapi/virt.py. This is where the network type is being set for the instance. ** Description changed: - For NSX-mh, network type is being set to opaque, but that does not - appear to be valid. - + When nova-vmware is used as compute with NSX-mh neutron

[Yahoo-eng-team] [Bug 1641250] Re: NG details view route should have different name

2017-03-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/396800 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c73e1c8fa82c8059d0c8e8848413380ab6050ad5 Submitter: Jenkins Branch:master commit c73e1c8fa82c8059d0c8e8848413380ab6050ad5 Author: Cindy Lu Date: Fri Nov

[Yahoo-eng-team] [Bug 1672607] [NEW] test_arp_spoof_doesnt_block_normal_traffic fails with AttributeError: 'NoneType' object has no attribute 'splitlines'

2017-03-13 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/03/444603/5/check/gate-neutron-dsvm- functional-ubuntu-xenial/52405e2/testr_results.html.gz Traceback (most recent call last): File "neutron/tests/base.py", line 116, in func return f(self, *args, **kwargs) File

[Yahoo-eng-team] [Bug 1336683] Re: Multipath device descriptor and iscsi device not deleted when detaching multiple volumes at the same time at the same host

2017-03-13 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1646327] Re: [RFE] Support BFD (Bidirectional Forwarding Detection) for VMs

2017-03-13 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1646327

[Yahoo-eng-team] [Bug 1672590] [NEW] make enable_connection_uri optional in OVSDB idlutils

2017-03-13 Thread Dong Jun
Public bug reported: Networking-ovn used neutron.agent.ovsdb.native.connection[1] to connect OVN_Northbound and OVN_Southbound, but it need not to enable_connection_uri when get_schema_helper, thus get_schema_helper was overrided[2]. Latter the main code in connect.get_schema_helper was moved

[Yahoo-eng-team] [Bug 1672597] [NEW] [live migration] The instance directory on the destination host is not clean up

2017-03-13 Thread Dave Chen
Public bug reported: I understand there are code to clean up the instance directory on the target host if the live migration failed, but the directory is not cleanup if libvirt's connection is timeout. I haven't got a change to root cause the issue, but I feel the code could be optimized a

[Yahoo-eng-team] [Bug 1649322] Re: NSX-mh: Invalid opaque network type

2017-03-13 Thread Matt Riedemann
I'm not sure what this has to do with Nova, so I'm marking this as invalid for Nova. ** Changed in: nova Status: New => Invalid ** Tags added: vmware -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1649440] Re: [vmware] vspere 6.5 have add some new OS type

2017-03-13 Thread Eric Brown
6.5 OS updates was in https://review.openstack.org/#/c/403492 ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova Assignee: xhzhf (guoyongxhzhf) => Eric Brown (ericwb) ** Changed in: nova Importance: Undecided => Low -- You received this bug notification

[Yahoo-eng-team] [Bug 1647347] Re: image_meta code migration in finish_migraiton from older release

2017-03-13 Thread Matt Riedemann
And to be clear, you have custom image metadata properties that are not part of the ImageMetaProps object? That's why they get filtered out of the object. Also, this is in the zvm virt driver right? image_meta = self._image_api.get(context, image_meta.id) And that's specifically because the zvm

[Yahoo-eng-team] [Bug 1639914] Re: Race condition in nova compute during snapshot

2017-03-13 Thread Matt Riedemann
Srinivas - the compute API never blocks a delete request, unless the server is locked. So by design you can attempt to delete a server in any case where it's unlocked (if you're an admin you can bypass the locked state too). So we aren't going to put a conditional on the delete API such that you

[Yahoo-eng-team] [Bug 1672564] [NEW] l2pop raising exceptions when host has no tunneling_ip or agent

2017-03-13 Thread Kevin Benton
Public bug reported: Similar to https://bugs.launchpad.net/neutron/+bug/1533013, l2pop can puke out exceptions when a port is deleted that has a host corresponding to either no agent or an agent without a tunneling_ip. 2017-03-09 01:34:17.432 42625 ERROR neutron.plugins.ml2.managers

[Yahoo-eng-team] [Bug 1671648] Re: Instances are not rescheduled after deploy fails

2017-03-13 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Confirmed ** Changed in: nova/ocata Importance: Undecided => High ** Tags added: ocata-backport-potential -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1608980] Re: Remove MANIFEST.in as it is not explicitly needed by PBR

2017-03-13 Thread Michael Johnson
** Changed in: neutron-lbaas-dashboard 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/1608980 Title: Remove MANIFEST.in as it is not explicitly

[Yahoo-eng-team] [Bug 1603458] Re: Cannot Delete loadbalancers due to undeleteable pools

2017-03-13 Thread Michael Johnson
Marking this invalid as you can delete a pool via horizon. Did you remember to delete the health monitor first? I agree that in the future we could enable the cascade delete feature in horizon with a warning, but that would be an RFE and not the bug as reported. Closing this as invalid as you

[Yahoo-eng-team] [Bug 1672547] [NEW] ovsfw + trunk scenario is broken

2017-03-13 Thread Kevin Benton
Public bug reported: Since we have switched to using the OVS firewall for the OVS scenario, the job has been failing with a timeout in connectivity. There are errors in the agent log that look suspect: 2017-03-10 06:12:47.785 1325 ERROR neutron.agent.linux.openvswitch_firewall.firewall

[Yahoo-eng-team] [Bug 1668267] Re: Nova fails to correctly update the quota when deleting lots of VMs, some of which previously failed due to a quota error

2017-03-13 Thread Matt Riedemann
*** This bug is a duplicate of bug 1670627 *** https://bugs.launchpad.net/bugs/1670627 For master (pike) this is the fix: https://review.openstack.org/#/c/443403/ For ocata, the fix will be a backport of this: https://review.openstack.org/#/c/443395/ ** This bug has been marked a

[Yahoo-eng-team] [Bug 1670627] Fix merged to nova (master)

2017-03-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/443395 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=018068c4caac324643c7c6a4360fad855dd096eb Submitter: Jenkins Branch:master commit 018068c4caac324643c7c6a4360fad855dd096eb Author: Matt Riedemann Date:

[Yahoo-eng-team] [Bug 1672485] [NEW] Neutron APIs respond with Unicode characters ignoring charset in request headers

2017-03-13 Thread dev-unix-virtualization
Public bug reported: GET /v2.0/networks/{network_id} API responds with \u escaped Unicode characters even though the request headers specify that the client will only accept UTF-8 encdoding. Both these headers were tried, with same result : “Accept:

[Yahoo-eng-team] [Bug 1672479] [NEW] Nova servers APIs respond with Unciode ignoring charset in request headers

2017-03-13 Thread dev-unix-virtualization
Public bug reported: GET ‘servers’ API responds with \u escaped Unicode characters even though the request headers specify that the client will only accept UTF-8 encdoding. Both these headers were tried, with same result : “Accept:

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2017-03-13 Thread David Rabel
** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Assignee: (unassigned) => David Rabel (rabel-b1) ** No longer affects: python-openstackclient -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1672345] Re: Loadbalancer V2 ports are not serviced by DVR

2017-03-13 Thread Michael Johnson
This is a neutron DVR bug and not an LBaaS/Octavia bug. It may be a duplicate of existing DVR bugs. ** Project changed: octavia => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1672345] [NEW] Loadbalancer V2 ports are not serviced by DVR

2017-03-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I reported #1629539, which was on Mitaka/LBaaSv1, but I'm seeing the exact same behaviour on Newton/LBaaSv2. There's apparently a fix (for Kilo) in #1493809. There's also #1494003 (a duplicate of #1493809), which have a lot of debug output and apparently

[Yahoo-eng-team] [Bug 1672041] Re: nova.scheduler.client.report 409 Conflict

2017-03-13 Thread Andrey Volkov
>From description you provided it doesn't look like an error. > Unable to create allocation for 'MEMORY_MB' on resource provider '610ee875-405e-4738-8099-5a218fa4986f'. The requested amount would violate inventory constraints. means that on compute node you don't have enough memory resource. You

[Yahoo-eng-team] [Bug 1672433] [NEW] dhcp-agent should send a grace ARP after assigning IP address in dhcp namespace

2017-03-13 Thread George Shuklin
Public bug reported: Normally dhcp agents should not provide routable services. There is one exception: monitoring. Checking dhcp agents availability by sending PING requests is very easy and sits well with existing monitoring frameworks. Outside of checking of availability of DHCP agent itself

[Yahoo-eng-team] [Bug 1672425] [NEW] No 'options' attribute in user_ref when using LDAP identity backend

2017-03-13 Thread Jose Castro Leon
Public bug reported: While testing the ocata codebase, it seems that the addition of the multifactor auth in core, breaks our LDAP identity backend. We are getting an exception while loading the user to check if it has MFA enabled or not. The LDAP identity driver does not provide a options

[Yahoo-eng-team] [Bug 1666831] Re: Nova recreates instance directory after migration/resize

2017-03-13 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Assignee: (unassigned) => Lee Yarwood (lyarwood) ** Changed in: nova/ocata Status: New => In Progress ** Changed in: nova/ocata Importance: Undecided => Low ** Tags added: libvirt

[Yahoo-eng-team] [Bug 1671847] Re: Incorrect set deprecated flag for notify_on_state_change

2017-03-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/444357 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=abd18a12e3e6b571d35499857a005a7bfd7237a4 Submitter: Jenkins Branch:master commit abd18a12e3e6b571d35499857a005a7bfd7237a4 Author: Ionuț Bîru Date: Fri Mar 10

[Yahoo-eng-team] [Bug 1672357] [NEW] [Newton][Nova] When deploying an instance. Get the following error: sudo: pam_unix(sudo:auth): auth could not identify password for [nova]sudo: pam_unix(sudo:auth)

2017-03-13 Thread Viggo Ahl
Public bug reported: I have recently installed a new Openstackcloud. One controller and two nova nodes. When I tried to launch a new instance I got an error. I could only launch instance on the controller node, but not on the two nova nodes. The error message I got was: ==>

[Yahoo-eng-team] [Bug 1519386] Re: launching of instances with names including white spaces at the end fail

2017-03-13 Thread Rob Cresswell
*** This bug is a duplicate of bug 1634696 *** https://bugs.launchpad.net/bugs/1634696 ** This bug has been marked a duplicate of bug 1634696 Leading or trailing space in name throws error for new or updated Instances ** Changed in: horizon Milestone: next => None ** Changed in:

[Yahoo-eng-team] [Bug 1570482] Re: UX: Single Step Workflows should be handled differently

2017-03-13 Thread Rob Cresswell
Going to close this as the bug report is really too vague without the original driver. ** Changed in: horizon Status: In Progress => Won't Fix ** Changed in: horizon Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1444725] Re: logout url is hard coded / wrong

2017-03-13 Thread Rob Cresswell
*** This bug is a duplicate of bug 1558917 *** https://bugs.launchpad.net/bugs/1558917 ** Changed in: horizon Assignee: Kevin Chen (kevchentw) => (unassigned) ** Changed in: horizon Status: In Progress => Triaged ** This bug has been marked a duplicate of bug 1558917 When

[Yahoo-eng-team] [Bug 1646181] Re: NFS: Fail to boot VM out of large snapshots (30GB+)

2017-03-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/443752 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=52310fa8645cc10b91de7d2b4e10a3b42d4ef073 Submitter: Jenkins Branch:master commit 52310fa8645cc10b91de7d2b4e10a3b42d4ef073 Author: Eric Harney Date: Thu

[Yahoo-eng-team] [Bug 1672329] Re: Update for ui bootstrap changes in stable/mitaka branch

2017-03-13 Thread Rob Cresswell
UI Bootstrap is capped via upper-constraints for Mitaka: https://github.com/openstack/requirements/blob/stable/mitaka/upper- constraints.txt#L34 If you're not using upper constraints in your installations, you're going to make life very difficult for yourself :) ** Changed in: horizon

[Yahoo-eng-team] [Bug 1672345] [NEW] Loadbalancer V2 ports are not serviced by DVR

2017-03-13 Thread Turbo Fredriksson
Public bug reported: I reported #1629539, which was on Mitaka/LBaaSv1, but I'm seeing the exact same behaviour on Newton/LBaaSv2. There's apparently a fix (for Kilo) in #1493809. There's also #1494003 (a duplicate of #1493809), which have a lot of debug output and apparently a way to reproduce.

[Yahoo-eng-team] [Bug 1672340] [NEW] DeferredBridge always uses deprecated ovs-ofctl instead of defined driver

2017-03-13 Thread Jakub Libosvar
Public bug reported: Deferred bridge doesn't obey of_interface: https://git.openstack.org/cgit/openstack/neutron/tree/neutron/agent/common/ovs_lib.py?id=fbe8f9eddbdd61e6692b92c57b930f17923a0ed7#n340 and instead always calls ovs-ofctl. ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1672338] [NEW] Defect: DVR Port deletion error

2017-03-13 Thread kbaegis
Public bug reported: Kolla stable/ocata on ubuntu xenial Neutron log: 2017-03-13 04:40:12.948 23 INFO neutron.db.db_base_plugin_v2 [req-7f8f0445-f5b9-4bf5-b8e0-f298954a6a95 e0dc60aa4ad342f6807613e4d6203baa 3f243f2f6d2547128217c34f850315f6 - - -] Found port

[Yahoo-eng-team] [Bug 1672329] [NEW] Update for ui bootstrap changes in stable/mitaka branch

2017-03-13 Thread Alok Kumar
Public bug reported: As per this https://review.openstack.org/#/c/401245/ UI bootstrap issue has been fixed in master but when I checkout `stable/mitaka` I get these errors and modal doesn't work for my plugin. For now I've patched horizon (mitaka) with similar changes. Would like to know reason

[Yahoo-eng-team] [Bug 1671785] Re: Missing router tab in Horizon Openstack Newton

2017-03-13 Thread OpenStack Infra
Reviewed: https://review.openstack.org/444769 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f54c52418bdae0403353447d688b77be15e8a044 Submitter: Jenkins Branch:master commit f54c52418bdae0403353447d688b77be15e8a044 Author: Akihiro Motoki Date:

[Yahoo-eng-team] [Bug 1672291] [NEW] Error: Unable to get the Glance service version.

2017-03-13 Thread Liyingjun
Public bug reported: When accessing images page, the following error raised: error invoking apiclient Traceback (most recent call last): File "/opt/stack/horizon/openstack_dashboard/api/rest/utils.py", line 131, in _wrapped return JSONResponse(data, json_encoder=json_encoder) File

[Yahoo-eng-team] [Bug 1671921] Re: Boot from Volume invalid BDM

2017-03-13 Thread Liyingjun
Can't reproduce with the latest master ** Changed in: horizon Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1671921 Title: Boot

[Yahoo-eng-team] [Bug 1672281] [NEW] Official installation document missing - nova-placement-api

2017-03-13 Thread huangshan
Public bug reported: I installed according to the official document, when to start the nova-compute error. Then i check the/var/log/nova/nova-ompute.log,found e error for oslo_service:PlacementNotConfigured: This com.ute is not configured to talk to the placement service, Configure