[Yahoo-eng-team] [Bug 1446911] [NEW] Improve naming of methods in l3_dvr_db

2015-04-21 Thread Eugene Nikanorov
Public bug reported: Currently many of l3dvrdb mixin method names are not started with underscore where they are really local to the l3dvr mixin class. Let's make code a little bit clearer for a reader and clean up the naming. ** Affects: neutron Importance: Wishlist Assignee: Eugene N

[Yahoo-eng-team] [Bug 1446886] [NEW] Move angular service api to dashboard

2015-04-21 Thread Thai Tran
Public bug reported: Currently, the angular service API resides in horizon. These files really belong in openstack_dashboard and should move there. ** Affects: horizon Importance: Medium Status: New -- You received this bug notification because you are a member of Yahoo! Engineeri

[Yahoo-eng-team] [Bug 1446834] [NEW] Project tree cycle checking logic is broken

2015-04-21 Thread David Stanek
Public bug reported: The keystone.resource.backends.sql.Resource.list_projects_in_subtree method tries to check for cycles in the project hierarchy [1]. It's doing it wrong. This was not caught because there are no tests for it because you can't actually create cycles through the API. There are t

[Yahoo-eng-team] [Bug 1446836] [NEW] incorrect SSL header used in example config

2015-04-21 Thread Eric Peterson
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L35 is wrong - it says 'HTTP_X_FORWARDED_PROTOCOL'. According to https://docs.djangoproject.com/en/1.7/ref/settings/#secure- proxy-ssl-header (and our observations / experienc

[Yahoo-eng-team] [Bug 1416496] Re: nova.conf - configuration options icehouse compat flag is not right

2015-04-21 Thread Bo Quan
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Status: New => In Progress ** Changed in: nova Assignee: (unassigned) => Bo Quan (bo-quan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscr

[Yahoo-eng-team] [Bug 1446807] [NEW] Enhance configure_for_func_testing.sh for other repo use

2015-04-21 Thread Paul Michali
Public bug reported: For the *aaS repos to run functional tests, the same setup is needed as is provided by configure_for_func_testing.sh in Neutron, with these differences: - The rootwrap sudoers need to point to the *aaS repo functional job's .tox area. - Some repos (e.g. VPN) have more than o

[Yahoo-eng-team] [Bug 1446804] [NEW] Puppet fails with puppet 4

2015-04-21 Thread Phil Fenstermacher
Public bug reported: cloud-init is incompatible with Puppet 4 (released April 15) Notable differences: Package name is puppet-agent (not puppet) Installed in /opt/puppetlabs/bin/ PUPPET_CONF_PATH = '/etc/puppetlabs/puppet/puppet.conf' PUPPET_SSL_CERT_DIR = '/etc/puppetlabs/puppet/ssl/certs/' PUP

[Yahoo-eng-team] [Bug 1446784] [NEW] VLAN Transparency and MTU advertisement coexistence problem

2015-04-21 Thread Richard Winters
Public bug reported: Recently added features VLAN Transparency and MTU advertisement can't be stacked together. When attempting to stack them together the following traceback shows in the log. Test Bed: - Kilo based - LinuxBridge with VxLAN - Mutli node - node1: controller/compute, node2: c

[Yahoo-eng-team] [Bug 1437992] Re: policy file in policy.d will be reloaded every rest api call

2015-04-21 Thread Doug Hellmann
** Changed in: oslo.policy 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/1437992 Title: policy file in policy.d will be rel

[Yahoo-eng-team] [Bug 1440538] Re: Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py

2015-04-21 Thread Doug Hellmann
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => 1.10.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/14405

[Yahoo-eng-team] [Bug 1446741] [NEW] global value for shutdown_timeout

2015-04-21 Thread Vitalii
Public bug reported: Ther's shutdown_timeout defined in nova.conf, which implies, that all virtuam machines in cloud should get in time to turn off, no matter what OS they have installed. Not logical from my point of view. You have `image_os_shutdown_timeout` property, which used instead of shut

[Yahoo-eng-team] [Bug 1446739] [NEW] Angular code should not reference global gettext

2015-04-21 Thread Matt Borland
Public bug reported: Currently Django provides a window-global function gettext() (among others) that is used for presenting translated text. This mechanism is still needed, but it currently is not presented as a service (/factory). This means that the Angular code expects gettext() to be on the

[Yahoo-eng-team] [Bug 1428062] Re: ML2 plugin Plugin does not support updating provider attributes

2015-04-21 Thread senthilmageswaran
@Itzik Brown==> kindly let us know for which network_type you tried to modify segmentation_id ** Changed in: neutron Status: New => Opinion ** Changed in: neutron Status: Opinion => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1446716] [NEW] Scheduler weighers do not output individual weights to debug log

2015-04-21 Thread Mark Silence
Public bug reported: In the nova scheduler (and nova-cells) the filters report debug level logging on what decisions each filter makes on the hosts(cells). The weighers, however, only give the combined weight after all have been applied. As an operator, I want to be able to see the weight each wei

[Yahoo-eng-team] [Bug 1443798] Re: Restrict netmask of CIDR to avoid DHCP resync

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo 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/1443798 Title: Restrict netmask of CIDR to avoid DHCP resync Sta

[Yahoo-eng-team] [Bug 1446708] [NEW] Several cancel urls broken in networking forms

2015-04-21 Thread Rob Cresswell
Public bug reported: Several of the cancel urls are broken in the networking sub-forms (ports, dhcp agents). Open them as a new page, rather than a modal, and you will see that the cancel button redirects incorrectly. ** Affects: horizon Importance: Undecided Assignee: Rob Cresswell (ro

[Yahoo-eng-team] [Bug 1429093] Re: nova allows to boot images with virtual size > root_gb specified in flavor

2015-04-21 Thread Jeremy Stanley
The stable/juno backport for this has stalled, and also the bug is missing a series task for that branch. Does this affect stable/icehouse as well, or was the problem first introduced in the juno release? ** Also affects: ossa Importance: Undecided Status: New ** Changed in: ossa

[Yahoo-eng-team] [Bug 1427474] Re: IPv6 SLAAC subnet create should update ports on net

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => Medium ** Changed in: neutron/kilo Status: New => In Progress -- You received this bug notificati

[Yahoo-eng-team] [Bug 1441382] Re: IPv6 SLAAC subnet Tempest tests fail due to IntegrityError

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => High ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Status: New => In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1446657] Re: Add Kilo release milestone

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => Medium ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron Milestone: kilo-rc2 => None -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1446657] [NEW] Add Kilo release milestone

2015-04-21 Thread Kyle Mestery
Public bug reported: We do this for each release. ** Affects: neutron Importance: Medium Assignee: Henry Gessau (gessau) Status: In Progress ** Affects: neutron/kilo Importance: Medium Status: New ** Changed in: neutron Status: New => In Progress ** Chan

[Yahoo-eng-team] [Bug 1442043] Re: Brocade Vyatta Firewall feature impacted by L3 agent refactor

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1442494] Re: test_add_list_remove_router_on_l3_agent race-y for dvr

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1442615] Re: don't ship ml2_conf_odl.ini

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => Medium ** Changed in: neutron/kilo Milestone: None => kilo-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1443798] Re: Restrict netmask of CIDR to avoid DHCP resync

2015-04-21 Thread Thierry Carrez
** No longer affects: neutron/kilo -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1443798 Title: Restrict netmask of CIDR to avoid DHCP resync Status in OpenStack Neutron (virtual netwo

[Yahoo-eng-team] [Bug 1438040] Re: fdb entries can't be removed when a VM is migrated

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1416933] Re: Race condition in Ha router updating port status

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1440183] Re: DBDeadlock on subnet allocation

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => Critical ** Changed in: neutron/kilo Milestone: None => kilo-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1439857] Re: live-migration failure leave the port to BUILD state

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => Medium ** Changed in: neutron/kilo Milestone: None => kilo-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1446642] [NEW] Updated Protocol named constants

2015-04-21 Thread Kyle Mestery
Public bug reported: The L3 protocol name constants should be removed from neutron/plugins/common/constants.py because for instance, there exists a constant already in neutron/common/constants.py for tcp - PROTO_NAME_TCP. ** Affects: neutron Importance: Low Assignee: Romil Gupta (romi

[Yahoo-eng-team] [Bug 1446642] Re: Updated Protocol named constants

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Status: New => Fix Committed ** Changed in: neutron/kilo Importance: Undecided => Low ** Changed in: neutron Milestone: kilo-rc2 => None ** Changed in: neutron/kilo Milestone:

[Yahoo-eng-team] [Bug 1444397] Re: single allowed address pair rule can exhaust entire ipset space

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Milestone: None => kilo-rc2 ** Changed in: neutron/kilo Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1444201] Re: change in ipset elements breaks agent

2015-04-21 Thread Thierry Carrez
** Also affects: neutron/kilo Importance: Undecided Status: New ** Changed in: neutron/kilo Importance: Undecided => Critical ** Changed in: neutron/kilo Milestone: None => kilo-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1446638] [NEW] api has issues when Sorting and pagination params used as filters

2015-04-21 Thread John Garbutt
Public bug reported: While retrieving servers, the sort and pagination query string parameters are treated as search options. These parameters are passed down to the DB layer and eventually filtered out when an AttributeError is caught because they do not exist on the Instance model. This is tak

[Yahoo-eng-team] [Bug 1446583] Re: services no long reliably stop in stable/kilo

2015-04-21 Thread Sean Dague
The left over processes in the failing run are as follows: 2015-04-21 03:15:40.613 | stack26996 0.1 0.9 149236 73800 ?Ss 03:01 0:01 /usr/bin/python /usr/local/bin/keystone-all --config-file /etc/keystone/keystone.conf 2015-04-21 03:15:40.613 | stack27055 0.4 1.0 261868 83

[Yahoo-eng-team] [Bug 1446376] Re: Not Authorized response from neutron causes nova to traceback with AttributeError

2015-04-21 Thread Alan Pevec
** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/icehouse Status: New => Fix Committed ** Changed in: nova Status: New => Invalid ** Changed in: nova/icehouse Importance: Undecided => Medium ** Changed in: nova/icehouse Assigne

[Yahoo-eng-team] [Bug 1445827] Re: unit test failures: Glance insist on ordereddict

2015-04-21 Thread Stuart McLaren
** Also affects: taskflow Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1445827 Title: unit test failures: Glance insist on ordereddict Statu

[Yahoo-eng-team] [Bug 1446547] [NEW] glance services failed during the deployment on orange box

2015-04-21 Thread Narinder Gupta
Public bug reported: While doing autopilot deployment on orange box glance api service failed which causes the not to upload the image into openstack. Restart of the glance api and registry service make it through. But need to root cause of the service failure and fix the issue. ** Affects: glan

[Yahoo-eng-team] [Bug 1330873] Re: Instance name set in horizon is not set in VMware vCenter

2015-04-21 Thread OpenStack Infra
** Changed in: nova Status: Opinion => In Progress -- 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/1330873 Title: Instance name set in horizon is not set in VMware

[Yahoo-eng-team] [Bug 1444630] Re: nova-compute should stop handling virt lifecycle events when it's shutting down

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 ** Changed in: nova/kilo Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1429093] Re: nova allows to boot images with virtual size > root_gb specified in flavor

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 ** Changed in: nova/kilo Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1441169] Re: can't schedule vm with numa topology and pci device

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1438238] Re: Several concurent scheduling requests for CPU pinning may fail due to racy host_state handling

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1445040] Re: InstancePCIRequests.obj_from_db fails to get requests from db

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1444021] Re: HostState.consume_from_instance fails when instance has numa topology

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1442602] Re: live migration fails during destination host check

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1444728] Re: KeyError: 'uuid' trace in n-cpu logs when logging with instance=instance kwarg

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1443375] Re: Version API doesn't return microversion info

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1444300] Re: nova-compute service doesn't restart if resize operation fails

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1442656] Re: live migration fails, because incorrect arguments order passed to method

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1440968] Re: AttributeError: 'module' object has no attribute 'DatastorePath'

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 984996] Re: Instance directory does not exist: Unable to pre-create chardev file console.log

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1444439] Re: Resource tracker: unable to start nova compute

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1433609] Re: Not adding a image block device mapping causes some valid boot requests to fail

2015-04-21 Thread Thierry Carrez
** Also affects: nova/kilo Importance: Undecided Status: New ** Changed in: nova/kilo Milestone: None => kilo-rc2 -- 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/b

[Yahoo-eng-team] [Bug 1445487] Re: Attempting to deactivate a queued image returns a 403

2015-04-21 Thread Kamil Rykowski
Ankit is totally right that 403 is a valid response here. The rfc2616 defines 403 as "The server understood the request, but is refusing to fulfill it" which is exactly what is happening in this scenario. The API docs haven't been updated yet [1], as image deactivation is fresh feature. There is a

[Yahoo-eng-team] [Bug 1446506] [NEW] functional tests does not report import errors

2015-04-21 Thread YAMAMOTO Takashi
Public bug reported: import errors like [1] should be reported as a job failure instead of silently ignored. [1] https://bugs.launchpad.net/neutron/+bug/1446456 ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of