[Yahoo-eng-team] [Bug 1291431] Re: New Neutron unauthorised exception

2014-10-03 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- 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 1377374] [NEW] test_launch_instance_exception_on_flavors fails

2014-10-03 Thread Thomas Goirand
Public bug reported: When building Horizon Juno RC1, I have the below Python stack dump. If you need more details on how to reproduce this in Debian Sid, please let me know, and I'll explain, though the package is currently in Debian Experimental, so just doing dpkg-buildpackage using it should be

[Yahoo-eng-team] [Bug 1377372] [NEW] Horizon tries to do selenium unit tests

2014-10-03 Thread Thomas Goirand
Public bug reported: Horizon tries (again) to run some Selenium unit tests at build time. Reminder: selenium is non-free, and therefore cannot be used on distributions. Please make the selenium import optional (with an except ImportError: to catch it). Below is the Python stack dump when building

[Yahoo-eng-team] [Bug 1377350] [NEW] BSN: inconsistency when backend missing during delete

2014-10-03 Thread Kevin Benton
Public bug reported: When objects are deleted in ML2 and there is a failure in a driver in post-commit. There is no retry mechanism to delete that object from with the driver at a later time.[1] This means that objects deleted while there is no connectivity to the backend controller will never be

[Yahoo-eng-team] [Bug 1377346] [NEW] ML2: Invalid unit test case

2014-10-03 Thread Manish Godara
Public bug reported: In test_create_network_multiprovider() , an invalid comparison is used ... tz = network['network'][mpnet.SEGMENTS] for tz in data['network'][mpnet.SEGMENTS]: <=== tz from previous statement is lost for field in [pnet.NETWORK_TYPE, pnet.PHYSICAL_NETWORK,

[Yahoo-eng-team] [Bug 1377302] Re: HEAD /auth/tokens returns 200 instead of 204

2014-10-03 Thread Dolph Mathews
This is actually a documentation bug, as we previously both mis- specified and mis-implemented the behavior for HEAD requests. Keystone's new behavior is correct, but unfortunately it looks like we did not update the documentation. ** Project changed: keystone => openstack-api-site ** Tags remove

[Yahoo-eng-team] [Bug 1337349] Re: Nova qemu hypervisor host smbios serial number is leaked to guest

2014-10-03 Thread Nathan Kinder
This issue has been published as OSSN-0028: https://wiki.openstack.org/wiki/OSSN/OSSN-0028 ** Changed in: ossn Status: In Progress => Fix Released -- 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 1376211] Re: Retry mechanism does not work on startup when used with MySQL

2014-10-03 Thread Doug Hellmann
** Changed in: oslo.db Milestone: None => next-kilo ** Also affects: oslo.db/juno Importance: Undecided Status: New ** Changed in: oslo.db/juno Importance: Undecided => High ** Changed in: oslo.db/juno Status: New => Confirmed ** Changed in: oslo.db/juno Assignee: (

[Yahoo-eng-team] [Bug 1377307] [NEW] Metadata host route added when DVR and isolated metadata enabled

2014-10-03 Thread Brian Haley
Public bug reported: When DVR is enabled and enable_isolated_metadata=True in dhcp_agent.ini, the agent should only inject a metadata host route when there is no gateway on the subnet. But it does it all the time: $ ip r default via 10.0.0.1 dev eth0 10.0.0.0/24 dev eth0 src 10.0.0.5 169.254.16

[Yahoo-eng-team] [Bug 1377308] [NEW] booting cloud image without initramfs broken

2014-10-03 Thread Scott Moser
Public bug reported: Booting without a initramfs was broken by the cloud-init change for bug 1377005 (http://pad.lv/1377005). This affects arm guests where a bootloader is not used that would load kernel and initramfs. There are 2 workarounds: a.) remove the offensive code sudo mount-image-cal

[Yahoo-eng-team] [Bug 1377304] [NEW] Deleting endpoint group project fails

2014-10-03 Thread David Stanek
Public bug reported: Deleting a endpoint group project fails because the router specifies a controller method that doesn't exist. Adding this test highlights the error: def test_removing_an_endpoint_group_project(self): # create endpoint group endpoint_group_id = self._create_

[Yahoo-eng-team] [Bug 1377302] [NEW] HEAD /auth/tokens returns 200 instead of 204

2014-10-03 Thread d...@avencall.com
Public bug reported: Given I have a valid token to validate When I make a HEAD query to http://:35357/v3/auth/tokens Then I receive a 200 HTTP code Expected: I receive a 204 HTTP code. For example: curl --header "X-Auth-Token: " --header "X-Subject-Token: " --request HEAD --head 'http://:35357

[Yahoo-eng-team] [Bug 1377280] [NEW] Adding gateway to flat externat network breaks HA routers

2014-10-03 Thread Phil Hopkins
Public bug reported: I am running Juno on Ubuntu 14.04. OpenStack is installed from source and updated to the latest this morning. I am trying to build HA routers using VXLAN tunnels. When I set up my external network as a VXXLAN network type everything works properly. If I delete the VXLAN based

[Yahoo-eng-team] [Bug 1323729] Re: Remove Open vSwitch and Linuxbridge plugins from the Neutron tree

2014-10-03 Thread James Page
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu) Assignee: (unassigned) => James Page (james-page) ** Changed in: neutron (Ubuntu) Status: New => In Progress ** Changed in: neutron (Ubuntu) Importance: Undecided => High

[Yahoo-eng-team] [Bug 1377241] [NEW] OperationalError: Lock wait timeout exceeded seen occasionally when we run a script to clean all networks, ports and routers. This is seen with DVR

2014-10-03 Thread Swaminathan Vasudevan
Public bug reported: We run a script to configure networks, VMs, Routers and assigin floatingIP to the VM. After it is created, then we run a script to clean all ports, networks, routers and gateway and FIP. The issue is seen when there is a back to back call to router-interface- delete and rou

[Yahoo-eng-team] [Bug 1368032] Re: Add missing metadata definitions for Aggregate filters added in Juno

2014-10-03 Thread Travis Tripp
** No longer affects: horizon ** Changed in: glance Importance: Wishlist => Undecided -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1368032 Title: Add missing metadata definitions fo

[Yahoo-eng-team] [Bug 1377203] [NEW] Allow to multiple mullitcast group for handling the BUM traffic in tenant networks with vxlan

2014-10-03 Thread Attila Fazekas
Public bug reported: Neutron at the moment have very limited capabilities for handling in tenant network multicast/unknown/broadcast traffic. Not just the ARP/DHCP traffic need to be considered, for example applications like inifinispan can and prefers to use multicast for communication. vxlan

[Yahoo-eng-team] [Bug 1368032] Re: Add missing metadata definitions for Aggregate filters added in Juno

2014-10-03 Thread Dolph Mathews
** Tags removed: glance ** Changed in: horizon Status: New => Invalid ** Changed in: glance Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/13680

[Yahoo-eng-team] [Bug 1376596] Re: Cannot start nova-network on juno-1

2014-10-03 Thread Sean Dague
This seems right, interface shouldn't have been 'lo' I don't think. ** 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/137659

[Yahoo-eng-team] [Bug 1331885] Re: Glance service doesn't support ipv6

2014-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 1:2014.2~rc1-0ubuntu1 --- glance (1:2014.2~rc1-0ubuntu1) utopic; urgency=medium * New upstream release candidate: - d/p/skip-tests.patch: Dropped, no longer required. - d/control: Add python-glance-store to dependencies. - d/con

[Yahoo-eng-team] [Bug 1377161] [NEW] If volume-attach API is failed, Block Device Mapping record will remain

2014-10-03 Thread Rikimaru Honjo
Public bug reported: I executed volume-attach API(nova V2 API) when RabbitMQ was down. As result of above API execution, volume-attach API was failed and volume's status is still available. But, block device mapping record remains on nova DB. This condition is inconsistency. And, remained block

[Yahoo-eng-team] [Bug 1377156] [NEW] fg- device is not deleted after the deletion of the last VM on the compute node

2014-10-03 Thread Stephen Ma
Public bug reported: The external gateway port in the fip- namespace on a compute node is not removed after the user deleted the last VM running on the node. How to reproduce the problem: 1. SETUP: * Use devstack to start up the controller node. In local.conf, Q_DVR_MODE=dvr_snat. *

[Yahoo-eng-team] [Bug 1377138] [NEW] Hard-rebooting suspending/resuming/pausing/unpausing VMs failed

2014-10-03 Thread Akira Yoshiyama
Public bug reported: Hard-rebooting Suspending, resuming, pausing and unpausing VMs will fail without exception.InstanceInvalidState exception but with UnexpectedTaskStateError(). @check_instance_state() of nova.compute.api.API.reboot() allows them, but instance.save(expected_task_state=[None, t

[Yahoo-eng-team] [Bug 1277104] Re: wrong order of assertEquals args

2014-10-03 Thread Sergey Reshetnyak
** Also affects: python-saharaclient Importance: Undecided Status: New ** Changed in: python-saharaclient Status: New => Confirmed ** No longer affects: python-saharaclient ** Also affects: python-saharaclient Importance: Undecided Status: New ** Changed in: python-sa

[Yahoo-eng-team] [Bug 1377101] [NEW] Obsolete deployment docs

2014-10-03 Thread Boris Bobrov
Public bug reported: Section "Preparing your deployment" of configuration.rst suggests configuration in [sql] section, which is not used any more. ** Affects: keystone Importance: Undecided Status: New ** Tags: documentation -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1377080] Re: Stale endpoint selection logic in keystone client

2014-10-03 Thread Alexander Makarov
** Changed in: keystone Assignee: (unassigned) => Alexander Makarov (amakarov) ** Project changed: keystone => python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/13

[Yahoo-eng-team] [Bug 1377080] [NEW] Stale endpoint selection logic in keystone client

2014-10-03 Thread Alexander Makarov
Public bug reported: In V3 endpoint groups from different regions are not grouped. It results in a problem in "url_for": it only stores for result endpoints of the last region of all with similar service type. ** Affects: keystone Importance: Undecided Assignee: Alexander Makarov (ama

[Yahoo-eng-team] [Bug 1377072] [NEW] Not existing pool can be passed to floating_ip_bulk

2014-10-03 Thread Haiwei Xu
Public bug reported: Default floating-ip-pool only contains 'public' $ nova floating-ip-pool-list ++ | name | ++ | public | ++ But when creating new floating-ip-bulk with '--pool' option which does not exist, the pool can be set successfully. $ nova floating-ip-bulk-cr

[Yahoo-eng-team] [Bug 1310135] Re: Stopping an instance via the Nova API when using the Nova Ironic driver incorrectly reports powerstate

2014-10-03 Thread Thierry Carrez
** Changed in: ironic 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/1310135 Title: Stopping an instance via the Nova API wh

[Yahoo-eng-team] [Bug 1342919] Re: instances rescheduled after building network info do not update the MAC

2014-10-03 Thread Thierry Carrez
** Changed in: ironic 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/1342919 Title: instances rescheduled after building net

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2014-10-03 Thread Thierry Carrez
** Changed in: ironic 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/1368661 Title: Unit tests sometimes fail because of sta

[Yahoo-eng-team] [Bug 1376751] Re: Policy rule "context_is_admin" is checked instead of "admin_api"

2014-10-03 Thread Sylvain Bauza
Agreed with Christopher, there is no Nova codepath that is wrongly interpreting the rules. Here, either it's an Oslo.policy issue or maybe something invalid. Closing it as invalid for Nova, feel free to affect Oslo if you consider it still valid. ** Changed in: nova Status: New => Invalid

[Yahoo-eng-team] [Bug 1377043] [NEW] problem with selenium unittest setup

2014-10-03 Thread Yves-Gwenael Bourhis
Public bug reported: There is a problem with selenium unittests environment set-up If you have a US english environment, "./run_tests.sh --only-selenium" works like a charm (but not --with-selenium, see other traceback below). But if your locales are not US english you need to run the selenium t

[Yahoo-eng-team] [Bug 1332238] Re: Volume Create: Volume limits shows django cruft

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1332238 Title: Volume Create: Volume limits shows

[Yahoo-eng-team] [Bug 1356679] Re: Neutron is checking stricter policies than an operator would expect

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1356679 Title: Neutron is checking stricter policies than an operator w

[Yahoo-eng-team] [Bug 1358472] Re: Add requests-mock to Neutron test-requirements.txt

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1358472 Title: Add requests-mock to Neutron test-requirements.txt Stat

[Yahoo-eng-team] [Bug 1358718] Re: duplicate ping packets from dhcp namespace when pinging across DVR subnet VMs

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1358718 Title: duplicate ping packets from dhcp namespace when pinging

[Yahoo-eng-team] [Bug 1363773] Re: neutron-ns-metadata-proxy cannot be killed when running in virtual environment

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1363773 Title:

[Yahoo-eng-team] [Bug 1362850] Re: Filter button on Host Aggregates does not work

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1362850 Title: Filter button on Host Aggregates d

[Yahoo-eng-team] [Bug 1360861] Re: Module string has no more attribute letters in python 3

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1360861 Title: Module string has no more attribut

[Yahoo-eng-team] [Bug 1362308] Re: Use dict_extend_functions mechanism to populate provider network attributes in Nuage Plugin

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1362308 Title: Use dict_extend_functions mechanism to populate provider

[Yahoo-eng-team] [Bug 1260435] Re: Edit N1K network profile

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1260435 Title: Edit N1K network profile Status i

[Yahoo-eng-team] [Bug 1168159] Re: Textual definition of "subnet" is not correct

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1168159 Title: Textual definition of "subnet" is not correct Status in

[Yahoo-eng-team] [Bug 1356639] Re: Create a DVR router with Gateway info does not create a SNAT namespace on the "dvr_snat" node

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1356639 Title:

[Yahoo-eng-team] [Bug 1360817] Re: Hyper-V agent fails on Hyper-V 2008 R2 due to missing "remove_all_security_rules" method

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1360817 Title: Hyper-V agent fails on Hyper-V 2008 R2 due to missing

[Yahoo-eng-team] [Bug 1358470] Re: VPNaaS modify Cisco REST client UTs to use requests-mock library

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1358470 Title: VPNaaS modify Cisco REST client UTs to use requests-mock

[Yahoo-eng-team] [Bug 1361386] Re: [Sahara] No description for Storage location on Node group template page

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1361386 Title: [Sahara] No description for Storag

[Yahoo-eng-team] [Bug 1360762] Re: Remove binding:profile modification from Mellanox ML2 driver

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1360762 Title: Remove binding:profile modification from Mellanox ML2 dr

[Yahoo-eng-team] [Bug 1359417] Re: Arista ML2 driver does not pass admin tenant name to EOS

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1359417 Title: Arista ML2 driver does not pass admin tenant name to EOS

[Yahoo-eng-team] [Bug 1357236] Re: Neutron creates oslo.messaging.Server object directly

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1357236 Title: Neutron creates oslo.messaging.Server object directly S

[Yahoo-eng-team] [Bug 1357105] Re: Big Switch: servermanager should retry on 503 instead of failing immediately

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1357105 Title: Big Switch: servermanager should retry on 503 instead of

[Yahoo-eng-team] [Bug 1360395] Re: FIP namespace should not track connections for DVR

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1360395 Title: FIP namespace should not track connections for DVR Stat

[Yahoo-eng-team] [Bug 1361315] Re: Navigation causes undefined error when clicked on twice

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1361315 Title: Navigation causes undefined error

[Yahoo-eng-team] [Bug 1358668] Re: Big Switch: keyerror on filtered get_ports call

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1358668 Title: Big Switch: keyerror on filtered get_ports call Status

[Yahoo-eng-team] [Bug 1362704] Re: Volume Type Extra Specs needs modal dialog

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1362704 Title: Volume Type Extra Specs needs moda

[Yahoo-eng-team] [Bug 1359326] Re: DVR routers should not be auto scheduled according to router_auto_schedule flag

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1359326 Title:

[Yahoo-eng-team] [Bug 1361666] Re: Calendar stays open after date selected

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1361666 Title: Calendar stays open after date sel

[Yahoo-eng-team] [Bug 1356121] Re: Lock wait timeout traces for DVR routers

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1356121 Title: Lock wait timeout traces for DVR routers Status in Open

[Yahoo-eng-team] [Bug 1357102] Re: Big Switch: Multiple read calls to consistency DB fails

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1357102 Title:

[Yahoo-eng-team] [Bug 1361573] Re: TAP_PREFIX_LEN constant is defined several times

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1361573 Title:

[Yahoo-eng-team] [Bug 1284506] Re: Tabbed volumes and volume types tables on Admin panel

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1284506 Title: Tabbed volumes and volume types ta

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1306559 Title: Fix python26 compatibility for RFCSysLogHandler Status

[Yahoo-eng-team] [Bug 1328911] Re: "Device size" field in "Launch Instance" workflow isn't prefilled with flavor's size

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1328911 Title: "Device size" field in "Launch Ins

[Yahoo-eng-team] [Bug 1353006] Re: AttributeError when setting external gw in DVR case

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1353006 Title: AttributeError when setting external gw in DVR case Sta

[Yahoo-eng-team] [Bug 1311789] Re: Filter does not work when table name has space

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1311789 Title: Filter does not work when table na

[Yahoo-eng-team] [Bug 1285922] Re: Add quota check to Extend Volume dialog

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1285922 Title: Add quota check to Extend Volume d

[Yahoo-eng-team] [Bug 1350387] Re: Remove the Cisco Nexus monolithic plugin from the code tree

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1350387 Title: Remove the Cisco Nexus monolithic plugin from the code t

[Yahoo-eng-team] [Bug 1319669] Re: In admin/instances page can't show floating ip that belong to other tenants

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1319669 Title: In admin/instances page can't show

[Yahoo-eng-team] [Bug 1295846] Re: test_ovs_lib should be moved to tests/unit/agent/linux

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1295846 Title: test_ovs_lib should be moved to tests/unit/agent/linux

[Yahoo-eng-team] [Bug 1298483] Re: Allow customization script to be uploaded

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1298483 Title: Allow customization script to be u

[Yahoo-eng-team] [Bug 1327310] Re: be able to hide/disable action menu item if not relevant

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1327310 Title: be able to hide/disable action men

[Yahoo-eng-team] [Bug 1325099] Re: Index.html is not correctly created when using startpanel command

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1325099 Title: Index.html is not correctly create

[Yahoo-eng-team] [Bug 1269136] Re: ML2 unit test coverage - rpc

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1269136 Title:

[Yahoo-eng-team] [Bug 1333103] Re: wrong_info_is_displayed_during_no_probe_neutron_debug_probe_clear

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1333103 Title: wrong_info_is_displayed_during_no_probe_neutron_debug_pr

[Yahoo-eng-team] [Bug 1323715] Re: network tests fail on policy check after upgrade from icehouse to master (juno)

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1323715 Title:

[Yahoo-eng-team] [Bug 1317238] Re: Duplicated get_policy_target() method across code

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1317238 Title: Duplicated get_policy_target() met

[Yahoo-eng-team] [Bug 1348404] Re: Object Name may not be auto populated

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1348404 Title: Object Name may not be auto popula

[Yahoo-eng-team] [Bug 1355373] Re: [data processing] Image registry lists images twice for admin

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1355373 Title: [data processing] Image registry l

[Yahoo-eng-team] [Bug 1324875] Re: neutron-server initiation is time-consuming with a large vxlan/gre range

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1324875 Title: neutron-server initiation is time-consuming with a large

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

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1352919 Title: horizon/workflows/base.py contains

[Yahoo-eng-team] [Bug 1347354] Re: User keystone policy to check if user password can be updated

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1347354 Title: User keystone policy to check if u

[Yahoo-eng-team] [Bug 1354285] Re: L3-agent using MetaInterfaceDriver failed

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1354285 Title: L3-agent using MetaInterfaceDriver failed Status in Ope

[Yahoo-eng-team] [Bug 1342293] Re: [data processing] Make the job executions page more useful

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1342293 Title: [data processing] Make the job exe

[Yahoo-eng-team] [Bug 1350469] Re: Floating ip association and deletion not working in certain scenarios for Nuage plugin

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1350469 Title:

[Yahoo-eng-team] [Bug 1355565] Re: config argument to config.setup_logging is unused

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1355565 Title: config argument to config.setup_logging is unused Statu

[Yahoo-eng-team] [Bug 1351522] Re: No check for ports in subnet on openstack before deleting it from Nuage VSD

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1351522 Title:

[Yahoo-eng-team] [Bug 1354195] Re: Migration fails on downgrade

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1354195 Title: Migration fails on downgrade Status in OpenStack Neutro

[Yahoo-eng-team] [Bug 1363809] Re: Fix the LinkAction class name for Domain/Projects panel

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1363809 Title: Fix the LinkAction class name for

[Yahoo-eng-team] [Bug 1353897] Re: Wrong position for `create port` and form action below ports table

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1353897 Title: Wrong position for `create port` a

[Yahoo-eng-team] [Bug 1364274] Re: [Bootstrap] Striping issue still takes place in Firefox

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1364274 Title: [Bootstrap] Striping issue still t

[Yahoo-eng-team] [Bug 1364623] Re: volume action description clean-up

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1364623 Title: volume action description clean-up

[Yahoo-eng-team] [Bug 1368673] Re: TypeError when accessing horizon_main_nav element

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1368673 Title: TypeError when accessing horizon_m

[Yahoo-eng-team] [Bug 1364643] Re: [Sahara] Node group template details doesn't show floating IP pool

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1364643 Title: [Sahara] Node group template detai

[Yahoo-eng-team] [Bug 1370869] Re: Cannot display project overview page due to "cannot convert float infinity to integer" error

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1370869 Title: Cannot display project overview pa

[Yahoo-eng-team] [Bug 1364839] Re: DVR namespaces not deleted on LBaaS VIP Port removal

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1364839 Title:

[Yahoo-eng-team] [Bug 1339968] Re: duplicate dhcp port when deleting original dhcp port and restart dhcp-agent

2014-10-03 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released ** Changed in: neutron Milestone: None => juno-rc1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1339968 Title:

[Yahoo-eng-team] [Bug 1364648] Re: [Sahara] Can't create cluster template with several node groups

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1364648 Title: [Sahara] Can't create cluster temp

[Yahoo-eng-team] [Bug 1324382] Re: Cannot edit a firewall rule with protocol 'ANY'

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1324382 Title: Cannot edit a firewall rule with p

[Yahoo-eng-team] [Bug 1364644] Re: Cancel buttons in several dialogs missing border

2014-10-03 Thread Thierry Carrez
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1364644 Title: Cancel buttons in several dialogs

[Yahoo-eng-team] [Bug 1364166] Re: Netaddr can't check IPv6 subnets for overlap

2014-10-03 Thread Thierry Carrez
** Changed in: neutron 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/1364166 Title: Netaddr can't check IPv6 subnets for overlap Status in

  1   2   3   >