[Yahoo-eng-team] [Bug 1423453] [NEW] Delete ports when Launching VM fails when plugin is N1K

2015-02-18 Thread Shiv Prasad Rao
Public bug reported: When plugin is Cisco N1KV, ports gets created before launching VM instance. But upon failure of launching, the ports are not cleaned up in the except block. ** Affects: horizon Importance: Undecided Assignee: Shiv Prasad Rao (shivrao) Status: New ** Change

[Yahoo-eng-team] [Bug 967832] Re: Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-18 Thread Ian Cordasco
This also certainly affects Horizon ** Changed in: glance Status: Won't Fix => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/967832 Title: Resources owned by a project

[Yahoo-eng-team] [Bug 1423427] Re: os-baremetal-node ext relies on presence of specific ironic node properties

2015-02-18 Thread Matt Riedemann
The baremetal client in tempest is creating the node with the wrong data: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/services/baremetal/v1/json/baremetal_client.py#n134 ** Changed in: tempest Status: New => In Progress ** Changed in: tempest Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1423427] Re: os-baremetal-node ext relies on presence of specific ironic node properties

2015-02-18 Thread Matt Riedemann
These are the baremetal tests added to tempest on 2/16 when the failure started: https://github.com/openstack/tempest/commit/ac0879accd2a451c54ed935297a6f8e0a8aaf25a And looking at the tempest api schema checks and the nova code, they match what's in the ironic API: http://docs.openstack.org/dev

[Yahoo-eng-team] [Bug 1423427] [NEW] os-baremetal-node ext relies on presence of specific ironic node properties

2015-02-18 Thread Adam Gandelman
Public bug reported: A new test has been added to tempest to stress the os-baremetal-nodes API extension. The test periodically fails in the gate with traceback in n-api log: [req-01dcd35b-55f4-4688-ba18-7fe0c6defd52 BaremetalNodesAdminTestJSON-1864409967 BaremetalNodesAdminTestJSON-1481542636]

[Yahoo-eng-team] [Bug 1423425] [NEW] Running unit tests against latest cinderclient and cinder will have a bunch of tests failed

2015-02-18 Thread Gloria Gu
Public bug reported: Use latest horizon with latest cinder/cindercliednt I am using devstack...the followings are what I did download cinder and python-cinderclient to /opt/stack cd horizon/.venv/bin source activate cd /opt/stack/python-cinderclient pip install . then go back to horizon to ru

[Yahoo-eng-team] [Bug 1423422] [NEW] FloatingIP Agent Gateway Port is created for Non-DVR Routers

2015-02-18 Thread Swaminathan Vasudevan
Public bug reported: FloatingIP Agent Gateway Port is only required for the DVR Routers. A recent patch to remove the RPC dependency to create the FloatingIP Agent Gateway Port has introduced a bug that creates FloatingIP Agent Gateway Port for non DVR routers. Change-Id: Ieaa79c8bf2b1e03bc352f

[Yahoo-eng-team] [Bug 1423412] [NEW] Cannot boot instances from volumes in iSCSI multiple paths case

2015-02-18 Thread Seiji Aguchi
Public bug reported: * Precondition: - Nova: Add "iscsi_use_multipath = True" in [libvirt] section of nova.conf. - Cinder: use iSCSI storage backend that supports multi-path. Nova-compute nodes and iSCSI ports of the storage array are connected to 2 LAN segments for mutli-pathing. - One of the

[Yahoo-eng-team] [Bug 1423389] [NEW] adopt namespace-less oslo imports: leftovers

2015-02-18 Thread Ronak Shah
Public bug reported: As of today I see: root@openstack-ubuntu:/opt/stack/neutron# egrep -r "from oslo\." * bin/neutron-rootwrap-xen-dom0:from oslo.rootwrap import wrapper neutron/openstack/common/cache/_backends/memory.py:from oslo.utils import timeutils neutron/openstack/common/cache/cache.p

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

2015-02-18 Thread Kevin Carter
** No longer affects: openstack-ansible ** No longer affects: openstack-ansible/trunk ** No longer affects: openstack-ansible/juno ** No longer affects: openstack-ansible/icehouse -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1423335] [NEW] A Port can't be created for a Network with no name

2015-02-18 Thread Rob Cresswell
Public bug reported: Name is not a required field for a Network, but it *is* a required field for a Port. To reproduce: Under Admin dashboard: 1) Create a Network without a name 2) Click the Network's name field in the Networks table to view its details page 3) Create a Port, the Network Name i

[Yahoo-eng-team] [Bug 1371118] Re: Image file stays in store if image has been deleted during upload

2015-02-18 Thread Ian Cordasco
** Also affects: glance/juno Importance: Undecided Status: New ** Also affects: glance/icehouse Importance: Undecided Status: New ** Changed in: glance/juno Status: New => In Progress ** Changed in: glance/juno Assignee: (unassigned) => Abhishek Kekane (abhishek-k

[Yahoo-eng-team] [Bug 1423308] [NEW] Cisco Nexus1000V to support using 'vemctl' for binding ports

2015-02-18 Thread Sourabh Patwardhan
Public bug reported: Cisco Nexus1000V supports binding ports using 'vemctl' script. However, support for this script was missing in nova and neutron. This proposed fix is to change Nova to properly set up port bindings via 'n1kv' vif driver during port creation. Lack of this may cause issues wi

[Yahoo-eng-team] [Bug 1423305] [NEW] failure to change port on Neutron after failure to launch instance on compute host

2015-02-18 Thread Kevin Benton
Public bug reported: When running a Juno deployment, we encountered an issue where virtualization was not enabled in the BIOS of one of the compute nodes. Any virtual machines that were launched on that node failed and were correctly launched on another compute node by Nova. However, Nova never u

[Yahoo-eng-team] [Bug 1423295] Re: Extend interfaces driver to support N1kV interface type

2015-02-18 Thread Steven Hillman
** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1423295 Title: Extend interfaces driver to support N1kV interface type Status in OpenStack Neutron (virtual net

[Yahoo-eng-team] [Bug 1423301] [NEW] AttributeError if create user with no email

2015-02-18 Thread Cindy Lu
Public bug reported: Create User without filling in email address. When the table is rendered, you will get an error for those newly created users. Please see image. If you look examine what Keystone returns, there is no email field. Whereas the default Users without email still default to 'nu

[Yahoo-eng-team] [Bug 1423295] [NEW] Extend interfaces driver to support N1kV interface type

2015-02-18 Thread Steven Hillman
Public bug reported: Extend the interfaces driver to support the N1kV interface type which is currently unsupported. ** Affects: neutron Importance: Undecided Assignee: Steven Hillman (sthillma) Status: New ** Affects: nova Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1422476] Re: floating ip scheduled to wrong router

2015-02-18 Thread Jeremy Stanley
I've marked the security advisory task for this bug as "won't fix" since it doesn't sound like something we'd issue an advisory over (class D in our vulnerability taxonomy https://wiki.openstack.org/wiki/Vulnerability_Management#Incident_report_taxonomy ). If the context for this bug changes, we ca

[Yahoo-eng-team] [Bug 1423283] [NEW] versions resource uses host_url which may be incorrect

2015-02-18 Thread Brian Haley
Public bug reported: The versions resource constructs the links by using host_url, but the neutron api endpoint may be behind a proxy or ssl terminator. This means that host_url may be incorrect. It should have a config option to override host_url like the other services do when constructing versi

[Yahoo-eng-team] [Bug 1423228] Re: L3 agent for nova compute could not be found

2015-02-18 Thread Derek Higgins
** Also affects: neutron 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/1423228 Title: L3 agent for nova compute could not be found Status in

[Yahoo-eng-team] [Bug 1376169] Re: ODL MD can't reconnect to ODL after it restarts

2015-02-18 Thread Cédric OLLIVIER
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Cédric OLLIVIER (m.col) ** Tags added: juno-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1423250] [NEW] Terminating neutron-server leads to waitall() inside a GreenPool's greenthread

2015-02-18 Thread Elena Ezhova
Public bug reported: Sending a termination signal (e.g. SIGHUP or SIGTERM) to neutron server with more that one api/rpc worker leads to the following traceback: 2015-02-18 16:05:18.411 CRITICAL neutron [-] AssertionError: Calling waitall() from within one of the GreenPool's greenthreads will neve

[Yahoo-eng-team] [Bug 1423244] [NEW] VPN - Peer ID gets additional "@" every reload of vpn service

2015-02-18 Thread Tobias
Public bug reported: Hi all, 1. Add IPSec site to site connection with peer: "tobi.dyndns.org" and peer-id: "@tobi.dyndns.org". 2. Establish IPSec connection 3. Add/Update/Delete other IPSec connection 4. As result of 3. the vpn process on network node gets restarted. 5. After restart an addit

[Yahoo-eng-team] [Bug 1423237] [NEW] check-tempest-dsvm-cells fails with: "AttributeError: 'dict' object has no attribute 'host' in hypervisor.py"

2015-02-18 Thread Davanum Srinivas (DIMS)
Public bug reported: Please see http://logs.openstack.org/76/156076/8/check/check-tempest-dsvm-cells/a23e95f/logs/screen-n-api.txt.gz?level=TRACE Tracked it down to this change If3f9e73eedd71b779fc6984c53eec0023e39549d 2015-02-18 03:35:01.182 18985 TRACE nova.api.openstack Traceback (most recent

[Yahoo-eng-team] [Bug 1423213] [NEW] ipsec site connection should be set to ERROR state if the peer address is fqdn and cannot be resolved

2015-02-18 Thread Numan Siddique
Public bug reported: When creating ipsec site connection, if the peer address provided is a fqdn and is not resolved, then the status of the ipsec site connection will be in PENDING_CREATE. It should be set to ERROR state. This bug is follow up of the bug https://bugs.launchpad.net/neutron/+bug/1

[Yahoo-eng-team] [Bug 1371115] [NEW] fix full synchronization between neutron and ODL

2015-02-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: ODL MD doesn't treat the pending operation in sync_full(). It induces a desynchronization in case of an update and a delete operation triggering the full sync. To reproduce this desynchronisation: - create a network - restart neutron - delete or upd

[Yahoo-eng-team] [Bug 1423168] [NEW] no error when adding an already-associated security group to a running instance

2015-02-18 Thread Eran Kuris
Public bug reported: I don't get any error message when I try to associate VM to security group when it already assigned to this security group . version : [root@puma15 ~(keystone_admin)]# rpm -qa | grep neu python-neutron-2014.2.2-2.el7ost.noarch openstack-neutron-openvswitch-2014.2.2-2.el7ost

[Yahoo-eng-team] [Bug 1421835] Re: Timeout reached while waiting for callback for node

2015-02-18 Thread Derek Higgins
** Also affects: neutron 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/1421835 Title: Timeout reached while waiting for callback for node St

[Yahoo-eng-team] [Bug 1423092] [NEW] status value not translatable in firewall table

2015-02-18 Thread Masco Kaliyamoorthy
Public bug reported: value of the status column is not translatable in firewall table ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco) Status: New ** Changed in: horizon Assignee: (unassigned) => Masco Kaliyamoorthy (masco) -- You received

[Yahoo-eng-team] [Bug 1416000] Re: VMware: write error lost while transferring volume

2015-02-18 Thread Vipin Balachandran
** No longer affects: cinder -- 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/1416000 Title: VMware: write error lost while transferring volume Status in OpenStack Comput

[Yahoo-eng-team] [Bug 1420700] Re: Neutron is accepting same cidr for different subnet creations

2015-02-18 Thread Ann Kamyshnikova
Why is this a bug? Please, give more information ** Changed in: neutron Status: New => Incomplete ** Changed in: neutron Status: Incomplete => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https:/

[Yahoo-eng-team] [Bug 1423073] [NEW] Neutron Router Not passing multile arguments when adding multiple interface to the router in a single command

2015-02-18 Thread Kannan Raman
Public bug reported: Neutron Router Not passing multiple arguments(multiple interface) at the same time Let me explain my set up One router with multiple interface set up My point is creating multiple interface adding (passing) into router at the same time The command is taking but result is

[Yahoo-eng-team] [Bug 1423075] [NEW] LBaaS|cannot assign 2 pools of service to same VIP

2015-02-18 Thread Eran Kuris
Public bug reported: Version : [root@puma15 ~(keystone_admin)]# rpm -qa | grep rhel libreport-rhel-2.1.11-10.el7.x86_64 [root@puma15 ~]# rpm -qa |grep neutron openstack-neutron-openvswitch-2014.2.1-6.el7ost.noarch python-neutronclient-2.3.9-1.el7ost.noarch openstack-neutron-2014.2.1-6.el7ost.noarc