[Yahoo-eng-team] [Bug 1390207] [NEW] network admin state needs to be translatable

2014-11-06 Thread Doug Fish
Public bug reported: In several panels the network admin state is hardcoded to UP/DOWN. I know this was observed during code development and key points in the code are flagged. However, I could not find any existing bug to track this issue. ./openstack_dashboard/dashboards/admin/networks/ports/

[Yahoo-eng-team] [Bug 1390167] [NEW] BatchAction pluralization never counts the items

2014-11-06 Thread Doug Fish
Public bug reported: Looking more closely at BatchAction it seems that it never really counts the number of items are the passed in. Instead it will choose a translations based on either the number 1 (if no items are passed in), or the number 6 (because that's the number of letters in 'plural').

[Yahoo-eng-team] [Bug 1390125] [NEW] Federation tokens can't be handled if assignment backend is LDAP

2014-11-06 Thread Henry Nash
Public bug reported: The LDAP assignment backend is missing some of the methods used by auth to handle federation tokens, for instance, at least get_roles_for_groups(). ** Affects: keystone Importance: Undecided Status: New ** Description changed: - The LDAP assignment backend is

[Yahoo-eng-team] [Bug 1382681] Re: Support for cinder as glance default_store

2014-11-06 Thread Avishay Traeger
This is a Glance issue, I believe because that driver is incomplete. ** Project changed: cinder => glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1382681 Title: Support for cinder

[Yahoo-eng-team] [Bug 1390115] [NEW] Instance actions not deleted

2014-11-06 Thread Abel Lopez
Public bug reported: When deleting an instance, the corresponding row in the instance_actions table is not marked as deleted.. nova boot foo... nova delete foo go into mysql, select deleted from instance_actions deleted=0 This creates a foreign key constraint when using archive_deleted_row

[Yahoo-eng-team] [Bug 1382681] [NEW] Support for cinder as glance default_store

2014-11-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Cinder as glance default_store is not working as of now. Throws a 500 internal server error https://ask.openstack.org/en/question/7322/how-to-use-cinder-as-glance- default_store/ ** Affects: glance Importance: Undecided Status: New -- Sup

[Yahoo-eng-team] [Bug 1390111] [NEW] when downloading glance image to vmware datastore, it cost too much time

2014-11-06 Thread xhzhf
Public bug reported: When creating vm with VMware dirver, nova compute first download image from glance to datastore. It is very slowly. Because nova compute interactive with vCenter to put file, not ESX. We compare performance. Interactiving with ESX is faster at least six times. Fix: at first,

[Yahoo-eng-team] [Bug 1390104] [NEW] Including css files in Horizon

2014-11-06 Thread Jiri Tomasek
Public bug reported: All stylesheet files should be imported in horizon.scss using scss's @import. and only file referenced in _stylesheets.html should be horizon.css This allows all scss files to use variables defined in horizon.scss ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1390101] [NEW] scss variables overriding mechanism

2014-11-06 Thread Jiri Tomasek
Public bug reported: The horizon.scss now @imports _variables after importing bootstrap, which prevents us to override bootstrap variables there. (see how scss variables overriding work http://robots.thoughtbot.com/sass-default) The fix should move _variables import before bootstrap import in hor

[Yahoo-eng-team] [Bug 1390102] [NEW] Block device mapping not deleted

2014-11-06 Thread Abel Lopez
Public bug reported: Deleting an instance does not mark the block device mapping as deleted. For example, boot an instance ( type doesn't matter, I found this on an ephemeral instance) then delete the instance. In the database, you see that "deleted=1" for the instance, but for the correspondin

[Yahoo-eng-team] [Bug 1390100] [NEW] do not depend on protocol specific id's when creating a federation token

2014-11-06 Thread Steve Martinelli
Public bug reported: If token.provider.common we have a check before issuing a federation that checks if the method name used agrees with a hard coded protocol name. i.e.: if 'saml2' in method_names or 'oidc' in method_names this should be done in a more dynamic way, so if more auth metho

[Yahoo-eng-team] [Bug 1390089] [NEW] Error when filtering the Compute Host table

2014-11-06 Thread Justin Pomeroy
Public bug reported: Go to the table at Admin -> System -> Hypervisors -> Compute Host. Enter any value in the Filter field and press the filter button. A TemplateSyntaxError occurs. http://paste.openstack.org/show/130113/ ** Affects: horizon Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1390085] [NEW] if REMOTE_USER is returned from apache plugin, it shouldn't need to be mapped

2014-11-06 Thread Steve Martinelli
Public bug reported: With mod_auth_openidc (and many other apache plugins) the authN'ed user name is set in the REMOTE_USER field of the environment. The current code somewhat accounts for this, but the value is in the end, ignored. The user still needs to have a map that sets the user name. For

[Yahoo-eng-team] [Bug 1390078] [NEW] 'Internal Server Error' When using the wrong lb_method in lb-pool-update command

2014-11-06 Thread Itzik Brown
Public bug reported: When running the following command: # neutron lb-pool-update pool1 --lb_method dummy The result is: Internal Server Error (HTTP 500) (Request-ID: req-21a73d3c-dbe8-4782-8203-5e187112980c Expected result: Error Message about the wrong value used ** Affects: neutron I

[Yahoo-eng-team] [Bug 1390075] [NEW] live-migration miss instance_extra_specs related filters

2014-11-06 Thread Wei T
Public bug reported: If we enabled "AggregateInstanceExtraSpecsFilter" in scheduler or other filters related to the extra specs of flavor, and issue live-migration without giving a destination host, the scheduler will always bypass the filters. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1390070] [NEW] neutron-ovs-cleanup crashes with import error

2014-11-06 Thread c00clupea
Public bug reported: In the latest openstack version, installed from ubuntu repository:juno the openvswitch agent would not start. Hence the problematic part I found is the neutron-ova-cleanup Execution will raise this error Traceback (most recent call last): File "/usr/bin/neutron-ovs-cleanu

[Yahoo-eng-team] [Bug 1390072] [NEW] Nova HyperV does not rescan ISCSI target for new luns

2014-11-06 Thread Ajay Bajaj
Public bug reported: I have taken latest devstack code today and activated HyperV compute from msi downloaded from cloudbase. instance created successfully. Configure cinder using hp3pariscsi driver, volumes got created. Attach volume1 to instance1 runnning on hyperV, succeeded, i can see the di

[Yahoo-eng-team] [Bug 1389899] Re: nova delete shouldn't remove instance from DB if host is not up

2014-11-06 Thread melanie witt
I agree with Alex -- this sounds like a semantic change. Currently in nova, delete is always allowed to succeed i.e. we soft delete, even when the compute node is unavailable. Quota will be returned to the user and the ip address will be freed. The idea behind this is that for the user, it should b

[Yahoo-eng-team] [Bug 1372586] Re: dhcp-agent creates unexpected ports (ignores 'host' parameter) so HA is not working

2014-11-06 Thread Simon Effenberg
** Changed in: neutron Status: New => 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/1372586 Title: dhcp-agent creates unexpected ports (ignores 'host' parameter) so

[Yahoo-eng-team] [Bug 1389636] Re: "EHOSTUNREACH"/ ConnectionError(sockerr) occurs from time to time

2014-11-06 Thread Eugene Nikanorov
That looks like a networking issue, not client/server issue. ** Tags removed: ml2 ** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1390035] [NEW] Neutron-wide-spelling

2014-11-06 Thread David Mahony
Public bug reported: Round up of all spelling and grammar issues across Neutron ** Affects: neutron Importance: Undecided Assignee: David Mahony (david-mahony) Status: New ** Changed in: neutron Assignee: (unassigned) => David Mahony (david-mahony) -- You received this

[Yahoo-eng-team] [Bug 1390033] [NEW] Inconsistent info of availability zone (az) if the default az is replaced

2014-11-06 Thread Trung Trinh
Public bug reported: Affected version: stable/juno Description: On a single-node deployment of OpenStack (using DevStack), if the default availability zone of Nova is replaced by another one, then the API api.nova.server_list returns the list of VMs in which the info of availability zone is i

[Yahoo-eng-team] [Bug 1390031] [NEW] Inconsistancy in using "aggregate_instance_extra_specs" prefix in glance/etc/metadefs/compute-host-capabilities.json

2014-11-06 Thread Bartosz Fic
Public bug reported: In file glance/etc/metadefs/compute-host-capabilities.json there is a part of schema: "resource_type_associations": [ { "name": "OS::Nova::Flavor", "prefix": "capabilities:" }, { "name": "OS::Nova::Aggregate",

[Yahoo-eng-team] [Bug 1390025] [NEW] "glance member-delete" shows unclear message if member doesnot exists

2014-11-06 Thread Kanchan Gupta
Public bug reported: Steps to reproduce : 1. keystone tenant-list - To check tenant list 2. glance image-list - To check image list 3. Now try to delete a member which doesn't exists(give incorrect tenant-id) Usage : glance member-delete glance member-delete 39d8e797-667e-43f3-934c-b70c

[Yahoo-eng-team] [Bug 1373832] Re: The source group of security group does not work

2014-11-06 Thread Anne Gentle
The source for http://docs.openstack.org/developer/nova lives in the nova repo. ** No longer affects: openstack-manuals -- 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/137

[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2014-11-06 Thread Anne Gentle
** Changed in: openstack-manuals Status: New => Confirmed ** Also affects: openstack-api-site Importance: Undecided Status: New ** No longer affects: openstack-manuals ** Changed in: openstack-api-site Status: New => Confirmed ** Changed in: openstack-api-site Importa

[Yahoo-eng-team] [Bug 1389961] Re: Change of policy.json needs restart service

2014-11-06 Thread reachlin
Sth. is not right on my env. It seems OK on the devstack. ** Changed in: keystone Status: New => Invalid ** Information type changed from Public to Private -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://