[Yahoo-eng-team] [Bug 1496045] Re: Horizon cannot display >1.5K users from LDAP

2015-11-24 Thread David Lyle
There is no reason to list all 1K users. Any place where the user is choosing from a large number of users, there should be a filter box to perform server side API filtering to reduce the number of results. A bug to insure that behavior is in place in all locations of the UI where needed is a more

[Yahoo-eng-team] [Bug 1519449] Re: Remove Python 2.6 Support

2015-11-24 Thread David Stanek
We removed 2.6 support from the server in Kilo. ** Changed in: keystone Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1519449

[Yahoo-eng-team] [Bug 1519537] [NEW] [RFE] - Diagnostics Extension for Neutron

2015-11-24 Thread Ramu Ramamurthy
Public bug reported: Problem -- Debugging common networking/neutron problems (1. cannot ping VM, 2. cannot ping FIP), tends to be manual, and requires root access to look into the state of the agents or the datapath on different hosts. Neutron needs to provide a "diagnostics"

[Yahoo-eng-team] [Bug 1519449] Re: Remove Python 2.6 Support

2015-11-24 Thread OpenStack Infra
** Changed in: keystone Status: Invalid => In Progress ** Changed in: keystone Assignee: Keystone Drivers (keystone-drivers) => Sean Perry (sean-perry-a) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1275950] Re: Missing Cancel button on some Create/Edit screens

2015-11-24 Thread Martin Pavlásek
** This bug is no longer a duplicate of bug 1273874 modal missing close and cancel button -- 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/1275950 Title: Missing

[Yahoo-eng-team] [Bug 1484005] Re: [RFE] Remote port for L2 communication

2015-11-24 Thread Armando Migliaccio
If you are asking a) spanning a neutron logical network (l2 broadcast domain) across multiple openstack deployments and b) the ability to bridge/connect neutron managed and unmanaged l2 broadcast domains, networking-l2gw is the project you should look. We kept abstractions and implementations

[Yahoo-eng-team] [Bug 1519571] [NEW] when lots of networks exist, use command neutron net-list return 400 bad request, your browser sent an invalid request

2015-11-24 Thread guiyanxing
Public bug reported: # neutron net-list -v DEBUG: keystoneclient.session REQ: curl -g -i -X GET http://172.16.216.201:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient" DEBUG: keystoneclient.session RESP: [200] content-length: 340 vary: X-Auth-Token server:

[Yahoo-eng-team] [Bug 1519573] [NEW] Horizon edit-flavor recreates it, even nothing was changed on the edit page.

2015-11-24 Thread Alexander Bozhenko
Public bug reported: How to reproduce: 1. Open falvor list in horizon, click edit flavor, do not change anything and click save. Actual results: New flavor with the same name will be created, old one will be marked as deleted. mysql> select * from instance_types where name like

[Yahoo-eng-team] [Bug 1519567] [NEW] update flavor metadata - filtering is not reliable

2015-11-24 Thread Martin Pavlásek
Public bug reported: It's basically the same behavior as it's already written in https://bugs.launchpad.net/horizon/+bug/1519535 but this time for flavors. So in short: Admin - System - Flavors page: pick any flavor and click to Update Flavor Metadata, type 'cpu' as filter to Available

[Yahoo-eng-team] [Bug 1519579] [NEW] dash as NULL value of description disappears after edit

2015-11-24 Thread Martin Pavlásek
Public bug reported: In tables with 'Description' column you can modify this value by inline tick or Edit button. In case the default, current value of this field is empty, it's often displayed as dash ('-'). When you touch content of this field - save empty string again, as result the new value

[Yahoo-eng-team] [Bug 1519580] [NEW] role (Identity) can be just white character

2015-11-24 Thread Martin Pavlásek
Public bug reported: Admin - Identity - Roles, Create role page: The form allows to create role that contains just one space. if I've tried to create role with name ' some spaces in the end ', the my input was truncated by whitespaces from both sides - as I expected, but as I

[Yahoo-eng-team] [Bug 1519588] [NEW] ldap backend for roles is not deprecated

2015-11-24 Thread Steve Martinelli
Public bug reported: With the LDAP backend for assignment and resource being potentially removed in Mitaka, we probably don't want the role backend to support LDAP either. It currently does and is not marked for deprecation either

[Yahoo-eng-team] [Bug 1519589] [NEW] missing inline enable/disable for Users

2015-11-24 Thread Martin Pavlásek
Public bug reported: Admin - Identity - Users You can do inline change of User name, Description, Email, but you can't do that with Enabled field. For example. this work's fine in Admin - Identity - Projects. ** Affects: horizon Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1519592] [NEW] missing Save/Cancel icons in many dialogues

2015-11-24 Thread Martin Pavlásek
Public bug reported: I've noticed there are many dialogues that are actually missing icons by 'Cancel' and 'Save' buttons on the bottom. At this moment it's fine for example in Admin - System - Flavors - Update Flavor metadata. Missing icons (probably some others are missing here): Admin -

[Yahoo-eng-team] [Bug 1519615] [NEW] VHD file(not zipped) is not supported

2015-11-24 Thread John Hua
Public bug reported: Shouldn't need to upload a VHD in a tarball If we have a VHD file then we should be able to upload it as-is (devstack does not work - not sure if rest of XS plugins will work) Tarballs should only be needed for VHD chains ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1519509] Re: Creating instances fails after enabling port_security extension on existing deployment

2015-11-24 Thread yujie
The question is the same as https://bugs.launchpad.net/neutron/+bug/1461519, which fixed in Liberty. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1519556] Re: auto assign security group 'default'

2015-11-24 Thread Masco
is this in new launch instance or classic one? if it is new launch instance form https://review.openstack.org/#/c/229835/ is the fix. if it is classic form horizon not selecting any security group by default. still nove adds a default sec group. ** Changed in: horizon Status: New =>

[Yahoo-eng-team] [Bug 1519641] [NEW] Instance Launching ERROR keystoneclient.exceptions.BadRequest

2015-11-24 Thread Babar
Public bug reported: I am following the installation guide from; http://docs.openstack.org/liberty/install-guide-ubuntu/launch-instance-public.html (all previous steps completed successfully without any error.) when i tried to initiate instance using following command; nova boot --flavor

[Yahoo-eng-team] [Bug 1423250] Re: Terminating neutron-server leads to waitall() inside a GreenPool's greenthread

2015-11-24 Thread Tom Verdaat
Seeing the same thing in Trove: ERROR trove.openstack.common.threadgroup [-] Calling waitall() from within one of the GreenPool's greenthreads will never terminate. TRACE trove.openstack.common.threadgroup Traceback (most recent call last): TRACE trove.openstack.common.threadgroup File

[Yahoo-eng-team] [Bug 1515311] Re: [RFE] Instance scheduling based on Neutron properties

2015-11-24 Thread Armando Migliaccio
*** This bug is a duplicate of bug 1469668 *** https://bugs.launchpad.net/bugs/1469668 As per description, this is not meant to be tracking anything nova- specific, so remove nova from the list of affected projects. ** No longer affects: nova ** This bug has been marked a duplicate of bug

[Yahoo-eng-team] [Bug 1515572] Re: Networking Option 1: Provider networks in Installation Guide, floating IPs list throw 404 error

2015-11-24 Thread Matt Kassawara
Horizon team, The proper way to configure neutron to support only provider networks uses an empty set for the 'service_plugins' option. Horizon should work using this configuration, but instead throws a variety of errors. ** Also affects: horizon Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1497054] Re: Use `discover_extensions` for novaclient

2015-11-24 Thread Lin Hua Cheng
thinking about it.. list_extensions do a backend check using the extension api while discover_extensions, check the python path, contrib and entry points for additional client feature. We should probably keep it simple and query the backend extension api. ** Changed in: horizon Status:

[Yahoo-eng-team] [Bug 1519535] [NEW] Update image metadata - filtering is not reliable

2015-11-24 Thread Martin Pavlásek
Public bug reported: Noticed in cirros image (uploaded by devstack), demo user: I've tried to type "CPU" to filter field by Available metadata column and among valid names as 'CPU Pinning' or 'Max vCPU Cores' there is also 'Guest Memory Backing'. Another example by bassing 'drive' there are

[Yahoo-eng-team] [Bug 1519531] [NEW] create image form forget some values if it is invalid

2015-11-24 Thread Martin Pavlásek
Public bug reported: Discovered as admin user (as I realized lately, as demo user it behaves the same as well), deployed by devstack with default conf. Navigate to Admin - System - Images and fill form with these values: Name: (leave empty) Description: test Image Source: image location Image

[Yahoo-eng-team] [Bug 1519509] [NEW] Creating instances fails after enabling port_security extension on existing deployment

2015-11-24 Thread Matt Kassawara
Public bug reported: Creating instances fails after enabling the port_security extension on an existing deployment. 1) Create necessary network components to launch an instance. 2) Launch an instance. 3) Enable the port_security extension and restart the neutron-server service. 4) Launch another

[Yahoo-eng-team] [Bug 1519449] Re: Remove Python 2.6 Support

2015-11-24 Thread David Stanek
Looks like pycadf is already 2.6 free. ** Changed in: pycadf Status: In Progress => Invalid ** Changed in: keystonemiddleware Assignee: Keystone Drivers (keystone-drivers) => David Stanek (dstanek) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1495519] Re: import flow doesn't raise error on forbidden location

2015-11-24 Thread Flavio Percoco
** Also affects: glance/liberty Importance: Undecided Status: New ** Changed in: glance Importance: High => Medium ** Changed in: glance/liberty Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1515825] Re: Horizon allows login without credential when configured to use WebSSO

2015-11-24 Thread David Lyle
** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1515825 Title: Horizon allows login without credential when

[Yahoo-eng-team] [Bug 1519493] [NEW] oslo_i18n cleanup needed

2015-11-24 Thread Doug Wiegley
Public bug reported: As per the oslo_i18n documentation, neutron/i18n.py should be an internal only module, named _i18n.py. Stuff needed: - Rename file. - Add i18n.py with debtcollector references, warning that each repo needs its own, and to stop using. - Begin migrating subprojects away from

[Yahoo-eng-team] [Bug 1483353] Re: v1: Updates using x-image-meta-id header provoke E500 or 200

2015-11-24 Thread Flavio Percoco
** Summary changed: - v1: incorrect x-image-meta-id header provokes E500 + v1: Updates using x-image-meta-id header provoke E500 or 200 ** Description changed: - (Niall)This bug addresses the problem where the id is incorrect. - $ curl -v -X PUT

[Yahoo-eng-team] [Bug 1519484] [NEW] material theme close icon isn't showing up

2015-11-24 Thread Cindy Lu
Public bug reported: In the ng launch instance wizard, if you open up one of the help panels (marked by the question-mark-in-circle icon), the close icon doesn't show up. This is because the mapping in _icons.scss is incorrect. ** Affects: horizon Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1301667] Re: Create Image: error in modal form jumps to page view

2015-11-24 Thread Kelly Domico
Appears to be fixed now in the latest Horizon ** Changed in: horizon Status: Confirmed => Invalid ** Changed in: horizon Assignee: Juan Manuel Ollé (juan-m-olle) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1519664] [NEW] lb-pool status remains ACTIVE when admin_state_up is false.

2015-11-24 Thread Zou Keke
Public bug reported: In Liberty release, I've set the lb-pool LB1 with admin_state_up=False, but it's status remains ACTIVE. = [root@localhost ~(keystone_admin)]# [root@localhost ~(keystone_admin)]# neutron lb-pool-update 256872f4-7ae8-43eb-9764-0c157e4fc2a8 --admin-state-up=False -v

[Yahoo-eng-team] [Bug 1515825] Re: Horizon allows login without credential when configured to use WebSSO

2015-11-24 Thread Adam Young
Needs 3 things: 1. Feature in Keystone to track the WebSSO logout URL comparable to the login URL 2. A way to communicate this to Horizon 3. A tie in to Horizon to call the URL in order to logout. Since Keystone manages websso login, it should do the logout directly as well. ** Changed in:

[Yahoo-eng-team] [Bug 1519432] [NEW] New Preview Page Needs All Input Types

2015-11-24 Thread Diana Whitten
Public bug reported: The new theme preview page is awesome, but its lacking some fundamental input types. These types are really only different on webkit, but its nice to be able to preview them. ** Affects: horizon Importance: Undecided Assignee: Diana Whitten (hurgleburgler)

[Yahoo-eng-team] [Bug 1509184] Re: Enable openflow based dvr routing for east/west traffic

2015-11-24 Thread Armando Migliaccio
Unless I am missing something, this can be handled by working in dragonflow. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1509184

[Yahoo-eng-team] [Bug 1350953] Re: Unaligned form confirm/cancel buttons

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/1350953 Title: Unaligned form confirm/cancel buttons

[Yahoo-eng-team] [Bug 1324662] Re: Deleting currently scoped project breaks session

2015-11-24 Thread Timur Sufiev
*** This bug is a duplicate of bug 1252341 *** https://bugs.launchpad.net/bugs/1252341 Fixed as part of bug 1252341. ** This bug has been marked a duplicate of bug 1252341 Horizon crashes when removing logged user from project -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1324270] Re: Creating an Image hangs the UI with no progress indicator or spinner

2015-11-24 Thread Timur Sufiev
Not an issue anymore - right now we have spinner modal immediately after user presses Submit button in Create Image dialog. As soon as https://blueprints.launchpad.net/horizon/+spec/horizon-glance-large- image-upload is implemented, we should get progress bar. ** Changed in: horizon

[Yahoo-eng-team] [Bug 1468395] Re: Versions of oslo.i18n higher than 1.17.0 cause ImportError

2015-11-24 Thread Matthias Runge
was fixed recently. ** Changed in: horizon Status: Incomplete => Fix Released ** Changed in: horizon Importance: Undecided => Medium -- 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 1420041] Re: extend volume: allows negative values in new size field.

2015-11-24 Thread Lin Hua Cheng
based from the review in the gerrit patch, it seems like the form is being validated that the new size should be greater than new size. Marking it as invalid. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1461266] Re: Failed logon does not state where user is from (REMOTE_IP)

2015-11-24 Thread Matthias Runge
** Changed in: horizon Status: New => Confirmed ** No longer affects: django-openstack-auth ** Tags added: low-hanging-fruit -- 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 1472860] Re: install devstack error

2015-11-24 Thread Lin Hua Cheng
is this still an issue? ** Project changed: horizon => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1472860 Title: install devstack error Status in

[Yahoo-eng-team] [Bug 1416179] Re: [RFE] API to set & get list of provider network types

2015-11-24 Thread Armando Migliaccio
Based on discussion that took place on [1], we'll mark this as won't fix. The list of types for a network is hardcoded in the config file. Exposing them via the API to make other systems avoid the hard-coding sounds like an overkill. [1]

[Yahoo-eng-team] [Bug 1418172] Re: Incorrect error message on terminate

2015-11-24 Thread Lin Hua Cheng
doesn't seem horizon related, horizon invokes the delete server command and this error is on the backend. ** Also affects: nova Importance: Undecided Status: New ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1516765] Re: xenapi: volume_utils._parse_volume_info can leak connection password via StorageError

2015-11-24 Thread Matt Riedemann
@Tristan, per comment 4, yeah it can fail on attach and be logged here at ERROR level: https://github.com/openstack/nova/blob/12.0.0/nova/virt/block_device.py#L259 ** Changed in: nova/juno Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1373660] Re: [RFE] An in-use dhcp port can be deleted

2015-11-24 Thread Armando Migliaccio
This is a massive non-backward compatible change, with a massive impact on the existing codebase (as the same rule should be applied across all service ports). During the drivers meeting [1] some of us felt strongly against this one, so for this reason, we'll mark as won't fix. [1]

[Yahoo-eng-team] [Bug 1328489] Re: Table rows should be able to scroll down independently

2015-11-24 Thread Timur Sufiev
Closing this feature request as Won't Fix because showing such a big amount of objects will slow down Horizon considerable, so Pagination + Filtering is indeed the proper solution for this problem. ** Changed in: horizon Status: New => Won't Fix -- You received this bug notification

[Yahoo-eng-team] [Bug 1437989] Re: change body scroll to main_content scroll

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Opinion ** Changed in: horizon Assignee: tinytmy (tangmeiyan77) => (unassigned) -- 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 1437254] Re: post-creation option not working in icehouse

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: New => Won't Fix -- 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/1437254 Title: post-creation option not working in icehouse

[Yahoo-eng-team] [Bug 1475402] Re: Magic Search needs to be updated to 0.2.5

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/1475402 Title: Magic Search needs to be updated to

[Yahoo-eng-team] [Bug 1461434] Re: User in a group does not inherit the group's role

2015-11-24 Thread Lin Hua Cheng
domain scoping is not yet implemented in horizon, this is expected. ** Changed in: horizon Status: New => Invalid -- 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 1349463] Re: Remove variable SESSION_SERIALIZER from settings.py

2015-11-24 Thread Matthias Runge
** Changed in: horizon Status: New => Fix Released ** Changed in: horizon Assignee: (unassigned) => Matthias Runge (mrunge) -- 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 1368910] Re: intersphinx requires network access which sometimes fails

2015-11-24 Thread Andreas Jaeger
This was fixed for cinder-specs, no need to fix cinder. ** Changed in: cinder 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 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-2 -- 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 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458945 Title:

[Yahoo-eng-team] [Bug 1455102] Re: some test jobs broken by tox 2.0 not passing env variables

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1455102 Title:

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1323975 Title:

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- 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 1519244] [NEW] Allow building doc using make latexpdf

2015-11-24 Thread Daniele Pizzolli
Public bug reported: Some unicode symbol characters that causes make pdflatex fail staring with ther error message: ! Package inputenc Error: Unicode char \u8:└ not set up for use with LaTeX. The offending characters can be converted to ascii ones with almost no loss of information or the latex

[Yahoo-eng-team] [Bug 1519240] [NEW] LBaaS v2 scenario tests are getting skipped

2015-11-24 Thread Elena Ezhova
Public bug reported: All tests in gate-neutron-lbaasv2-dsvm-scenario are getting skipped with "Neutron not available message": 2015-11-20 21:35:53.110 | running testr 2015-11-20 21:35:53.115 | running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1}

[Yahoo-eng-team] [Bug 1494574] Re: Logging missing value types

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1494574 Title:

[Yahoo-eng-team] [Bug 1471349] Re: Eliminate default value as a mutable object

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- 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 1466851] Re: Move to graduated oslo.service

2015-11-24 Thread Adrian Otto
** Changed in: magnum Status: Fix Committed => Fix Released ** Changed in: magnum Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1466851 Title:

[Yahoo-eng-team] [Bug 1516848] Re: Volume size units should be in GiB, not GB

2015-11-24 Thread jichenjc
according to descriptions, seems this is a horizon bug ** Project changed: nova => horizon -- 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/1516848 Title: Volume

[Yahoo-eng-team] [Bug 1098047] Re: memoized will eventually fill up all of memory

2015-11-24 Thread Masco
** Changed in: horizon Status: In Progress => 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/1098047 Title: memoized will eventually fill up

[Yahoo-eng-team] [Bug 1519269] [NEW] Release request for networking-fujitsu for stable/liberty

2015-11-24 Thread Yushiro FURUKAWA
Public bug reported: Branch name: stable/liberty Tags name: 1.0.0 The Liberty release of networking-fujitsu * Mechanism driver for FUJITSU Converged Fabric Switch ** Affects: networking-fujitsu Importance: Undecided Status: New ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1519299] [NEW] Creating existing idp or remote_ids results to same Conflict error

2015-11-24 Thread Lin Hua Cheng
Public bug reported: Steps to reproduce: 1. Try to create an Idp with existing idp_id 2. Try to create an Idp with existing remote_id Results: Same error message to same error message. "Conflict occurred attempting to store identity_provider - Duplicate Entry (HTTP 409)" Expected result: It is

[Yahoo-eng-team] [Bug 1517704] Re: Test still passes even with tests failure

2015-11-24 Thread Rob Cresswell
@Lin: Going to close this, as we don't need a bug to track other bugs IMO. ** Changed in: horizon Status: New => Invalid -- 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 1416149] Re: Horizon doesn't show a useful message when a service user is locked out

2015-11-24 Thread Doug Fish
Marking as "Invalid" based on the background Lin shared. ** Changed in: horizon Status: New => Invalid -- 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/1416149

[Yahoo-eng-team] [Bug 1351132] Re: Terminate action doesn't work

2015-11-24 Thread Lin Hua Cheng
*** This bug is a duplicate of bug 1349608 *** https://bugs.launchpad.net/bugs/1349608 ** Changed in: horizon Importance: Undecided => High ** Changed in: horizon Status: In Progress => Invalid ** This bug has been marked a duplicate of bug 1349608 [Boostrap] Terminate Instance

[Yahoo-eng-team] [Bug 1417431] Re: Horizon does not support Ironic console

2015-11-24 Thread Lin Hua Cheng
Looks like user setup issue. Thanks for the investigation vaibhav! closing the bug ** Changed in: horizon Status: New => Won't Fix -- 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 1497985] Re: Requirements conflict in Neutron master

2015-11-24 Thread Matthias Runge
** Changed in: horizon Status: New => Invalid ** Also affects: python-neutronclient Importance: Undecided Status: New -- 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 1275935] Re: update Volume Snapshot description

2015-11-24 Thread Rob Cresswell
*** This bug is a duplicate of bug 1282172 *** https://bugs.launchpad.net/bugs/1282172 ** This bug has been marked a duplicate of bug 1282172 "Create Volume Snapshot" window shows "Number of Volumes" -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1507816] Re: Fix method name in Intergration tests for Instance tests

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: mitaka-1 => None -- 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 1260932] Re: add all networks to a project instance

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: Incomplete => Invalid -- 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/1260932 Title: add all networks to a project instance

[Yahoo-eng-team] [Bug 1519386] [NEW] launching of instances with names including white spaces at the end fail

2015-11-24 Thread Dirk Mueller
Public bug reported: Launching an instance named "foo " (without the quotes, with white space at the end) causes an extremely long error message from nova: Recoverable error: Invalid input for field/attribute name. Value: foo . u'foo ' does not match u'^(?![

[Yahoo-eng-team] [Bug 1351096] Re: Database Instance Details Page shows multiple Connection Info

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/1351096 Title: Database Instance Details Page shows

[Yahoo-eng-team] [Bug 1359999] Re: Identity panels show loading icon when click on it

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/135 Title: Identity panels show loading icon when

[Yahoo-eng-team] [Bug 1399580] Re: Add ability to set settings from a directory

2015-11-24 Thread Rob Cresswell
This should be addressed by https://blueprints.launchpad.net/horizon/+spec/local-settings-override- mechanism ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1394800] Re: Potential undefined object issue in angular horizon.js

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: Incomplete => Invalid -- 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/1394800 Title: Potential undefined object issue in

[Yahoo-eng-team] [Bug 1405063] Re: Flavor overview page does not exists

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Assignee: Kamil Rykowski (kamil-rykowski) => (unassigned) ** Changed in: horizon Status: In Progress => Invalid ** Changed in: horizon Status: Invalid => New ** Changed in: horizon Importance: Undecided => Wishlist -- You received this bug

[Yahoo-eng-team] [Bug 1511013] Re: Browse button and "No file selected" not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/1511013 Title: Browse button and "No file selected" not

[Yahoo-eng-team] [Bug 1220234] Re: *.pyc should be removed before run test in tox.ini

2015-11-24 Thread sonu
** Also affects: designate Importance: Undecided Status: New ** Changed in: designate Assignee: (unassigned) => sonu (sonu-bhumca11) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1384666] Re: Selenium tests fail if run with '--with-selenium' switch

2015-11-24 Thread Timur Sufiev
Checked it again. --with-selenium switch works fine since stable/kilo. Marking as Fix Released. ** Changed in: horizon Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1368338] Re: Rewrite table filtering to use GET-requests for filtering data

2015-11-24 Thread Timur Sufiev
Seems that nobody interested in this change, especially in the face of Horizon Angularization. ** Changed in: horizon Status: In Progress => Opinion ** Changed in: horizon Assignee: Paul Karikh (pkarikh) => (unassigned) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-11-24 Thread Alan Pevec
** Tags removed: in-stable-juno juno-backport-potential ** Changed in: nova 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).

[Yahoo-eng-team] [Bug 1379077] Re: Tenants can be created with invalid ids

2015-11-24 Thread Alan Pevec
** Changed in: keystone/juno Status: Confirmed => Won't Fix ** Tags removed: juno-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1379077

[Yahoo-eng-team] [Bug 1212174] Re: Add page number to table for pagination

2015-11-24 Thread Timur Sufiev
IMO that should be fixed by means of SearchLight project which caches objects from different OpenStack APIs and thus circumvents the problem of their awkwardness for pagination. ** Also affects: searchlight Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1408498] Re: Can't delete when control Juno and compute icehouse

2015-11-24 Thread Alan Pevec
** Tags removed: juno-backport-potential ** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1252785] Re: Horizon crashes when deleting logged user primary project

2015-11-24 Thread Timur Sufiev
Fixed at part of bug 1252341. ** Changed in: horizon Assignee: chenhaiq (chenhaiq) => (unassigned) ** Changed in: horizon Importance: Undecided => Medium ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1510286] Re: "Please enter a number" message not translated

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Invalid -- 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/1510286 Title: "Please enter a number" message not

[Yahoo-eng-team] [Bug 1238005] Re: breadcrumbs not fully implemented

2015-11-24 Thread Rob Cresswell
Mainly addressed by https://bugs.launchpad.net/horizon/+bug/1413823 and https://bugs.launchpad.net/horizon/+bug/1100318 ** Changed in: horizon Status: Confirmed => Fix Committed ** Changed in: horizon Status: Fix Committed => Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1263142] Re: previous button not present using limit, marker variables

2015-11-24 Thread Timur Sufiev
I think we can mark this as Fix Release, because Cindy's patch for Admin->Images solves the particular problem and shows a general way to circumvent the scarcity of pagination support in API. ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification

[Yahoo-eng-team] [Bug 1250740] Re: Horizon doesn't support filtering images on Admin Panel

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Fix Released ** Changed in: horizon Assignee: LIU Yulong (dragon889) => (unassigned) ** Changed in: horizon Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1517704] Re: Test still passes even with tests failure

2015-11-24 Thread Rob Cresswell
** Changed in: horizon Status: Invalid => New -- 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/1517704 Title: Test still passes even with tests failure

[Yahoo-eng-team] [Bug 1519342] [NEW] Returns 500 when delete method is called with request body

2015-11-24 Thread Yushiro FURUKAWA
Public bug reported: In current neutron, if we execute "DELETE" method with request body, the neutron-server returns 500(Internal server error). This request body should be correct JSON format as follows:   example: in case of "network"    {   "network":   {   "id":

[Yahoo-eng-team] [Bug 1372661] Re: Filter doesn't keep pagination in bounds on Admin->Images

2015-11-24 Thread Timur Sufiev
Just verified it on a master/mitaka branch, the issue disappeared. I believe that it was indeed caused by bug 1369014. Closing this one. ** Changed in: horizon Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1354696] Re: Can't manage floating IPs across tenants as an admin

2015-11-24 Thread Matthias Runge
This is handled by the linked blueprint. ** Changed in: horizon Importance: Wishlist => Undecided ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Assignee: Chris Johnson (wchrisjohnson) => (unassigned) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1470574] Re: django_openstack_auth can't run tests in stable/kilo

2015-11-24 Thread Doug Fish
** Changed in: horizon Status: Incomplete => Invalid ** No longer affects: horizon -- 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/1470574 Title:

  1   2   >