[Yahoo-eng-team] [Bug 1364770] [NEW] Use simple file operation when running sync as a separate program for Nuage plugin's sync

2014-09-02 Thread Ronak Shah
Public bug reported: During the review of https://blueprints.launchpad.net/neutron/+spec/nuage-neutron-sync, point was brought up about using simple file operation instead of relying on oslo config when running sync as a separate program. This bug is to track those changes for nuage's sync fun

[Yahoo-eng-team] [Bug 1364758] [NEW] Metadata filtering logic too tightly coupled with other code

2014-09-02 Thread Rushi Agrawal
Public bug reported: The def _get_all_instance_metadata() at https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2885 contains the logic for filtering a list of instances. The problem is, it also contains nova-specific code, e.g. policy checking. This method is being used by describ

[Yahoo-eng-team] [Bug 1364757] [NEW] VMWare: with a nubmer of VMs in place, compute process take a long time to get start

2014-09-02 Thread zhu zhu
Public bug reported: When there are a number of VMs in VCenter(1200vm+) managed by nova, the nova compute service need to take more than 1.5 h to get start. Since the init host will try to sync all VMs power status from VCenter, with VM's nubmer increased, this will also cost a lot of time. T

[Yahoo-eng-team] [Bug 1364712] [NEW] Child processes not monitored by dhcp-agent

2014-09-02 Thread Han Zhou
Public bug reported: Currently child processes dnsmasq and neutron-ns-metadata-agent are not monitored by neutron-dhcp-agent. If any of them crash there is no indication and service will be broken for corresponding virtual networks. ** Affects: neutron Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1364696] [NEW] Big Switch: Request context is missing from backend requests

2014-09-02 Thread Kevin Benton
Public bug reported: The request context that comes into Neutron is not included in the request to the backend. This makes it difficult to correlate events in the debug logs on the backend such as what incoming Neutron request resulted in particular REST calls to the backend and if admin privilege

[Yahoo-eng-team] [Bug 1364692] [NEW] Error msg says "No valid host found for cold migrate" when resizing VM

2014-09-02 Thread Joe Cropper
Public bug reported: Because resize and cold migrate share common code, some of the migrate code shows through in the error handling code in that when a valid host can't be found when performing a resize operation, the user sees: "No valid host found for cold migrate" This can be confusing, espe

[Yahoo-eng-team] [Bug 1364685] [NEW] VMware: Broken pipe ERROR when boot VM

2014-09-02 Thread David Geng
Public bug reported: This error happens intermittently, but always can be reproduced after long run and have multiple vmware computer connect to the same vCenter in our test environment: 2014-09-02 09:34:53.489 9439 ERROR nova.virt.vmwareapi.io_util [-] [Errno 32] Broken pipe 2014-09-02 09:34:53

[Yahoo-eng-team] [Bug 1364656] [NEW] nova start always fails with ephemeral disk

2014-09-02 Thread Yukinori Sagara
Public bug reported: nova start command always fails for instance which has been attached an ephemeral disk. The following are the details. compute.log: 'No such file or directory: */disk.local' 2014-09-02 12:22:24.157 3360 TRACE oslo.messaging.rpc.dispatcher File "/usr/lib/python2.6/site-pa

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

2014-09-02 Thread Andrew Lazarev
Public bug reported: Steps to reproduce: 1. Use vanilla 1.2.1 plugin 2. Create node group template with namenode process only (name it 'nn') 3. Create node group template with datanode process only (name it 'dn') 4. Create cluster template, add both node group templates to it, click 'Create' Expe

[Yahoo-eng-team] [Bug 1364649] [NEW] Calendar widget does not display in front of modals

2014-09-02 Thread Justin Pomeroy
Public bug reported: When the calendar widget is used on a field that is displayed in a modal, the widget displays behind the modal so you can't see it. None of the fields that use a calendar widget is currently displayed on a modal so this has not been an issue. I encountered the problem when e

[Yahoo-eng-team] [Bug 1364644] [NEW] Cancel buttons in Create and Edit Custom Property dialogs missing border

2014-09-02 Thread Julie Gravel
Public bug reported: When selecting 'View Custom Properties' from a row in the Admin Images table, you'll get to the Customer Properties table. From the table, you'll see the 'Create Property' table action and the 'Edit' row action. These two actions lead to the dialogs whose Cancel button are mis

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

2014-09-02 Thread Andrew Lazarev
Public bug reported: Steps to reproduce: 1. Configure openstack to use neutron for networking 2. Create Sahara node group template with floating IP pool specified 3. Go to node group template details page Expected result: selected pool is displayed Observed result: no information about floating I

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

2014-09-02 Thread Gloria Gu
Public bug reported: Need a minor message clean-up for project->volume for retype and upload- to-image actions based on the clean up effort in https://review.openstack.org/#/c/104334/ This is the part of the follow-up per Lin hua Cheng's comment on https://review.openstack.org/#/c/112104/ ** Aff

[Yahoo-eng-team] [Bug 1364618] [NEW] KvsInheritanceTests does not use backend KVS

2014-09-02 Thread Samuel de Medeiros Queiroz
Public bug reported: The tests in KvsInheritanceTests [1] does not use the backend KVS as identity driver, as they were supposed to. To fix this, we need to add a config_overrides method, as at [2]. [1] https://github.com/openstack/keystone/blame/master/keystone/tests/test_backend_kvs.py#L257 [

[Yahoo-eng-team] [Bug 1364588] [NEW] Server in ERROR state after running "nova resize-revert" command.

2014-09-02 Thread Danny Choi
Public bug reported: OpenStack version: Icehouse root@all-in-one:~# dpkg -l | grep nova-common ii nova-common 10:2014.1-43-cisco1 all OpenStack Compute - common files Issue: server in ERROR state after running the "nova resize-revert" command.

[Yahoo-eng-team] [Bug 1323658] Re: Nova resize/restart results in guest ending up in inconsistent state

2014-09-02 Thread Joe Gordon
looks like this is happening in neutron-full the most ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1323658 Title:

[Yahoo-eng-team] [Bug 1364580] [NEW] [freebsd] path resolving fails

2014-09-02 Thread Harm Weites
Public bug reported: There currently is an error in the freebsd code, or just the inner workings of python on that platform, causing resolving issues while loading modules. Because of this there is only one DataSource explicitly (!) enabled in the config and thus tested/used. ** Affects: cloud-in

[Yahoo-eng-team] [Bug 1364570] [NEW] missing registry api tests for glance tasks

2014-09-02 Thread nikhil komawar
Public bug reported: Although, https://github.com/openstack/glance/blob/master/glance/db/registry/api.py#L262 has code for db/registry there are missing tests in https://github.com/openstack/glance/blob/master/glance/tests/functional/db/test_registry.py ** Affects: glance Importance: Undecid

[Yahoo-eng-team] [Bug 1364567] [NEW] The launch stack form does not honor stack parameter order

2014-09-02 Thread Miguel Grinberg
Public bug reported: Heat templates can specify the order in which UIs should render parameters in the "ParameterGroups" section. Here is an example template that uses this feature: heat_template_version: 2013-05-23 parameters:   password: type: string hidden: true   username: type: s

[Yahoo-eng-team] [Bug 1303865] Re: mandatory fields are not enforced in launch stack

2014-09-02 Thread Miguel Grinberg
With the heat fix in place Horizon reports template errors immediately and gives the user the chance to make a correction, so I don't think any action is required on the Horizon side. ** Changed in: horizon Status: Triaged => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1364526] [NEW] Extra Specs are not being deleted

2014-09-02 Thread Mohan Seri
Public bug reported: create Extra Specs for any Falvor at Admin > system > Falvors > View Extra Specs. Try deleting Extra Specs. Notice the success message but Extra Specs still exists. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification be

[Yahoo-eng-team] [Bug 1363813] Re: Error while running tox

2014-09-02 Thread Gary W. Smith
Since you are using run_tests.sh with the -N flag, you are responsible for ensuring that all requirements are present on your system, since it will not be using the virtual environment. The error indicates that you have not installed 'angular' on your system. ** Changed in: horizon Status:

[Yahoo-eng-team] [Bug 1364411] Re: Missing Mellanox VIF Driver for SR-IOV

2014-09-02 Thread Joe Gordon
We do not support out of tree code http://docs.openstack.org/developer/nova/devref/policies.html#out-of- tree-support ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Co

[Yahoo-eng-team] [Bug 1364521] [NEW] LDAP integration with Active Directory backend can throw: UnicodeDecodeError

2014-09-02 Thread Brent Roskos
Public bug reported: Basic AD integration with Keystone using the LDAP backend. Started getting the following trace: 2014-09-02 07:48:56.473 21448 DEBUG keystone.common.ldap.core [-] LDAP bind: dn=CN=role-admin,OU=openstack,OU=Groups,DC=LAB,DC=RMSONECLOUD,DC=NET simple_bind_s /usr/lib/python2.

[Yahoo-eng-team] [Bug 1364048] Re: Neutron setup script is broken

2014-09-02 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1351466 *** https://bugs.launchpad.net/bugs/1351466 ** This bug has been marked a duplicate of bug 1351466 can't copy '.../cisco_cfg_agent.ini': doesn't exist -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1364463] [NEW] Incorrect key in endpoint dictionary

2014-09-02 Thread Sergey Kraynev
Public bug reported: Keystone v3 has keyword 'region_id' in endpoint dictionary instead 'region'. It leads to bug in when you try to get endpoint with specific region. ** Affects: keystone Importance: Undecided Assignee: Sergey Kraynev (skraynev) Status: New ** Changed in: key

[Yahoo-eng-team] [Bug 1364411] [NEW] Missing Mellanox VIF Driver for SR-IOV

2014-09-02 Thread Itzik Brown
Public bug reported: After vif_driver config option had been deprecated there is a need to include vif driver for SR-IOV to enable VM to use SR-IOV to connect to Infiniband fabric. Until now there was an out of the tree vif driver. There is an effort to include SR-IOV networking in Juno but it

[Yahoo-eng-team] [Bug 1364392] [NEW] Missing constructor when raising NoNetworkAvailable

2014-09-02 Thread Eugene Nikanorov
Public bug reported: code in type_tunnel.py type_vlan.py incorrectly throws exception class instead of exception class instance ** Affects: neutron Importance: Low Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: low-hanging-fruit ** Tags added: low-hanging-fruit

[Yahoo-eng-team] [Bug 1283987] Re: Query Deadlock when creating >200 servers at once in sqlalchemy

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator => oslo.db -- 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/1283987 Title: Query Deadlock when creating >200 servers at once in sqlalche

[Yahoo-eng-team] [Bug 1361357] Re: metadata service performance regression ~100x

2014-09-02 Thread Scott Moser
** No longer affects: nova (Ubuntu) ** No longer affects: nova ** Also affects: neutron Importance: Undecided Status: New ** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** No longer affects: nova (Ubuntu Trusty) ** No longer affects: nova (Ubuntu Utopic

[Yahoo-eng-team] [Bug 1364358] [NEW] Remove SELECT FOR UPDATE usage

2014-09-02 Thread Cedric Brandily
Public bug reported: MySQL Galera does not support SELECT ... FOR UPDATE[1], since it has no concept of cross-node locking of records and results are non- deterministic. Moreover SELECT FOR UPDATE could be deadlock and slowness sources. Remove the use of SELECT FOR UPDATE in (neutron.db.firewal

[Yahoo-eng-team] [Bug 1268875] Re: Oslo migrate.py does not have functionality to compute path to `migrate_repo`s

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator => oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1268875 Title: Oslo migrate.py does not have functionality to compute path to `migrate_rep

[Yahoo-eng-team] [Bug 1350149] Re: mysqldb + eventlet = potential deadlocks

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator => oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1350149 Title: mysqldb + eventlet = potential deadlocks Status in OpenStack Neutron (virtual

[Yahoo-eng-team] [Bug 1361378] Re: "MySQL server has gone away" again

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator => oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1361378 Title: "MySQL server has gone away" again Status in OpenStack Identity (Keystone):

[Yahoo-eng-team] [Bug 1364334] [NEW] floating-ip-create should discover pool name instead of using conf file

2014-09-02 Thread Yair Fried
Public bug reported: Since "pool" is an optional argument for floating-ip-create, nova should try to auto-discover a single available pool instead of looking for an arbitrary name from conf file. The same way it searches for a single available network on VM creation (and fails if there are mult

[Yahoo-eng-team] [Bug 1364328] [NEW] Horizon Ceilometer throws 'ValueError' message, if the user specifies alphanumeric characters for generating the Usage report

2014-09-02 Thread Swaroop Jayanthi
Public bug reported: In 'Resource Usage Overview' summary specify the alphanumeric characters in 'Limit Project Count' field and click on Generate Report. 'ValueError' at metering throwing the error. ** Affects: horizon Importance: Undecided Assignee: Swaroop Jayanthi (sjayanthi)

[Yahoo-eng-team] [Bug 1364295] [NEW] Broken upload form in object storage container

2014-09-02 Thread Ambroise CHRISTEA
Public bug reported: This report follows https://bugs.launchpad.net/horizon/+bug/1319888 In the upload form: When the user choose a file to upload, its filename is copied into the filename input so the form is valid. However, the "Upload Object" button is still disabled. Second bug: If the user

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

2014-09-02 Thread Tatiana Ovchinnikova
Public bug reported: In Firefox only, some rows are still missing right and lower border: odd row, action column. Here this issue has been partially fixed: https://bugs.launchpad.net/horizon/+bug/1353695, however we should fix the bootstrap style in one more place to cover all Horizon tables. **

[Yahoo-eng-team] [Bug 1351466] Re: can't copy '.../cisco_cfg_agent.ini': doesn't exist

2014-09-02 Thread Derek Higgins
** Changed in: tripleo Status: In Progress => 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/1351466 Title: can't copy '.../cisco_cfg_agent.ini': doesn't exist Statu

[Yahoo-eng-team] [Bug 1364255] [NEW] Align Glance quota mechanisem with other services

2014-09-02 Thread Tzach Shefi
Public bug reported: Glance's quota mechanize should resemble Cinder and Nova's quota mechanisms which are better implemented. Glance quota is set on conf file (Cinder and Nova use database) user_storage_quota= .. "Set a system wide quota for every user". Wrong for a couple of reasons: Admins

[Yahoo-eng-team] [Bug 1364246] [NEW] Instance snapshot is "successfully created" but fails due to Glance quota

2014-09-02 Thread Tzach Shefi
Public bug reported: Description of problem: Horizon's instance snapshot notification process is flawed. Process completion should be reported at the end of the process, meaning snapshot is created plus uploaded successfully to Glance. Maybe this is what happens but due to Glance quota the snapsh

[Yahoo-eng-team] [Bug 1293953] Re: Add broadcast reply option to DnsMasq

2014-09-02 Thread Irena Berezovsky
** Changed in: neutron Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1293953 Title: Add broadcast reply option to DnsMasq Status in OpenStack N