[Yahoo-eng-team] [Bug 1436781] [NEW] KEMP Technologies V2 shim driver

2015-03-26 Thread Shane McGough
Public bug reported: Going the decoupled shim route for contributing the KEMP Technologies V2 driver, this is the bug report to track the review request. ** Affects: neutron Importance: Undecided Assignee: Shane McGough (smcgough) Status: New ** Tags: kemptech lbaas **

[Yahoo-eng-team] [Bug 1436750] [NEW] hypervisor_type='ironic' in image option breaks nova deploy

2015-03-26 Thread Vasyl Saienko
Public bug reported: python-fuelclient_sha: b223dcaf5fdad2f714cd245958fefe03995d6207 release: '6.1' release_versions: 2014.2-6.1: VERSION: api: '1.0' astute_sha: 4a117a1ca6bdcc34fe4d086959ace1a6d18eeca9 build_id: 2015-03-23_11-20-26 build_number: '217'

[Yahoo-eng-team] [Bug 1436811] [NEW] admin state column is missing in all load balancer tables

2015-03-26 Thread Masco Kaliyamoorthy
Public bug reported: admin state column is missing in all the load balancer tables (pools, members and monitors) ** Affects: horizon Importance: Undecided Assignee: Masco Kaliyamoorthy (masco) Status: New ** Changed in: horizon Assignee: (unassigned) = Masco

[Yahoo-eng-team] [Bug 1381768] Re: AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

2015-03-26 Thread James Page
Marking fix releases as we have both kilo and juno point release in Ubuntu now. ** Changed in: keystone (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1172906] Re: Nova-Compute-kvm fails in ubuntu server 13.04

2015-03-26 Thread James Page
13.04 is no longer supported; marking 'Won't Fix' ** Changed in: nova (Ubuntu) Status: Confirmed = Won't Fix -- 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/1172906

[Yahoo-eng-team] [Bug 1372311] Re: pre-populate gateway in create network dialog

2015-03-26 Thread Rob Cresswell
Patch hasn't been updated in 6 months, removed assignee and reset status. ** Changed in: horizon Assignee: John Davidge (john-davidge) = (unassigned) ** Changed in: horizon Status: In Progress = Opinion -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1397893] Re: Undeletable volume-backed instance

2015-03-26 Thread James Page
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Importance: Undecided = Critical ** Changed in: nova (Ubuntu) Importance: Critical = Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1380792] Re: requests to EC2 metadata's '/2009-04-04/meta-data/security-groups' failing

2015-03-26 Thread James Page
** Changed in: nova (Ubuntu) Status: Confirmed = Triaged ** Changed in: nova (Ubuntu) Status: Triaged = 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 1436823] [NEW] cpu pinning request was ignored

2015-03-26 Thread Alex Xu
Public bug reported: When boot instance with dedicated cpu_policy, the cpu_pinning field of InstanceNUMATopology is '{}'. But the function 'instance_topology_from_instance' just missed that fields when convert instance numa topology dict back to object:

[Yahoo-eng-team] [Bug 1437111] [NEW] os-migrateLive fault but rest api raise a incorrect conflict message

2015-03-26 Thread Eli Qiao
Public bug reported: when do a live migration which the instance is in a state like this taget@liyong:~/devstack$ nova list +--+---+++-+--+ | ID | Name | Status | Task

[Yahoo-eng-team] [Bug 1437116] Re: setup-neutron fails due to flat provider network validation

2015-03-26 Thread Dan Prince
Patch/Fix is here: https://review.openstack.org/168207 ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = Dan Prince (dan-prince) ** Changed in: neutron Status: New = In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1437124] [NEW] API test_update_agent_description modifies agent assumed unchanged by test_list_agent

2015-03-26 Thread Henry Gessau
Public bug reported: API test_update_agent_description modifies the description of the agent identified by self.agent['id']. If that test case is run before test_list_agent, then the latter will fail because it compares with the original description: 2015-03-18 14:47:53.271 | 2015-03-18

[Yahoo-eng-team] [Bug 1362766] Re: ConnectionFailed: Connection to neutron failed: 'HTTPSConnectionPool' object has no attribute 'insecure'

2015-03-26 Thread Sam Morrison
I'm getting this in nova-api too, we don't use neutron. I get it when I do a nova list or nova show. Restarting nova-api fixed it for a while but then it comes back again. == /var/log/nova/nova-api.log == 2015-03-27 13:56:06.649 10962 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP

[Yahoo-eng-team] [Bug 1437126] [NEW] conductor workers count doesn't respect config

2015-03-26 Thread Sam Morrison
Public bug reported: If I have [conductor] workers = 0 I get 1 conductor process Increasing the value I get the following workers = 1 = 1 process workers = 2 = 3 processes workers = 3 = 4 processes Looks like if workers 1 processes = workers + 1 workers 2 = processes = 1 This is in Juno

[Yahoo-eng-team] [Bug 1437141] [NEW] nova floating-ip-delete should warn or refuse if an IP is still associated

2015-03-26 Thread Barry Price
Public bug reported: Running 'nova floating-ip-delete IP' will happily delete IP addresses that are associated with currently-running instances. It would be safer if the user were required to either disassociate them from the instance before being permitted to delete them, or to pass a --force

[Yahoo-eng-team] [Bug 1437140] [NEW] dhcp agent should reduce 'reload_allocations' times

2015-03-26 Thread shihanzhang
Public bug reported: Now dhcp agent receive message of 'port_update_end', 'port_create_end' and 'port_delete_end', it will call driver 'reload_allocations' method evrytime, I think it does not 'reload_allocations' evrytime, for example, bulk create two ports in one network, it just need reload

[Yahoo-eng-team] [Bug 1437154] [NEW] instance 's host was not updated after live-migration if source compute host crash

2015-03-26 Thread Eli Qiao
Public bug reported: I do a live-migration from host1 to host2 live-migration successfully to but the instance's host is not set back to host2 yet before host1's nova-compute service crash(ctrl+c to stop it) nova list show that the instance is still active(actually , it is done the migration

[Yahoo-eng-team] [Bug 1437131] [NEW] neutron get_subnet is slow

2015-03-26 Thread Kevin Benton
Public bug reported: get_subnet becomes slow with large numbers of ip availability ranges.[1] This plagues anything else that calls get_subnet or get_subnets, which is lots of stuff. 1. $ time neutron subnet-show 9f4d3afa-5e13-4031-a24e-923adf36efb1

[Yahoo-eng-team] [Bug 1424269] Re: No [database] section on nova.conf

2015-03-26 Thread Davanum Srinivas (DIMS)
** 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/1424269 Title: No [database] section on nova.conf Status in OpenStack Manuals: Incomplete

[Yahoo-eng-team] [Bug 1436931] [NEW] [Launch Instance Fix] Always show headers on source allocated

2015-03-26 Thread Tyr Johanson
Public bug reported: Mocks always have headers shown on the allocated table, even if no items selected. https://openstack.invisionapp.com/d/main#/projects/2472307 I rather prefer the headers NOT be shown...but we want all of the steps to be consistent one way or the other. ** Affects: horizon

[Yahoo-eng-team] [Bug 1436034] Re: connection reset by peer during glance image-create with vcenter backend

2015-03-26 Thread Miroslav Anashkin
** Project changed: glance = mos ** Changed in: mos Assignee: (unassigned) = MOS Linux (mos-linux) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1436034 Title: connection reset by

[Yahoo-eng-team] [Bug 1384309] Re: VMware: New permission required: Extension.Register

2015-03-26 Thread Davanum Srinivas (DIMS)
** Also affects: openstack-manuals 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/1384309 Title: VMware: New permission

[Yahoo-eng-team] [Bug 1384309] Re: VMware: New permission required: Extension.Register

2015-03-26 Thread Davanum Srinivas (DIMS)
https://review.openstack.org/168092 ** Changed in: nova Status: Confirmed = Won't Fix ** Changed in: nova Status: Won't Fix = Invalid -- 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 1436922] [NEW] Improve readability of l3_agent_scheduler module

2015-03-26 Thread Eugene Nikanorov
Public bug reported: Start protected method names with underscores to indicate how they're going to be used. This is convinient when understanding class relationships. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: In Progress --

[Yahoo-eng-team] [Bug 1437019] [NEW] keystone 2014.1.4 stable release introduces oslo.serialization dependency

2015-03-26 Thread Corey Bryant
Public bug reported: keystone 2014.1.4 introduces a new dependency to a stable release. Commit 9aec35a adds a dependency in requirements.txt on oslo.serialization. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1437032] [NEW] keystone policy.json breaks oslo.policy

2015-03-26 Thread Dan Prince
Public bug reported: With the latest keystone policy.json I'm seeing parse errors with oslo.policy: Mar 26 19:12:55 localhost.localdomain.localdomain keystone[3673]: 2015-03-26 19:12:55,513 ERROR Failed to understand rule DELETE

[Yahoo-eng-team] [Bug 1436986] [NEW] PciDeviceStats not compared properly

2015-03-26 Thread Attila Fazekas
Public bug reported: https://github.com/openstack/nova/blob/5b77c108f14f2bcd42fecfcd060331e57a2e07dd/nova/compute/resource_tracker.py#L554 is always true, since the nova.pci.stats.PciDeviceStats is different object even if it has an equivalent content. Please compare the resources properly and

[Yahoo-eng-team] [Bug 1362863] Re: reply queues fill up with unacked messages

2015-03-26 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = 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/1362863 Title: reply queues fill up with unacked messages Status

[Yahoo-eng-team] [Bug 1437085] [NEW] race between dhcp proc spawn and port update processing

2015-03-26 Thread Kevin Benton
Public bug reported: If a network is created and ports are immediately created on it very rapidly, we get traces like the following in the agent log: 2015-03-26 23:03:44.863 10395 ERROR neutron.agent.dhcp_agent [-] Unable to reload_allocations dhcp for 9def-ddb1-46c2-8476-f4b4529d44f3.

[Yahoo-eng-team] [Bug 1437086] [NEW] [LBaaS V2] http_method and Url_path needs to be validated

2015-03-26 Thread min wang
Public bug reported: The following are two test cases, one is to validate url_path, while the other is to validate http_method when try to create health monitor for LBaaS API V2 Testing , when unit test these 2 method, it throws exceptions, and I believe that we need to validate these two

[Yahoo-eng-team] [Bug 1437085] Re: race between dhcp proc spawn and port update processing

2015-03-26 Thread Kevin Benton
*** This bug is a duplicate of bug 1407618 *** https://bugs.launchpad.net/bugs/1407618 ** This bug has been marked a duplicate of bug 1407618 unable to reload allocations neutron-dhcp-agent -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1436709] Re: add message show for switch project

2015-03-26 Thread tinytmy
** Project changed: horizon = django-openstack-auth -- 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/1436709 Title: add message show for switch project Status in

[Yahoo-eng-team] [Bug 1436849] [NEW] Inconsistent delete API in case of soft-delete

2015-03-26 Thread Ankit Agrawal
Public bug reported: When instance.vm_state is SOFT_DELETED, if we send duplicate delete request there is an inconsistency in delete api. If delete api is called with instance name, it returns an error message while calling it with instance id returns success response and sends duplicate delete

[Yahoo-eng-team] [Bug 1262678] Re: Missing firewall_driver with ml2 breaks neutron securitygroups API

2015-03-26 Thread Mathieu Gagné
** Changed in: puppet-neutron Milestone: None = 4.0.0 ** Changed in: puppet-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/1262678

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

2015-03-26 Thread goocher
Public bug reported: check_child_processes_interval default is disable which cause following processes can't be respawn after it get killed: 1. dnsmasq 2. neutron-ns-metadata-proxy 3. radvd in l3 agent this is more like a wishlist than a bug ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1436693] [NEW] Unable to delete incomplete instance

2015-03-26 Thread Takenori Yoshimatsu
Public bug reported: When instance creation is finished incompletely by any reason, nova can't delete its instance. When an instance has no related record in instance_info_caches, nova delete bring error state. The case we found: 1) Create instance. $ nova boot --flavor 2 --image

[Yahoo-eng-team] [Bug 1436704] [NEW] service is included in V3 catalog even with no endpoints

2015-03-26 Thread Dave Chen
Public bug reported: This is actually the following up of the comment in this patch (https://review.openstack.org/#/c/144860/19/keystone/catalog/backends/sql.py). In current source, we just keep the service in the catalog with no endpoints, we should skip the services as Henry's comments. **

[Yahoo-eng-team] [Bug 1436709] [NEW] add message show for switch project

2015-03-26 Thread tinytmy
Public bug reported: When we switch the project admin to demo there is no message show althrough success, we can add message show. ** Affects: horizon Importance: Undecided Assignee: tinytmy (tangmeiyan77) Status: New ** Changed in: horizon Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1405069] Re: nova client list not working when pass sort parameter

2015-03-26 Thread Eli Qiao
patch in oslo.db get merged. https://review.openstack.org/#/c/143632/ ** No longer affects: nova ** No longer affects: python-novaclient -- 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 1250714] Re: PLUMgrid plugin needs to handle concurrent API calls with locks

2015-03-26 Thread Fawad Khaliq
marking it as invalid. this is not needed. locking was certainly one way and I have decided to have a better implementation as part of networking-plumgrid. coming soon! ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1436897] [NEW] Race in instance_create when checking for duplicate hostname

2015-03-26 Thread Alexey I. Froloff
Public bug reported: There's a race condition in instance_create, that allows creation several instances with duplicate hostname/display_name. Before storing instance record in database, there's a query for existing records with same hostname. with session.begin(): if 'hostname' in

[Yahoo-eng-team] [Bug 1436864] [NEW] [IPv6] [VPNaaS] Remove obsolete --defaultroutenexthop for ipsec addconn command

2015-03-26 Thread venkata anil
Public bug reported: To load the connection into pluto daemon, neutron is calling ipsec addconn command. When ipv6 address is passed for --defaultroutenexthop option, for this command, like below, 'ipsec', 'addconn', '--defaultroutenexthop', u'1001::f816:3eff:feb4:a2db' we are getting

[Yahoo-eng-team] [Bug 1436869] [NEW] update_available_resource peridic task freqency should be configureable

2015-03-26 Thread Attila Fazekas
Public bug reported: update_available_resource (nova/compute/manager.py) can be considered as expensive at scale, its frequency should be configurable. Please add a config option for the update_available_resource frequency. ** Affects: nova Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1436872] [NEW] OVN mechanism driver does not work

2015-03-26 Thread Gary Kotton
Public bug reported: 2015-03-26 07:36:09.617 ERROR neutron.plugins.ml2.managers [req-7e81f1ef-ef9d-4e65-9c75-873c40de95df demo be356f97e093403c9fc2ebed44823a98] Mechanism driver 'ovn' failed in create_network_postcommit 2015-03-26 07:36:09.617 TRACE neutron.plugins.ml2.managers Traceback (most

[Yahoo-eng-team] [Bug 1436862] [NEW] Neutron wrongly throws quota exceeded even though quota is not exceeded openstack-nova.noarch 2014.2.2-2.el7ost

2015-03-26 Thread Kiran
Public bug reported: 2015-03-12 00:15:34.055 20832 ERROR nova.network.security_group.neutron_driver [req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] Neutron Error creating security group rally_novasecgrp_hukloynopy 2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver

[Yahoo-eng-team] [Bug 1436903] [NEW] sahara integration tests failing blocking gate

2015-03-26 Thread David Lyle
Public bug reported: Sample output, seen in multiple jobs: 2015-03-26 06:35:08.895 | 2015-03-26 06:35:08.886 | Running Horizon integration tests... 2015-03-26 06:35:09.327 | 2015-03-26 06:35:09.318 | 2015-03-26 06:35:09.329 | 2015-03-26 06:35:09.320 | TestDashboardHelp 2015-03-26 06:35:29.765

[Yahoo-eng-team] [Bug 1436890] [NEW] [IPv6] [VPNaaS]Error when %defaultroute assigned to leftnexthop and rightnexthop for ipv6

2015-03-26 Thread venkata anil
Public bug reported: In template/openswan/ipsec.conf.template, both leftnexthop and rightnexthop connection parameters are assigned like below, leftnexthop=%defaultroute rightnexthop=%defaultroute With this settings, ipsec addconn command is failing for ipv6 addresses like below 2015-03-26

[Yahoo-eng-team] [Bug 1436895] [NEW] two socket related unit tests fail in mac os

2015-03-26 Thread Kun Huang
Public bug reported: There're 2 unit test always fail in mac os. The two is https://review.openstack.org/#/c/121525/6/nova/wsgi.py However, I can't understand its details but keep googling. And I found http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-

[Yahoo-eng-team] [Bug 1436877] [NEW] metadef JSON files need updating for the Kilo release

2015-03-26 Thread Wayne
Public bug reported: Since Juno, some new hardware properties have been added to Nova that should be included in the Kilo versions of the metadef JSON files. This bug, would add in new properties or objects found in Nova and update properties or objects if the definitions have changed. **

[Yahoo-eng-team] [Bug 1436872] Re: OVN mechanism driver does not work

2015-03-26 Thread Kyle Mestery
Addressed by https://review.openstack.org/168021 ** Also affects: networking-ovn Importance: Undecided Status: New ** No longer affects: neutron ** Changed in: networking-ovn Importance: Undecided = High ** Changed in: networking-ovn Assignee: (unassigned) = Gary Kotton

[Yahoo-eng-team] [Bug 1436910] [NEW] VPNaaS dpd value disabled is invalid

2015-03-26 Thread Sid
Public bug reported: In the VPNaaS functionality, when you set dpd action to disabled (other choice are hold, clear, restart, restart by peer), the value configured for Openswan is : # [dpd_action] dpdaction=disabled I'm running OpenSwan 2.6.37-1 and disabled is not a recognized value.