[Yahoo-eng-team] [Bug 1732603] [NEW] neutron-dynamic-routing CI failure

2017-11-15 Thread IWAMOTO Toshihiro
Public bug reported: http://logs.openstack.org/23/519123/17/check/legacy-neutron-dynamic- routing-dsvm-tempest-scenario- ipv4/1b02d4a/logs/screen-q-svc.txt.gz#_Nov_15_18_59_37_488143 Nov 15 18:59:37.488143 ubuntu-xenial-ovh-gra1-897328 neutron- server[20475]: ERROR

[Yahoo-eng-team] [Bug 1722842] Re: [RFE] API extension framework: impossible to extend a sub-resource

2017-11-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/511280 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=605364ad78407e3176dd79d0e4fe84cf87c8ce8e Submitter: Zuul Branch:master commit 605364ad78407e3176dd79d0e4fe84cf87c8ce8e Author: Thomas Morin Date:

[Yahoo-eng-team] [Bug 1732593] [NEW] TypeError: archive_deleted_rows got multiple values for keyword arguments 'max_rows'

2017-11-15 Thread Neha Alhat
Public bug reported: If you run archive_deleted_rows subcommand with following parameters, it raises TypeError exception. $nova-manage db archive_deleted_rows 1000 1000 Output An error has occurred: Traceback (most recent call last): File "/opt/stack/nova/nova/cmd/manage.py", line 1924, in

[Yahoo-eng-team] [Bug 1717493] Re: Error: Unable to get nova services list.

2017-11-15 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 1732581] [NEW] nova-specs: py27 fails "Line limited to a maximum of 79 characters."

2017-11-15 Thread Takashi NATSUME
Public bug reported: http://logs.openstack.org/23/517223/2/check/openstack-tox-py27/9de4411 /job-output.txt.gz 2017-11-16 00:34:56.141804 | ubuntu-xenial | Traceback (most recent call last): 2017-11-16 00:34:56.141837 | ubuntu-xenial | File "tests/test_titles.py", line 137, in test_template

[Yahoo-eng-team] [Bug 1732567] [NEW] get_xstatic_dirs do not process none values in BASE_XSTATIC_MODULES

2017-11-15 Thread Ivan Udovichenko
Public bug reported: The issue was noticed during package build: """ ./run_tests.sh --no-virtual-env --no-pep8 --verbosity=2 The run_tests script is deprecated and will be removed in the Queens Release Cycle (13.0), in favor of tox. Running Horizon application tests Traceback (most recent call

[Yahoo-eng-team] [Bug 1597596] Re: network not always cleaned up when spawning VMs

2017-11-15 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Confirmed ** Changed in: nova/pike Importance: Undecided => Medium ** Changed in: nova

[Yahoo-eng-team] [Bug 1531022] Re: libvirt driver doesn't cleanup the tap interface on vm re-schedule

2017-11-15 Thread Matt Riedemann
I'm going to remove 'nova' from this since we can track the nova issue with bug 1597596. The powervm driver out of tree has fixed this independently. ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1732543] [NEW] HA network tenant network fails upon router delete

2017-11-15 Thread Steven Davis
Public bug reported: Openstack version: Pike Openvswitch version: 2.7 Let's say I have a OS project that has 2 routers. The routers are configured for HA and reside on pair of network nodes. Via VRRP, each network has 1 Active and 1 Passive router. Neutron creates a custom HA network for each

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

2017-11-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/520176 Committed: https://git.openstack.org/cgit/openstack/ovsdbapp/commit/?id=158ae06bce0f56e93677f94c59f81e5e76ee1ccc Submitter: Zuul Branch:master commit 158ae06bce0f56e93677f94c59f81e5e76ee1ccc Author: Terry Wilson Date: Wed

[Yahoo-eng-team] [Bug 1732294] Re: Probable DOS in linuxbridge

2017-11-15 Thread Jeremy Stanley
Thanks for the heads up! It's our policy to go ahead and end embargoes once an issue is publicly disclosed, so we'll move forward triaging this as class C2 "A vulnerability, but not in OpenStack supported code, e.g., in a dependency" per our report taxonomy: https://security.openstack.org

[Yahoo-eng-team] [Bug 1535254] Re: illustration of 'notify_on_state_change' are different from implementation

2017-11-15 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Assignee: Matt Riedemann (mriedem) => Balazs Gibizer (balazs-gibizer) ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1732506] [NEW] Baremetal instance stuck in BUILD state following ironic node tear down or delete

2017-11-15 Thread Mark Goddard
Public bug reported: Description === A baremetal (ironic) instance can become stuck in the BUILD state if the ironic node to which the instance has been assigned is either deleted or torn down manually while the instance is being built. Steps to reproduce == * Create a

[Yahoo-eng-team] [Bug 1732502] [NEW] project-list command does not work for a user with admin role on domain

2017-11-15 Thread Evgeny Fedoruk
Public bug reported: I use identity v3. I have a domain and two projects inside. I also have a user in this domain who has admin role on the domain. I do "openstack project list --domain " and get "You are not authorized to perform the requested action: identity:list_projects (HTTP 403)".

[Yahoo-eng-team] [Bug 1433765] Re: FileField need clean up temp file and and get file size without loading file

2017-11-15 Thread Andrew
Yes, I can confirm problem. I use both service in workable state: glance and horizon (via apache 2.4 wsgi) local_settings.py has variable for storing big file for uploading in django level - FILE_UPLOAD_TEMP_DIR = '/opt/openstack/tmp' In web interface, in section of uploading images, I am doing

[Yahoo-eng-team] [Bug 1664931] Re: [OSSA-2017-005] nova rebuild ignores all image properties and scheduler filters (CVE-2017-16239)

2017-11-15 Thread Jeremy Stanley
** Changed in: ossa 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/1664931 Title: [OSSA-2017-005] nova rebuild ignores all

[Yahoo-eng-team] [Bug 1732456] [NEW] dhcp agent race condition between between network_create_end and port_delete_end RPC

2017-11-15 Thread Allain Legacy
Public bug reported: A race condition exists in the DHCP agent between the network_create_end and port_delete_end RPC callbacks. If a DHCP agent is fetching network info [1] at the exact same time as a port is being deleted [2] it is possible that the port delete RPC arrives after the network

[Yahoo-eng-team] [Bug 1732458] [NEW] deleted_ports memory leak in dhcp agent

2017-11-15 Thread Allain Legacy
Public bug reported: The "deleted_ports" member variable in the DHCP NetworkCache [1] can potentially leak memory. As ports are deleted uuid values are added to this set but they are never removed. If ports are continuously added and deleted on a network this set will grow unbounded. [1]

[Yahoo-eng-team] [Bug 1692397] Re: hypervisor statistics could be incorrect

2017-11-15 Thread Eric Desrochers
** Also affects: nova (Ubuntu Xenial) 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/1692397 Title: hypervisor statistics

[Yahoo-eng-team] [Bug 1692397] Re: hypervisor statistics could be incorrect

2017-11-15 Thread Edward Hope-Morley
SRUing to Xenial/Mitaka (see bug 1719770 for more info) ** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-archive Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New => Fix Released ** Changed in:

[Yahoo-eng-team] [Bug 1732448] [NEW] segment host mapping table overwritten by multiple l2 agents

2017-11-15 Thread Allain Legacy
Public bug reported: The routed-networks feature introduced changes to create mapping entries linking hosts to segments [1]. That feature assumes that only a single L2 agent will be reporting device mappings to physical networks. If multiple agents are running (e.g., OVS + SRIOV) then the

[Yahoo-eng-team] [Bug 1719770] Re: hypervisor stats aggregates resources from deleted and existing services if they share the same hostname

2017-11-15 Thread Edward Hope-Morley
Moving to bug 1692397 where I perform the SRU (and closing this one). ** Changed in: nova Status: In Progress => Invalid ** Changed in: nova (Ubuntu) Status: Triaged => Invalid ** Changed in: nova Assignee: Edward Hope-Morley (hopem) => (unassigned) -- You received this bug

[Yahoo-eng-team] [Bug 1732445] [NEW] dhcp scheduled to node without l2 segment access

2017-11-15 Thread Allain Legacy
Public bug reported: In a past release a feature was introduced to make DHCP scheduling physical network aware [1]. While that commit addressed the simple case of each node only having a single L2 agent running it makes it clear in the description that it does not support cases where two L2

[Yahoo-eng-team] [Bug 1732429] [NEW] Missing server groups quota management when creating a project

2017-11-15 Thread wei.ying
Public bug reported: Env: devstack master branch Desc: When creating a project, we can't set the quota for the server groups and server group members. They are still the default values defined by the back end. Which can lead to failure of the creation of the instance if the servers group members

[Yahoo-eng-team] [Bug 1732428] [NEW] Unshelving a VM breaks instance metadata when using qcow2 backed images

2017-11-15 Thread Kalle Happonen
Public bug reported: If you unshelve instances on compute nodes that use qcow2 backed instances, the instance image_ref will point to the original image the VM was lauched from. The base file for /var/lib/nova/instances/uuid/disk will be the snapshot which was used for shelving. This causes

[Yahoo-eng-team] [Bug 1732403] [NEW] openstack server list not working

2017-11-15 Thread Prasuk Jain
Public bug reported: controller@Ocata:/$ openstack server list Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID: req-dcd78717-3362-4ed8-a79e-6d11148e05a0) log file says: 2017-11-15 16:11:18.525 17459

[Yahoo-eng-team] [Bug 1728689] Re: Misleading log message when location list is empty

2017-11-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/516441 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9e9743f5713948c9530aed603e7cc52b85c3b879 Submitter: Zuul Branch:master commit 9e9743f5713948c9530aed603e7cc52b85c3b879 Author: Brian Rosmaita

[Yahoo-eng-team] [Bug 1712226] Re: can not find glance-api-paste.ini in a case

2017-11-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/496069 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=471fd8dd85b7db8799bb7913ac087bb1d554d66b Submitter: Zuul Branch:master commit 471fd8dd85b7db8799bb7913ac087bb1d554d66b Author: zhiguo.li Date: Tue