[Yahoo-eng-team] [Bug 1466730] [NEW] iscsi transport support broken due to use of incorrect oslo_config choices support

2015-06-18 Thread Anish Bhatt
Public bug reported: This changeset https://git.openstack.org/cgit/openstack/nova/commit/?id=ed9f1b8b43161c1bc637022aaf67fb5f7a21b0f6 forces iscsi_iface to be one out of ('be2iscsi', 'bnx2i', 'cxgb3i', 'cxgb4i', 'qla4xxx', 'ocs'), this is incorrect. This is confusing iscsi_transport, an open-iscs

[Yahoo-eng-team] [Bug 1315803] Re: VPNAAS :Internal server error is returned sometimes while performing rest/deletecall to ipsec site connection

2015-06-18 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/1315803 Ti

[Yahoo-eng-team] [Bug 1466713] [NEW] Disabling project dashboard would break application

2015-06-18 Thread Richard Jones
Public bug reported: Disabling the Project dashboard will prevent key Javascript files from being loaded that are required to fill out the hz.dashboard module dependencies. Those dependencies should be moved from the hz.dashboard module to the project enabled file so they are only dependencies wh

[Yahoo-eng-team] [Bug 1466704] [NEW] Frozen (external) DB tables not prevented from alteration

2015-06-18 Thread Henry Gessau
Public bug reported: Database models are being split out of neutron. The FW/LB/VPNaaS models have already been split. Once a model is split out of neutron, it may no longer be altered by any neutron alembic migration. We need to add a test case to the DB migration tests that checks that no exter

[Yahoo-eng-team] [Bug 1466696] [NEW] Cells: Race between instance 'unlock' and 'stop' can cause 'stop' to fail

2015-06-18 Thread melanie witt
Public bug reported: Observed in the tempest-dsvm-cells job during tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server The test locks an instance, attempts to stop it, makes sure that fails, unlocks it, attempts to stop it, and makes sure that succeeds.

[Yahoo-eng-team] [Bug 1437108] Re: change check_child_processes_interval default value

2015-06-18 Thread Terry Wilson
I believe this has been fixed by: https://review.openstack.org/#/c/165117/ ** 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/

[Yahoo-eng-team] [Bug 1466264] Re: router port is connected to the br-int and not the br-ex

2015-06-18 Thread Kevin Benton
To elaborate, when external_network_bridge is not set, router ports are treated just like normal ports. They use the normal integration bridge, get regular encapsulation, etc. ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a memb

[Yahoo-eng-team] [Bug 1466671] [NEW] remove deprecated use of setting in HORIZON_CONFIG

2015-06-18 Thread David Lyle
Public bug reported: In openstack_dashboard/test/settings.py we still use dashboards and default_dashboard settings even though this is deprecated. It serves no purpose and results in warning every time tests run. ** Affects: horizon Importance: Low Assignee: David Lyle (david-lyle)

[Yahoo-eng-team] [Bug 1466663] [NEW] radvd exits -1 intermittently in test_ha_router_process_ipv6_subnets_to_existing_port functional test

2015-06-18 Thread Terry Wilson
Public bug reported: An example of the failure: http://logs.openstack.org/91/189391/6/check /check-neutron-dsvm-functional/0ba6e51/console.html A logstash query: http://logstash.openstack.org/#eyJzZWFyY2giOiJDb21tYW5kIEFORCByYWR2ZC5jb25mIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiIxNzI4MDAi

[Yahoo-eng-team] [Bug 1466642] [NEW] Intermittent failure in AgentManagementTestJSON.test_list_agent

2015-06-18 Thread Salvatore Orlando
Public bug reported: This failure is fairly rare (6 occurrences in 48 hours): http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwibmV1dHJvbi50ZXN0cy5hcGkuYWRtaW4udGVzdF9hZ2VudF9tYW5hZ2VtZW50LkFnZW50TWFuYWdlbWVudFRlc3RKU09OLnRlc3RfbGlzdF9hZ2VudFwiIEFORCBtZXNzYWdlOlwiRkFJTEVEXCIgbWVzc2FnZTpcI

[Yahoo-eng-team] [Bug 1455233] Re: read_seeded broken

2015-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1091-0ubuntu3 --- cloud-init (0.7.7~bzr1091-0ubuntu3) vivid-proposed; urgency=medium * d/README.source, debian/cherry-pick-rev: improve packaging tool * fix read_seeded method needed for seeding cloud-init via kernel comm

[Yahoo-eng-team] [Bug 1466554] [NEW] Unexpected indentation crashes doc generation

2015-06-18 Thread Martin Roy
Public bug reported: Running the docs raises an error dued to an extra space at the begining of the line $ tox -e docs docs develop-inst-noop: /home/mroy/work/neutron docs runtests: PYTHONHASHSEED='3007956186' docs runtests: commands[0] | sphinx-build -W -b html doc/source doc/build/html Running

[Yahoo-eng-team] [Bug 1466547] [NEW] Hyper-V: Cannot add ICMPv6 security group rule

2015-06-18 Thread Claudiu Belu
Public bug reported: Security Group rules created with ethertype 'IPv6' and protocol 'icmp' cannot be added by the Hyper-V Security Groups Driver, as it cannot add rules with the protocol 'icmpv6'. This can be easily fixed by having the Hyper-V Security Groups Driver create rules with protocol '5

[Yahoo-eng-team] [Bug 1466543] [NEW] cinder tested function names not displaying in jasmine/ServicesTests report

2015-06-18 Thread Paulo Ewerton
Public bug reported: Names of the tested functions in the Jasmine spec file for cinder api are not displayed properly in the spec runner report accessible at url /jasmine/ServicesTests. This is duo to a typo when referencing the function name in the file cinder.service.spec.js, so an undefined va

[Yahoo-eng-team] [Bug 1466542] [NEW] Exception.message deprecation warning during tests

2015-06-18 Thread Martin Roy
Public bug reported: Running the tests using tox on a fresh clone of neutron reports deprecation warnings in this form : Captured stderr: neutron/api/v2/resource.py:182: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 translatable.messag

[Yahoo-eng-team] [Bug 1466516] [NEW] xenproject CI intermittently fails to boot an instance with "libvirtError: internal error: libxenlight failed to create new domain"

2015-06-18 Thread Matt Riedemann
Public bug reported: http://logs.openstack.xenproject.org/06/192406/2/check/dsvm-tempest- xen/216f7be/logs/screen-n-cpu.txt.gz 2015-06-18 01:30:32.511 ERROR nova.compute.manager [req-999af61f-7db0-4164-8528-7bd7917084d7 ServersTestJSON-1414905229 ServersTestJSON-1459353747] [instance: db65700a-

[Yahoo-eng-team] [Bug 1466515] [NEW] hyperv.vmutilsv2.destroy_vm fails with "HyperVException: Operation failed with return value: 32775" in hyper-v CI

2015-06-18 Thread Matt Riedemann
Public bug reported: http://64.119.130.115/192406/2/Hyper-V_logs/hv-compute1/nova- compute.log.gz 2015-06-18 02:12:02.546 3276 86374000 GreenThread-11 ERROR oslo_messaging.rpc.dispatcher [req-94c604a7-e023-4792-8f82-d4af076cda6e 2412437eb041483c8fde2d31507bb324 f088b7dc181a416a8edd2abc122c2c3d

[Yahoo-eng-team] [Bug 1459046] Re: nova-* services do not start if rsyslog is not yet started

2015-06-18 Thread Edward Hope-Morley
** Also affects: oslo.log 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/1459046 Title: nova-* services do not start if rsysl

[Yahoo-eng-team] [Bug 1459046] Re: nova-* services do not start if rsyslog is not yet started

2015-06-18 Thread Nobuto Murata
** Also affects: nova 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/1459046 Title: nova-* services do not start if rsyslog i

[Yahoo-eng-team] [Bug 1466485] [NEW] keystone fails with: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2015-06-18 Thread Ihar Hrachyshka
Public bug reported: Grenade jobs in master fail with the following scenario: - grenade.sh attempts to list glance images [1]; - glance fails because keystone httpd returns 500 [2]; - keystone fails because "ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option" [3] Sean

[Yahoo-eng-team] [Bug 1466476] [NEW] Change of the default value of user_identity in the log format

2015-06-18 Thread Daisuke Fujita
Public bug reported: A default value of user_identity in the log format is user_id and project_id[1]. For example: user_name:admin user_id:765fcde1b35349a4b3b06c227df90d18 project_name:admin project_id:0862ba8c3497455a8fdf40c49f0f264 the following logs are part of "neutron net-list" result.

[Yahoo-eng-team] [Bug 1466453] [NEW] [data processing] Proper error messages for invalid details pages

2015-06-18 Thread Tatiana Ovchinnikova
Public bug reported: Related bug: https://bugs.launchpad.net/horizon/+bug/1463838 Taking invalid IDs for details pages URLs causes stack traces instead of proper error messages and redirecting to a corresponding table. This should be fixed. ** Affects: horizon Importance: Undecided Ass

[Yahoo-eng-team] [Bug 1466451] [NEW] Nova should verify that devname in pci_passthrough_whitelist is not empty

2015-06-18 Thread Itzik Brown
Public bug reported: According to https://wiki.openstack.org/wiki/SR-IOV-Passthrough-For-Networking: "The devname can be a valid PCI device name. The only device names that are supported are those displayed by the Linux utility ifconfig -a and correspond to either a PF or a VF on a vNIC" Howeve

[Yahoo-eng-team] [Bug 1466444] [NEW] multipath device action incorrectly being parsed as the device name

2015-06-18 Thread Lee Yarwood
Public bug reported: multipath device action incorrectly being parsed as the device name. The first word on the first line of `multipath -l $path` is currently being used as the name of a given multipath device. https://github.com/openstack/nova/blob/master/nova/storage/linuxscsi.py#L118 This h

[Yahoo-eng-team] [Bug 1456206] Re: Instance is not assigned with an IP address (Version 4 or 6) when the network attached to it have two subnets - IPv4 and IPv6 (IPv6 can be stateful or stateless)

2015-06-18 Thread venkata anil
Bug reporter was using dnsmasq version 2.66, which has dnsmasq address resolving issues when the same mac is used for both IPv4 and IPv6 addresses. I was able to reproduce the issue he reported with dnsmasq 2.66. With dnsmasq 2.67 the issue is not seen and this is the openstack neutron recommended

[Yahoo-eng-team] [Bug 1466390] [NEW] server group can be shown and deleted by not owner tenant

2015-06-18 Thread Rui Chen
Public bug reported: 1. Exact version $ git log -1 commit 045ee0336bde6e6ac5b41efe6d3da08462b4ec7d Merge: 764c905 2a01a1b Author: Jenkins Date: Thu Jun 18 06:24:08 2015 + Merge "Remove hv_type translation shim for powervm" 2. log files: None 3. reproduce steps: stack@devstack:/opt

[Yahoo-eng-team] [Bug 1466387] [NEW] wrong error message when fixed_ip is not valid in nova boot

2015-06-18 Thread Jeffrey Zhang
Public bug reported: When using a invalid v4-fixed-ip, the error message is not respected. $ nova boot test --image cirros --flavor micro-1 --nic net-id=38e30067-20d7-44ae-97a2-0653ce53ac0a,v4-fixed-ip=1999.0.0.0 ERROR (BadRequest): Invalid fixed IP address (None) (HTTP 400) (Request-ID: req-3

[Yahoo-eng-team] [Bug 1464084] Re: Page not found (404) for Request URL: http:///identity/projects

2015-06-18 Thread Tatiana Ovchinnikova
'projects' is a default panel for 'Identity' so the request URL should be just http:///identity/ ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1466360] [NEW] check edit qos spec form has new value

2015-06-18 Thread Masco Kaliyamoorthy
Public bug reported: in edit qos spec, the form is submitting without checking for new value. it is unnecessary api call. to avoid this we have to submit the form only if there is a change in the value. ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco)