[Yahoo-eng-team] [Bug 1815871] [NEW] neutron-server api don't shutdown gracefully

2019-02-14 Thread Jesse
/blob/master/nova/wsgi.py#L197 Cinder use the oslo_service.wsgi, which has the same codes like nova. ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1793389] Re: Upgrade to Ocata: Keystone Intermittent Missing 'options' Key

2018-10-25 Thread Jesse Pretorius
** Also affects: keystone Importance: Undecided Status: New -- 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/1793389 Title: Upgrade to Ocata: Keystone

[Yahoo-eng-team] [Bug 1670419] Re: placement_database config option help is wrong

2018-02-07 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New -- 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/1670419 Title: placement_database config

[Yahoo-eng-team] [Bug 1720322] [NEW] Unnecessary notification when notify_sg_on_port_change

2017-09-29 Thread Jesse
needed when port's Security Group update or port IP change, and this has done in codes: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1405 ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status: In Progress ** Summary

[Yahoo-eng-team] [Bug 1719769] [NEW] Occasional network interruption with mark=1 in conntrack

2017-09-26 Thread Jesse
disconnected. The reason is that the VM port security rule change frequently and VM network traffic is heavy. ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2017-09-21 Thread Jesse Pretorius
Status: New ** Also affects: keystone Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius) ** Changed in: keystone Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius) ** Also affects: barbican Impo

[Yahoo-eng-team] [Bug 1718356] [NEW] Include default config files in python wheel

2017-09-20 Thread Jesse Pretorius
the result will be a consistent implementation across all the major projects. ** Affects: glance Importance: Undecided Assignee: Jesse Pretorius (jesse-pretorius) Status: New ** Affects: neutron Importance: Undecided Assignee: Jesse Pretorius (jesse-pretorius) Status

[Yahoo-eng-team] [Bug 1682805] Re: transient switching loop caused by neutron-openvswitch-agent

2017-07-28 Thread Jesse
After I recheck this issue, I find that transient switching loop may not exist... The fail_mode of br-int, br-eth0 and br-ex are secure, which means that when node reboot or OpenvSwitch restart, there will no normal flow in these bridges so no packets can pass these bridges. The normal flow in

[Yahoo-eng-team] [Bug 1699082] Re: update port's allowed-address-pair slow

2017-06-20 Thread Jesse
@Brian Thanks, I think this can fix my issue. :) ** Changed in: neutron Status: New => 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/1699082 Title: update port's

[Yahoo-eng-team] [Bug 1699082] [NEW] update port's allowed-address-pair slow

2017-06-20 Thread Jesse
Public bug reported: Updating port with allowed-address-pair become very slower with allowed-address-pair number increase. 1 allowed-address-pair: # time neutron port-update --allowed-address-pair ip_address=10.0.0.18,mac_address=fa:16:3e:a7:bb:cc d20c8588-310d-409d-8b2b-96dd36c984b0 Updated

[Yahoo-eng-team] [Bug 1698900] [NEW] DB check appears to not be working right

2017-06-19 Thread Jesse Pretorius
Public bug reported: Using current master of keystone, executing a keystone-manage db_sync --check seems to always return the RC of 2 regardless of the steps previously confirmed. This happens until the contract is done, then it returns 0. Steps to reproduce: root@keystone1:/# mysqladmin drop

[Yahoo-eng-team] [Bug 1697593] [NEW] ovsfw issue for allowed_address_pairs

2017-06-13 Thread Jesse
Public bug reported: port's allowed_address_pairs allow different IP and MAC set for port. The current ovsfw implementation has this issue for allowed_address_pairs with different MAC with VM's MAC: 1. Packets with allowed_address_pairs' MAC and IP (different MAC with VM's MAC) cannot come out

[Yahoo-eng-team] [Bug 1690756] [NEW] cache 'backend' argument description is ambiguous

2017-05-15 Thread Jesse Pretorius
Public bug reported: The oslo.cache backend argument description currently states: "Dogpile.cache backend module. It is recommended that Memcache or Redis (dogpile.cache.redis) be used in production deployments. For eventlet- based or highly threaded servers, Memcache with pooling

[Yahoo-eng-team] [Bug 1682805] [NEW] transient switching loop caused by neutron-openvswitch-agent

2017-04-14 Thread Jesse
packet coming from switch, the packet will loop bewtween switch and br-int. We should add normal flow in table 0 in br-int after the drop flows added. ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status: New ** Description changed: If we have

[Yahoo-eng-team] [Bug 1663465] [NEW] [performance improvement] update neutron-openvswitch-agent's AsyncProcess

2017-02-09 Thread Jesse
Public bug reported: neutron-openvswitch-agent' rpc_loop loops every 2 seconds by default. In every loop, the function invocation will do every time: _agent_has_updates -> polling_manager.is_polling_required -> self._monitor.has_updates -> self.is_active() -> self.pid ->

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2017-01-15 Thread Jesse
** No longer affects: magnum -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder: Won't Fix Status in OpenStack

[Yahoo-eng-team] [Bug 1651420] [NEW] Can not clear source or dest port (range) for existing firewall rule

2016-12-20 Thread Jesse
Public bug reported: We need to give user a way to update firewall rule to clear source or dest port (range). ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status: New ** Changed in: neutron Assignee: (unassigned) => Jesse (jesse-5) --

[Yahoo-eng-team] [Bug 1650486] [NEW] cloud-init issue when vm's vnic has no security group

2016-12-16 Thread Jesse
Public bug reported: VM will fail to get metadata with cloud-init timeout error if the VM's vnic does not have security group. We can allow VM access 169.254.169.254 whether VM has security group or not. ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5

[Yahoo-eng-team] [Bug 1650466] [NEW] Remove iptables nat and mangle rules for security group

2016-12-15 Thread Jesse
Public bug reported: It seems there is no need to add iptables nat and mangle rules for security group, these rules will slow down network performance especially when using 6wind Virtual Accelarator. ** Affects: neutron Importance: Undecided Assignee: Jesse (jesse-5) Status

[Yahoo-eng-team] [Bug 1643684] [NEW] _check_requested_image uses incorrect bdm info to validate target volume when booting from boot from volume instance snapshot image

2016-11-21 Thread Jesse Keating
Public bug reported: This is a complicated one. Start with a boot from volume instance. Instance uses a 1G volume, and a tiny image. Make a snapshot of this, which results in a volume snapshot plus a image in glance. Image details: # openstack image show a9a2a4af-0383-47a0-85e6-c3211f11459e

[Yahoo-eng-team] [Bug 1642212] [NEW] RFE: keystone-manage db_sync --check

2016-11-16 Thread Jesse Pretorius
Public bug reported: In the automation of deployments and upgrades it would be useful to be able to check whether there are any database actions outstanding so that the action can be determined and executed. Effectively I'm thinking something along the lines of this experience: Operator (or

[Yahoo-eng-team] [Bug 1361235] Re: visit horizon failure because of import module failure

2016-11-13 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => In Progress ** Changed in: openstack-ansible Assignee: (unassigned) => Donovan Francesco (donovan-francesco) ** Changed in: openstack-ansible Importance:

[Yahoo-eng-team] [Bug 1640319] Re: AttributeError: 'module' object has no attribute 'convert_to_boolean'

2016-11-09 Thread Jesse Pretorius
** Changed in: openstack-ansible 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/1640319 Title: AttributeError: 'module' object has no

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Jesse
** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum Assignee: (unassigned) => Jesse (boycht) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1636495] [NEW] Failures during db_sync --contract during Mitaka to Newton (live) upgrade

2016-10-25 Thread Jesse Keating
Public bug reported: I'm testing the live migration workflows moving from Mitaka to Newton. In my scenario, I have two keystone server VM, and haproxy in front of them. Both are running Mitaka and are fully functional. During the upgrade I run Rally to repeatedly create and then delete users.

[Yahoo-eng-team] [Bug 1279611] Re: urlparse is incompatible for python 3

2016-10-06 Thread Jesse Pretorius
** No longer affects: openstack-ansible -- 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/1279611 Title: urlparse is incompatible for python 3 Status in Astara: Fix

[Yahoo-eng-team] [Bug 1612959] Re: neutron DB sync fails: ImportError: No module named tests

2016-09-05 Thread Jesse Pretorius
** Changed in: openstack-ansible 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/1612959 Title: neutron DB sync fails: ImportError: No module

[Yahoo-eng-team] [Bug 1523031] Re: Neighbor table entry for router missing with Linux bridge + L3HA + L2 population

2016-08-31 Thread Jesse Pretorius
** No longer affects: openstack-ansible ** No longer affects: openstack-ansible/trunk -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1523031 Title: Neighbor table entry for router

[Yahoo-eng-team] [Bug 1605742] Re: Paramiko 2.0 is incompatible with Mitaka

2016-08-23 Thread Jesse Pretorius
** Changed in: openstack-ansible Status: Fix Committed => 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/1605742 Title: Paramiko 2.0 is incompatible

[Yahoo-eng-team] [Bug 1613299] Re: Unknown column 'r.project_id' in FWaaS migrations

2016-08-15 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Milestone: None => newton-3 ** Changed in: openstack-ansible Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1433172] Re: L3 HA routers master state flapping between nodes after router updates or failovers when using 1.2.14 or 1.2.15 (-1.2.15-6)

2016-07-01 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1433172 Title: L3 HA routers master state flapping between

[Yahoo-eng-team] [Bug 1497272] Re: L3 HA: Unstable rescheduling time for keepalived v1.2.7

2016-07-01 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1497272 Title: L3 HA: Unstable rescheduling time for

[Yahoo-eng-team] [Bug 1509312] Re: unable to use tenant network after kilo to liberty update due to port security extension

2016-04-22 Thread Jesse Pretorius
** Changed in: openstack-ansible/trunk Status: Confirmed => Won't Fix ** Changed in: openstack-ansible/trunk Status: Won't Fix => 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 1523031] Re: Neighbor table entry for router missing with Linux bridge + L3HA + L2 population

2016-03-30 Thread Jesse Pretorius
** Changed in: openstack-ansible/trunk Milestone: 13.0.0 => newton-1 ** No longer affects: openstack-ansible/liberty -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1523031 Title:

[Yahoo-eng-team] [Bug 1443421] Re: After VM migration, tunnels not getting removed with L2Pop ON, when using multiple api_workers in controller

2016-03-30 Thread Jesse Pretorius
As this patch has been included in Mitaka, I'm marking it as resolved for the OpenStack-Ansible 13.0.0 release. ** Changed in: openstack-ansible/trunk Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1560993] Re: keystone_service returns ignore_other_regions error in liberty

2016-03-29 Thread Jesse Pretorius
This doesn't appear to relate to any code used in OpenStack-Ansible as a project. It does appear to be Ansible of some sort, and perhaps relates to the Ansible modules. If that is so then the bug should be raised against the Ansible project I guess. ** Changed in: openstack-ansible Status:

[Yahoo-eng-team] [Bug 1561947] [NEW] Glance Store fails to authenticate to Swift with Keystone v3 API

2016-03-25 Thread Jesse Pretorius
Public bug reported: In the Mitaka current RC for Glance, using HEAD of "stable/mitaka" as of 23.03.2016 (SHA ab0562550c8c568dcdc7da68afdcac5f58d20e69), glance_store fails to authenticate via the Keystone v3 API to Swift. Configuration and the error are available here:

[Yahoo-eng-team] [Bug 1509312] Re: unable to use tenant network after kilo to liberty update due to port security extension

2016-03-19 Thread Jesse Pretorius
** Changed in: neutron Status: Expired => Confirmed ** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => Confirmed ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in:

[Yahoo-eng-team] [Bug 1509312] Re: unable to use tenant network after kilo to liberty update due to port security extension

2016-03-19 Thread Jesse Pretorius
** Changed in: openstack-ansible/liberty 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/1509312 Title: unable to use tenant network after

[Yahoo-eng-team] [Bug 1544801] Re: Constant tracebacks with eventlet 0.18.2

2016-02-12 Thread Jesse Keating
** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1544801 Title: Constant tracebacks with eventlet 0.18.2 Status in

[Yahoo-eng-team] [Bug 1544801] [NEW] Constant tracebacks with eventlet 0.18.2

2016-02-11 Thread Jesse Keating
Public bug reported: Kilo builds, with eventlet 0.18.2 have a constant traceback: 2016-02-12 00:47:01.126 3936 DEBUG nova.api.openstack.wsgi [-] Calling method '>' _process_stack /opt/bbc/openstack-11.0-bbc153/nova/local/lib/python2.7/site-packages/nova/api/openstack/wsgi.py:783 2016-02-12

[Yahoo-eng-team] [Bug 1443421] Re: After VM migration, tunnels not getting removed with L2Pop ON, when using multiple api_workers in controller

2016-02-04 Thread Jesse Pretorius
** Changed in: openstack-ansible/trunk Milestone: mitaka-2 => mitaka-3 ** No longer affects: openstack-ansible/liberty -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1443421 Title:

[Yahoo-eng-team] [Bug 1521793] Re: l3ha with L2pop disabled breaks neutron

2016-01-06 Thread Jesse Pretorius
** Changed in: openstack-ansible/liberty 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/1521793 Title: l3ha with L2pop disabled breaks

[Yahoo-eng-team] [Bug 1523031] Re: Neighbor table entry for router missing with Linux bridge + L3HA + L2 population

2015-12-08 Thread Jesse Pretorius
** Changed in: openstack-ansible Status: New => Confirmed ** Changed in: openstack-ansible Importance: Undecided => Medium ** Also affects: openstack-ansible/liberty Importance: Undecided Status: New ** Also affects: openstack-ansible/trunk Importance: Medium

[Yahoo-eng-team] [Bug 1443421] Re: After VM migration, tunnels not getting removed with L2Pop ON, when using multiple api_workers in controller

2015-12-08 Thread Jesse Pretorius
** Changed in: openstack-ansible Status: New => Confirmed ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Milestone: None => mitaka-2 ** Also affects: openstack-ansible/liberty Importance: Undecided Status: New ** Also

[Yahoo-eng-team] [Bug 1523031] Re: Neighbor table entry for router missing with Linux bridge + L3HA + L2 population

2015-12-07 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Milestone: None => mitaka-2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1443421] Re: After VM migration, tunnels not getting removed with L2Pop ON, when using multiple api_workers in controller

2015-12-04 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1443421 Title: After VM migration, tunnels not getting

[Yahoo-eng-team] [Bug 1521793] Re: Master/Liberty w/ L2pop disabled breaks neutron

2015-12-04 Thread Jesse Pretorius
** Also affects: neutron Importance: Undecided Status: New ** Summary changed: - Master/Liberty w/ L2pop disabled breaks neutron + l3ha with L2pop disabled breaks neutron ** Description changed: when using l3ha the system will fail to build a vm if L2 population is disabled under

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-12-03 Thread Jesse Pretorius
** Changed in: openstack-ansible/liberty Status: Fix Committed => Fix Released ** Changed in: openstack-ansible/trunk Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1505326] Re: Unit tests failing with requests 2.8.0

2015-12-03 Thread Jesse Pretorius
** Changed in: openstack-ansible/liberty Status: Fix Committed => Fix Released ** Changed in: openstack-ansible/trunk Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-12-03 Thread Jesse Pretorius
** Changed in: openstack-ansible/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1476770 Title: _translate_from_glance fails with

[Yahoo-eng-team] [Bug 1515485] Re: Heat CFN signals do not pass authorization

2015-12-03 Thread Jesse Pretorius
urn 403 errors. Heat signals, on the other side, do work. The problem was reported to me by Alex Cantu. I have verified it on his multinode lab and have also reproduced on my own single-node system hosted on a public cloud server. I suspect liberty/master avoided the problem after Jesse an

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-11-27 Thread Jesse Pretorius
** Also affects: openstack-ansible/kilo Importance: Undecided Status: New ** Also affects: openstack-ansible/liberty Importance: Undecided Status: New ** Also affects: openstack-ansible/trunk Importance: High Assignee: Jesse Pretorius (jesse-pretorius) Status

[Yahoo-eng-team] [Bug 1505326] Re: Unit tests failing with requests 2.8.0

2015-11-27 Thread Jesse Pretorius
** Also affects: openstack-ansible/liberty Importance: Undecided Status: New ** Also affects: openstack-ansible/kilo Importance: Undecided Status: New ** Also affects: openstack-ansible/trunk Importance: High Assignee: Jesse Pretorius (jesse-pretorius) Status

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-11-23 Thread Jesse Pretorius
** Changed in: openstack-ansible 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/1505295 Title: Tox tests failing with AttributeError Status

[Yahoo-eng-team] [Bug 1515485] Re: Heat CFN signals do not pass authorization

2015-11-20 Thread Jesse Pretorius
ansible/kilo Milestone: None => 11.2.5 ** Changed in: openstack-ansible/kilo Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius) ** Changed in: openstack-ansible/trunk Milestone: 11.2.5 => None ** Changed in: openstack-ansible/kilo Milestone: 11.2.5 => 11.2.6 -

[Yahoo-eng-team] [Bug 1505153] Re: gates broken by WebOb 1.5 release

2015-10-23 Thread Jesse Pretorius
** Changed in: openstack-ansible Status: Fix Committed => 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/1505153 Title: gates broken by WebOb 1.5

[Yahoo-eng-team] [Bug 1505677] Re: oslo.versionedobjects 0.11.0 causing KeyError: 'objects' in nova-conductor log

2015-10-23 Thread Jesse Pretorius
** Changed in: openstack-ansible Status: Fix Committed => 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/1505677 Title: oslo.versionedobjects 0.11.0

[Yahoo-eng-team] [Bug 1505677] [NEW] oslo.versionedobjects 0.11.0 causing KeyError: 'objects' in nova-conductor log

2015-10-13 Thread Jesse Pretorius
.dispatcher More details here: http://logs.openstack.org/56/233756/8/check/gate-openstack-ansible-dsvm-commit/879f745/logs/aio1_nova_conductor_container-5ec67682/nova-conductor.log ** Affects: nova Importance: Undecided Status: New ** Affects: openstack-ansible Import

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Milestone: None => 12.0.0 ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretori

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius) ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Statu

[Yahoo-eng-team] [Bug 1505326] Re: Unit tests failing with requests 2.8.0

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => In Progress ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse

[Yahoo-eng-team] [Bug 1505153] Re: gates broken by WebOb 1.5 release

2015-10-12 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Changed in: openstack-ansible Status: New => In Progress ** Changed in: openstack-ansible Importance: Undecided => High ** Changed in: openstack-ansible Assignee: (unassigned) => Jesse

[Yahoo-eng-team] [Bug 1503423] [NEW] Build failures: device_id assigned as int instead of expected string

2015-10-06 Thread Jesse J. Cook
i return session.xenapi_request(method, args) File "/opt/rackstack/rackstack.381.15/nova/lib/python2.7/site-packages/XenAPI.py", line 133, in xenapi_request result = _parse_result(getattr(self, methodname)(*full_params)) File "/opt/rackstack/rackstack.381.15/nova/li

[Yahoo-eng-team] [Bug 1495755] [NEW] test_show_policy_failed fails (depending on another test to create db?)

2015-09-14 Thread Jesse J. Cook
True) File "nova/db/api.py", line 1455, in flavor_get_all sort_dir=sort_dir, limit=limit, marker=marker) File "nova/db/sqlalchemy/api.py", line 230, in wrapper return f(*args, **kwargs) File "nova/db/sqlalchemy/api.py", line 4835, in flavor_get_all inst_types = que

[Yahoo-eng-team] [Bug 1488912] [NEW] Neutron: security-group-list missing parameters

2015-08-26 Thread Jesse Klint
Public bug reported: Issue: the option --tenant-id is not mentioned in the usage for `neutron security-group-list`. This can lead to confusion on how to provide a tenant per List security groups that belong to a given tenant. # neutron help security-group-list usage: neutron security-group-list

[Yahoo-eng-team] [Bug 1482403] [NEW] bdm for swap created with no regard for previous

2015-08-06 Thread Jesse J. Cook
Public bug reported: Observed nova pass the correct device number during vbd creation to xenserver, but the nova mapping created in the database was for the wrong device. A bdm for swap, based on the flavor, is created on https://github.com/openstack/nova/blob/master/nova/compute/api.py#L725,

[Yahoo-eng-team] [Bug 1440762] Re: Rebuild an instance with attached volume fails

2015-07-28 Thread Jesse Pretorius
** No longer affects: openstack-ansible -- 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/1440762 Title: Rebuild an instance with attached volume fails Status in

[Yahoo-eng-team] [Bug 1470635] Re: endpoints added with v3 are not visible with v2

2015-07-09 Thread Jesse Pretorius
I can confirm that this is a problem, and I agree that endpoints created using the v3 api really should be available via the v2 api. ** Changed in: keystone Status: New = Confirmed ** Also affects: openstack-ansible Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1471289] [NEW] Fernet tokens and Federated Identities result in token scope failures

2015-07-03 Thread Jesse Pretorius
Public bug reported: When keystone is configured to use fernet tokens and also configured to be a SP for an external IDP then the token data received by nova and other services appear to not contain the right information, resulting in errors from nova-api-os-compute such as: Returning 400 to

[Yahoo-eng-team] [Bug 1450874] [NEW] Delay in network access after instance resize/migration using linuxbridge and vlan

2015-05-01 Thread Jesse Keating
Public bug reported: Performing an instance resize which migrates the instance to another host. When the new instance gets built up, the new VIF gets plugged, however connectivity to the IP is delayed. arping from the neutron router gets no response for about a minute. Same with attempts to

[Yahoo-eng-team] [Bug 1444767] [NEW] scrubber edge cases orphan objects and records

2015-04-15 Thread Jesse J. Cook
Public bug reported: The scrubber can leave orphaned objects and db records in error / edge cases. This is because the order in which it updates the DB and object store. Recommended solution: For each image that has status pending_delete: For each image location that has status

[Yahoo-eng-team] [Bug 1438543] Re: wrong package name 'XStatic-Angular-Irdragndrop' in horizon/requirements.txt

2015-03-31 Thread Jesse Pretorius
** Also affects: xstatic-angular-irdragndrop Importance: Undecided Status: New -- 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/1438543 Title: wrong

[Yahoo-eng-team] [Bug 1407685] Re: New eventlet library breaks nova-manage

2015-02-06 Thread Jesse Pretorius
** Also affects: openstack-ansible Importance: Undecided Status: New ** Also affects: openstack-ansible/juno Importance: Undecided Status: New ** Also affects: openstack-ansible/icehouse Importance: Undecided Status: New ** Also affects: openstack-ansible/trunk

[Yahoo-eng-team] [Bug 1380776] [NEW] Uploading and downloading VHDs via Glance XenAPI plugin doesn't always retry when it should

2014-10-13 Thread Jesse J. Cook
(retryable) error is encountered * Instance fault * The plugin retries using a different glance node * An error related to a server fault (e.g. 500) is encountered * The plugin retries using a different glance node * Success ** Affects: nova Importance: Undecided Assignee: Jesse J. Cook

[Yahoo-eng-team] [Bug 1379425] [NEW] REBOOTING_HARD not in expected_task_state

2014-10-09 Thread Jesse J. Cook
Public bug reported: On hard reboot, the task state is set to REBOOTING_HARD (https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2213). This can be verified by rebooting twice in a row: {conflictingRequest: {message: Cannot 'reboot' while instance is in task_state rebooting_hard,

[Yahoo-eng-team] [Bug 1365637] [NEW] chunk sender does not send terminator on subprocess exception

2014-09-04 Thread Jesse J. Cook
on client connection close instead of a properly formatted chunk. ** Affects: nova Importance: Undecided Assignee: Jesse J. Cook (jesse-j-cook) Status: In Progress ** Changed in: nova Status: New = In Progress ** Changed in: nova Assignee: (unassigned) = Jesse J

[Yahoo-eng-team] [Bug 1352768] [NEW] virt: error in log when log exception in guestfs.py

2014-08-05 Thread Jesse
Public bug reported: In this code review, https://review.openstack.org/#/c/104262/ brings an error in log because of the line at 137: + LOG.info(_LI(Unable to force TCG mode, libguestfs too old?), + ex) Error is: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1352806] [NEW] virt: Mounting error in is_image_partitionless function when nova boot

2014-08-05 Thread Jesse
Public bug reported: If we set inject_partition = -1 inject_password = True in nova.conf, nova boot will sucessfully inject password but there are errors when nova try to resize2fs the image: 4-08-05 11:58:01.230 DEBUG nova.virt.disk.api [req-ab691c7b- 4d50-4281-a1a4-a0de3d5d000a ] [admin

[Yahoo-eng-team] [Bug 1279942] [NEW] vm_vdi_cleaner.py fails to launch with NOTIFIER is not None AssertionError

2014-02-13 Thread Jesse Keating
Public bug reported: I believe this has something to do with oslo messaging, in that it's attempting to set up a NOTIFIER and TRANSPORT for nova messaging, and failing. vm_vdi_cleaner.py -v --command=list-vdis --config-file /etc/nova/nova.conf Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1276639] [NEW] block live migration does not work when a volume is attached

2014-02-05 Thread Jesse Pretorius
Public bug reported: Environment:  - Two compute nodes, running Ubuntu 12.04 LTS  - KVM Hypervisor  - Ceph (dumpling) back-end for Cinder  - Grizzly-level Openstack Steps to reproduce:  1) Create instance and volume  2) Attach volume to instance  3) Attempt a block migration between compute

[Yahoo-eng-team] [Bug 1269795] [NEW] Port tags not reliably implementing

2014-01-16 Thread Jesse Pretorius
Public bug reported: Environment: - Ubuntu 12.04.3 LTS - Grizzly 2013.1.3-0ubuntu1~cloud0 - Quantum with GRE Tunneling - OpenVSwitch 1.4.0-1ubuntu1.5 I'm getting inconsistent implementations of port tags for the Router internal interfaces and the DHCP's interface when they're created in OVS.

[Yahoo-eng-team] [Bug 1260281] [NEW] Rendering of dashboard is broken in Internet Explorer

2013-12-12 Thread Jesse Pretorius
Public bug reported: In Internet Explorer (tested with IE9 and IE10) the rendering of various dashboard components is broken. - Content section is shown below the left hand navigation menu most often, unless you have a super-wide screen - Network Topology network names do not display inside

[Yahoo-eng-team] [Bug 1260454] [NEW] Add cinder 'extend' volume functionality

2013-12-12 Thread Jesse Pretorius
Public bug reported: Cinder now has the ability to 'extend' (ie grow/expand/resize up) a volume. This functionality should be exposed through Horizon. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!