[Yahoo-eng-team] [Bug 1353287] [NEW] unable to ping VM after floating ip re-association when using DVR

2014-08-05 Thread Armando Migliaccio
Public bug reported: Seen on master. To reproduce the issue follow these steps: - After the usual devstack setup (with dvr ON) - Boot a VM - give it a Floating IP - test ping/ssh success - disassociate Floating IP - test ping/ssh failure - associate Floating IP back to the VM - test ping/ssh suc

[Yahoo-eng-team] [Bug 1353282] [NEW] If i enter decimal values for volume size, it give a wrong tips with firefox when i trying to create or change a volume.But with chrome , the tips are rigth.

2014-08-05 Thread guomin.lizte
Public bug reported: If i enter decimal values for volume size,it give a wrong tips with firefox when i trying to create or change a volume.But with chrome ,the tips are rigth. ** Affects: horizon Importance: Undecided Status: New ** Description changed: - If i enter decimal vulue

[Yahoo-eng-team] [Bug 1327127] Re: neutron: infinite loop in port create (qpid/ML2 ovs) - Icehouse

2014-08-05 Thread justlinux2010
** Changed in: neutron 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/1327127 Title: neutron: infinite loop in port create (qpid/ML2 ovs) - Iceho

[Yahoo-eng-team] [Bug 1353271] [NEW] 404 Error when retrieving metadata using DVR routers

2014-08-05 Thread Armando Migliaccio
Public bug reported: This happens on master. Steps to reproduce: - usual devstack config will do - boot a VM - ssh to the VM - curl http://169.254.169.254 from the console - 404 Not Found error is reported I would expect the metadata server response to come across correctly. ** Affects: neutro

[Yahoo-eng-team] [Bug 1353270] [NEW] unexpectedly return exception value from __init__

2014-08-05 Thread Tianpeng Wang
Public bug reported: In ``Step`` class from horizon/workflows/base.py, there is a unexpected ``return`` (which returns a TypeError exception) from its __init__ method, which should be ``raise`` ** Affects: horizon Importance: Undecided Assignee: Tianpeng Wang (timonwong) Status

[Yahoo-eng-team] [Bug 1353266] [NEW] Router update creates router namespaces on nodes even though no VM is hosted for attached subnets

2014-08-05 Thread Preethi Dsilva
Public bug reported: 1.create 2 networks,subnet on each network 2.create a dvr and attch these subnets to dvr 3.now perform router update(say adding extra route ) 4.we see that dvr router namespace is created on all nodes with agent_mode=dvr_snat or agent_mode=dvr ** Affects: neutron Import

[Yahoo-eng-team] [Bug 1264932] Re: can't get IP when I working with ml2 + GRE

2014-08-05 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/1264932 Ti

[Yahoo-eng-team] [Bug 1353194] [NEW] error handling patterns are not consistent in volumes forms

2014-08-05 Thread Gloria Gu
Public bug reported: There are a couple of patterns of form's exception handling in volumes. Each of them behaves differently. for example: 1. in admin volumes create volume type except Exception: exceptions.handle(request,   _('Unable to create v

[Yahoo-eng-team] [Bug 1353188] [NEW] [Bootstrap] error message box is transparent when modal dialog box is not closed

2014-08-05 Thread Gloria Gu
Public bug reported: If the implementation of a form uses the following pattern to handle exception:  except Exception: exceptions.handle(request,   _('Unable to create volume type.')) return False When exception happens , the modal dia

[Yahoo-eng-team] [Bug 1353180] [NEW] neutron-db-manage current/history/branches/stamp/revision is broken

2014-08-05 Thread Ronak Shah
Public bug reported: In order to fix bug (https://bugs.launchpad.net/neutron/+bug/1288358) following commit was made https://review.openstack.org/#/c/81334. That has introduce a problem where neutron-db-manage does not work with some of the options. For example: root@openstack-ubuntu:/opt/stack/

[Yahoo-eng-team] [Bug 1352950] Re: os-interface create API docs are wrong

2014-08-05 Thread Christopher Yeoh
** No longer affects: nova -- 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/1352950 Title: os-interface create API docs are wrong Status in OpenStack API documentation si

[Yahoo-eng-team] [Bug 1353165] [NEW] Namespaces not removed when the last VM using a DVR is deleted

2014-08-05 Thread Stephen Ma
Public bug reported: With DVR, the qrouter- and snat- namespaces are deleted after the last VM using the router is deleted. But the namespaces remain on the node afterwards. How the problem is reproduced; 1. Create a network, subnet, and router: - neutron net-create mynet - neutron subnet

[Yahoo-eng-team] [Bug 1353158] [NEW] Attempting to create a router in a new nuage-net-partition still creates the router in the default nuage-net-partition

2014-08-05 Thread Prinika
Public bug reported: Steps to recreate: 1. Create a new nuage-net-partition 2. Create a router in this nuage-net-partition by providing the --net-partition option The new router is created in the default nuage-net-partition instead of the new nuage-net-partition ** Affects: neutron Import

[Yahoo-eng-team] [Bug 1353131] [NEW] Failed to commit reservations in gate

2014-08-05 Thread Jamie Lennox
Public bug reported: From: http://logs.openstack.org/31/105031/14/gate/gate-tempest-dsvm- full/c05b927/console.html 2014-08-05 02:54:01.131 | Log File Has Errors: n-cond 2014-08-05 02:54:01.132 | *** Not Whitelisted *** 2014-08-05 02:25:47.799 ERROR nova.quota [req-19feeaa2-e1d4-419b-a7bb-a19bb7

[Yahoo-eng-team] [Bug 1353122] [NEW] Instance resize down does not work in Icehouse

2014-08-05 Thread Charles Stephens
Public bug reported: In Icehouse I am able to create a new instance and then resize it up to a larger flavor. However, I am unable to resize it down to a smaller flavor (the flavor it started out with). A green status box pops up and says that it is scheduled, but it never resizes. There are no

[Yahoo-eng-team] [Bug 1353112] [NEW] template attribute missing a support for subnet and router in Nuage plugin

2014-08-05 Thread Ronak Shah
Public bug reported: One can instantiate subnet and router based on the template provided to inherit most if not all template properties. This is a very useful feature for all Nuage's current and future customers. extension is missed out and needs a fix. ** Affects: neutron Importance: Undec

[Yahoo-eng-team] [Bug 1353114] [NEW] Improper API error message when updating router

2014-08-05 Thread AJAY KALAMBUR
Public bug reported: Used the python-neutron API to update a router. Now based on my policy below in /etc/neutron/policy.json "create_router:external_gateway_info:enable_snat": "rule:admin_only", "update_router:external_gateway_info:enable_snat": "rule:admin_only", You expect that when u t

[Yahoo-eng-team] [Bug 1353111] [NEW] Deleting a tenant leaves the network orphoned

2014-08-05 Thread AJAY KALAMBUR
Public bug reported: Steps using Horizon 1. Create a new tenant/project 2. Now create networks in that tenant/project 3. Delete the tenant 4. There is no warning or any message regarding the fact that there are networks under this tenant Network is just an example everything located within that t

[Yahoo-eng-team] [Bug 1342235] Re: Launching an instance from image, insufficient flavors not filtered

2014-08-05 Thread Cindy Lu
I followed Julie's steps. 'Launch as Instance' from Image and 'Launch Instance' seem to work the same way in disabling/greying out the flavors that don't match image requirements. I will mark this as Invalid unless it comes up again. :) ** Attachment added: "Untitled.png" https://bugs.launch

[Yahoo-eng-team] [Bug 1353055] [NEW] Next button in Create Network does not work

2014-08-05 Thread Amogh
Public bug reported: 1. Login as admin user to Devstack 2. Go to Networking, click on Create Network 3. Specify the Network Name, click on Next. This will work 4. Specify the subnet and network address details click on Next, This doesn't work 5. However, click on "Subnet Details" tab directly, sp

[Yahoo-eng-team] [Bug 1271706] Re: [mos] Misleading warning about MySQL TRADITIONAL mode not being set

2014-08-05 Thread Jeff Peeler
Heat currently uses oslo.db, however this change was synced pre-oslo.db in cfcbc994d3e5f887ea008e3cc2260c517f53d269 (https://review.openstack.org/#/c/76539/). Setting to fix released as it's been available since juno-1. ** Changed in: heat Status: New => Incomplete ** Changed in: heat

[Yahoo-eng-team] [Bug 1349611] Re: [Bootstrap] Tenant dropdown menu in the topbar default text is small

2014-08-05 Thread Cindy Lu
** Changed in: horizon Status: In Progress => Invalid -- 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/1349611 Title: [Bootstrap] Tenant dropdown menu in the t

[Yahoo-eng-team] [Bug 1353029] [NEW] Trusted Filter does not work when Mt. Wilson returns non-ISO formatted dates.

2014-08-05 Thread Christopher MacGown
Public bug reported: The trusted filter assumes that the attestation server will return the `vtime` in ISO8601 format. This is not the case with Mt. Wilson, and there is no way to configure Mt. Wilson to do the Right Thing™. ** Affects: nova Importance: Undecided Assignee: Christopher M

[Yahoo-eng-team] [Bug 1347337] Re: intermittent failures in call to execute() with exception "ValueError: I/O operation on closed file"

2014-08-05 Thread Amrith
** No longer affects: cinder ** No longer affects: glance ** No longer affects: nova -- 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/1347337 Title: intermittent failure

[Yahoo-eng-team] [Bug 1350857] Re: Live-migration without shared storage results in a huge qcow2 file

2014-08-05 Thread Sebastien Badia
** Changed in: nova Status: New => Invalid -- 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/1350857 Title: Live-migration without shared storage results in a huge q

[Yahoo-eng-team] [Bug 1353006] [NEW] L3 agent's attributeError when creating DVR router

2014-08-05 Thread Armando Migliaccio
Public bug reported: This has been found on master: 1) create a DVR router: neutron router-creat test --distributed 2) set external gateway: neutron router-gateway-set test public 3) observe stacktrace: http://paste.openstack.org/show/90577/ in L3 Agent's log This does not seem to upset the L3 A

[Yahoo-eng-team] [Bug 1349595] Re: columns are misplaced after creating snapshot

2014-08-05 Thread Cindy Lu
Ok, thanks Mohan. ** 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). https://bugs.launchpad.net/bugs/1349595 Title: columns are misplaced after cr

[Yahoo-eng-team] [Bug 1352950] [NEW] os-interface create API docs are wrong

2014-08-05 Thread Matt Riedemann
Public bug reported: Was looking at bug 1338551 and the API docs for the attach_interface create method: http://docs.openstack.org/api/openstack-compute/2/content/POST_os- interface- v2_createAttachInterface__v2__tenant_id__servers__server_id__os- interface_ext-os-interface.html The API docs say

[Yahoo-eng-team] [Bug 1352932] [NEW] NVP plugin extension lswitch created with wrong transport zone binding

2014-08-05 Thread Han Zhou
Public bug reported: Nicira NVP plugin create extension lswitches when port number on a bridged (flat) network reaches upper limit (configured by max_lp_per_bridged_ls in nvp.ini). However, in Havana version, when extension lswitches are created for "flat" networks, it use wrong transport zone bi

[Yahoo-eng-team] [Bug 1352925] [NEW] NVP plugin extension lswitch lport cannot be updated or deleted

2014-08-05 Thread Han Zhou
Public bug reported: Nicira NVP plugin create extension lswitches when port number on a bridged (flat) network reaches upper limit (configured by max_lp_per_bridged_ls in nvp.ini). However, the ports created on extension lswitches cannot be updated or deleted. For example, if flat network net1 ha

[Yahoo-eng-team] [Bug 1257594] Re: Unshelving an instance uses original image not shelved image

2014-08-05 Thread sahid
** Changed in: tempest Assignee: sahid (sahid-ferdjaoui) => (unassigned) ** Changed in: tempest Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.laun

[Yahoo-eng-team] [Bug 1350766] Re: Race condition: compute intermittently corrupts base images on download from glance

2014-08-05 Thread Tristan Cacqueray
Thanks for the report, the OSSA task is set to incompete pending for additional security detail from nova-coresec. What is the likeliness to trigger this race in production ? ** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa Status: New => Incomplete -

[Yahoo-eng-team] [Bug 1352919] [NEW] horizon/workflows/base.py contains add_error() which conflicts with Django 1.7 definition

2014-08-05 Thread Thomas Goirand
Public bug reported: As per the subject, horizon/workflows/base.py contains a definition of add_error(). Unfortunately, this now a function name used by Django 1.7. This conflicts with it, and leads to unit test errors when running with Django 1.7 installed ** Affects: horizon Importance: Un

[Yahoo-eng-team] [Bug 1352907] [NEW] response of normal user update the "shared" property of network

2014-08-05 Thread KaiLin
Public bug reported: I used a normal user to create a network successfully,then I wanted to update the "shared" property of the network. It failed,and response 404 erorr,the message is :The resource could not be found.But I have created the network,it is so strange. I check the policy.json of n

[Yahoo-eng-team] [Bug 1352907] [NEW] response of normal user update the "shared" property of network

2014-08-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I used a normal user to create a network successfully,then I wanted to update the "shared" property of the network. It failed,and response 404 erorr,the message is :The resource could not be found.But I have created the network,it is so strange. I check

[Yahoo-eng-team] [Bug 1352893] [NEW] ipv6 cannot be disabled for ovs agent

2014-08-05 Thread Jakub Libosvar
Public bug reported: If ipv6 module is not loaded in kernel ip6tables command doesn't work and fails in openvswitch-agent when processing ports: 2014-08-05 15:20:57.089 3944 ERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] Error while processing VIF ports 2014-08-05 15:20:57.089 3

[Yahoo-eng-team] [Bug 1352870] [NEW] Reduce code duplication in test_linux_dhcp

2014-08-05 Thread Elena Ezhova
Public bug reported: A lot of code is duplicated in neutron.tests.unit.test_linux_dhcp.py, especially in test_output_opts_file_*() ** Affects: neutron Importance: Undecided Assignee: Elena Ezhova (eezhova) Status: New ** Changed in: neutron Assignee: (unassigned) => Elena

[Yahoo-eng-team] [Bug 1352857] [NEW] few VMs fail to get ip address in devstack

2014-08-05 Thread Sarada
Public bug reported: I am running Juno int code on multi node devstack environment. I am trying to boot 10 VMs in each different network. If so, few VMs, will fail to boot. If i delete & recreate a VM in the same network, it will fail to get the ip address. Here are the steps followed to hit thi

[Yahoo-eng-team] [Bug 1352826] [NEW] applying iptables rules takes too long when large scale deployment

2014-08-05 Thread Chen Ya Qin
Public bug reported: I found the time to finishing the applying iptables rules( in neutron/agent/linux/iptables_manager.py _apply_synchronized,_modify_rules) takes nearly more than half an hour( 36 minutes in my environment) when the number of active vms in cloud is more than 980. This will

[Yahoo-eng-team] [Bug 1352808] [NEW] when enable_snat is updated from false to true in a DVR vm fails to reach external network using snat

2014-08-05 Thread Preethi Dsilva
Public bug reported: 1.create network,subnet,dvr perform router interface add 2.boot a vm, 3.attach router gateway with disable-snat 4.now update router with enable-snat=true update happens however we see that a extra sg port is created in snat namespace for the interface added on router update w

[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 admin]

[Yahoo-eng-team] [Bug 1352801] [NEW] l2pop DVR regression

2014-08-05 Thread YAMAMOTO Takashi
Public bug reported: l2pop port_info used to be [mac, ip]. recently merged DVR changes made it [mac, device_owner, ip] and broke existing code which accesses ip as port_info[1]. as it's on-wire messages, it would be better to make it [mac, ip, device_owner] to maintain compatibility as far as poss

[Yahoo-eng-team] [Bug 1352797] [NEW] admin volume page needs styling

2014-08-05 Thread Liyingjun
Public bug reported: See exactly in attachment. ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status: In Progress ** Attachment added: "Screen Shot 2014-08-05 at 17.08.04.png" https://bugs.launchpad.net/bugs/1352797/+attachment/4170204/+files/Sc

[Yahoo-eng-team] [Bug 1352796] [NEW] admin volume page needs styling

2014-08-05 Thread Liyingjun
Public bug reported: See exactly in attachment. ** Affects: horizon 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/13

[Yahoo-eng-team] [Bug 1352798] [NEW] when a external network is attached to the router with disable-snat no snat namespace should be created

2014-08-05 Thread Preethi Dsilva
Public bug reported: 1.create a network,subnet,a dvr,attach subnet to dvr 2.boot a vm ,router namespace will be created 3.now set router gateway with disable-snat 4.snat namespace is created with sg ports snat namespace should not be created as we have disabled snat for this router. ** Affects

[Yahoo-eng-team] [Bug 1352786] [NEW] DVR:once the router gateway is set if we update router name , it fails with "Request Failed: internal server error while processing your request" error"

2014-08-05 Thread Preethi Dsilva
Public bug reported: 1.create a dvr with name say dvr1 2.add router gateway 3.now perform router update neutron router-update dvr1 --name dvr2 Actual Results: Request Failed: internal server error while processing your request" error is seen,trace related to L3RouterPlugin logs are seen Expected

[Yahoo-eng-team] [Bug 1352775] [NEW] Cannot Launch an instance if a project has multiple neutron networks

2014-08-05 Thread Akihiro Motoki
Public bug reported: Commit d6dfd3817be3fedeb0e2b196c32b52345ce52086 When I have two neutron networks, I cannot launch an instance. I can select a network but after I clicked "Launch" button, I got the form again. The tab name "Network" becomes Red (which mentions there is a error), but no erro

[Yahoo-eng-team] [Bug 1352764] [NEW] Cannot create a network from project network panel in Juno latest code

2014-08-05 Thread Akihiro Motoki
Public bug reported: When I tried to create a network from the project network panel, the form didn't proceed the network create operation. The first "network" tab worked as expected. Even After filling the second "subnet" tab, "Next" cannot be clicked and it seems no response. (It didn't move t

[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 "/usr/lib/python2.7/logging/__init__.

[Yahoo-eng-team] [Bug 1319943] Re: libvirt driver's to_xml method logs iscsi auth_password if debug

2014-08-05 Thread Alan Pevec
** Also affects: nova/icehouse 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/1319943 Title: libvirt driver's to_xml method l

[Yahoo-eng-team] [Bug 1330955] Re: Lock wait timeout exceeded while updating status for floatingips

2014-08-05 Thread Alan Pevec
** Also affects: neutron/icehouse Importance: Undecided Status: New ** Changed in: neutron/icehouse Status: New => In Progress ** Changed in: neutron/icehouse Importance: Undecided => Medium ** Changed in: neutron/icehouse Assignee: (unassigned) => Ihar Hrachyshka (ihar-

[Yahoo-eng-team] [Bug 1352732] [NEW] live migration fails:CPU feature `erms' specified more than once

2014-08-05 Thread marvel
Public bug reported: When I live migrate VMs from one node to another(both are the same species), nova service at the destination node throws exception below, my physical compute nodes are both ubuntu 14.04lts and openstack git stable/icehouse (I notice there are similar bug reports like https:/

[Yahoo-eng-team] [Bug 1352728] [NEW] The simultaneous launch of two or more VMs will fail

2014-08-05 Thread Rong Han
Public bug reported: Using dashboard launching VMs, the setting is that 'Instance Count : 2, Instance Boot Source : Boot from image'. After clicking the button of 'launch', the simultaneous launch of two VMs failed. the nova-api.log shows as follows. "/usr/lib/python2.7/site-packages/nova/comput