[Yahoo-eng-team] [Bug 1479214] [NEW] nova can't attach volume to specific device name

2015-07-28 Thread lyanchih
Public bug reported: Nova attach volume cli support one option named device, it can specify this volume where to mount. But it doesn't work. Volume will be attached to device which is determined by nova compute. Maybe this bug was caused at following code: https://github.com/openstack/nova/blo

[Yahoo-eng-team] [Bug 1473953] Re: rbd cannot delete residual image from ceph in some situations

2015-07-28 Thread Mingda Sun
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Mingda Sun (mingda) ** Changed in: glance Status: New => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1479181] [NEW] Cells: Build instance doesn't work with kilo api, juno compute

2015-07-28 Thread Sam Morrison
Public bug reported: When Kilo api cell sends an instance_build to a juno compute cell it sends down objects, juno is expecting primitives. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1479171] [NEW] Display the project name in user detail page corresponding to the "Project ID"

2015-07-28 Thread qiaomin032
Public bug reported: In the user detail page of the identity panel group, only display the "Project ID", now display the "Project Name" corresponding to the "Project ID". ** Affects: horizon Importance: Undecided Assignee: qiaomin032 (chen-qiaomin) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1479172] [NEW] Add unit tests for libvirt fibrechannel/iser/iscsi/aoe volume drivers after os-brick

2015-07-28 Thread Matt Riedemann
Public bug reported: With change https://review.openstack.org/#/c/175569/ we lost some unit test coverage of connect_volume/disconnect_volume/get_config methods in the libvirt iscsi/fibrechannel/iser/aoe volume drivers, since the actual low-level parts of those are now handled in os-brick but we s

[Yahoo-eng-team] [Bug 1301519] Re: nova.conf.sample missing from the 2014.1.rc1 tarball

2015-07-28 Thread Matt Riedemann
** Changed in: nova 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/1301519 Title: nova.conf.sample missing from the 2014.1.rc1 tarb

[Yahoo-eng-team] [Bug 1479162] [NEW] Need a way to batch async requests

2015-07-28 Thread Thai Tran
Public bug reported: In order to make multiple async calls in javascript, we need to nest them. This makes the code unreadable at some point. There is a better way to batch multiple async calls using defer and promises. This patch provides a way to batch async calls and handle it once ALL async ca

[Yahoo-eng-team] [Bug 1476912] Re: No nova.conf.sample, and no details procedures to describe how to generate a full list of nova.conf.sample

2015-07-28 Thread Matt Riedemann
http://git.openstack.org/cgit/openstack/nova/tree/etc/nova/README- nova.conf.txt tells you to run tox -e genconfig to generate the sample. We removed the sample from the tree back in Icehouse: https://github.com/openstack/nova/commit/918f6eab7c69ca2c698fa6782ecf1a6639a41938 There is probably an

[Yahoo-eng-team] [Bug 1479159] [NEW] Fail in TypeError while run neutron with python 3

2015-07-28 Thread fumihiko kakuma
Public bug reported: I run neutron with python 3 on my host using devstack[1]. I got the following error while I run stack.sh. This is because Popen.communicate() returns oputput data as bytes type in python 3. [1] https://review.openstack.org/#/c/181165/ 2015-07-28 06:24:25.710 | + neutron-ovs

[Yahoo-eng-team] [Bug 1479154] [NEW] Invalid X-Subject-Token used to return 404 in uuid but now fernet respond with 401 error

2015-07-28 Thread apal
Public bug reported: v3: {code} stack@hLinux:~/helion/hlm/ansible$ curl -X GET -k -H "X-Subject-Token:$v3Token" -H "X-Auth-Token:admintoken" http://localhost:35357/v3/auth/tokens |python -mjson.tool % Total% Received % Xferd Average Speed TimeTime Time Current

[Yahoo-eng-team] [Bug 1479130] [NEW] DVR:Removing interface from router with ext gw set does not remove interface from SNAT namespace

2015-07-28 Thread Hardik Italia
Public bug reported: Steps to reproduce: 1) Create one private and one public network. 2) Create DVR Router. 3) Add internal interface to router. 4) Set gateway to router. (qrouter & snat namespace should be created). 5) Remove internal interface from router (by port or by subnet) 6) Notice that c

[Yahoo-eng-team] [Bug 1479129] [NEW] Hyper-V doesn't boot instances from volume with ephemeral disk

2015-07-28 Thread Adelina Tuvenie
Public bug reported: Instance boot from volume fails in Hyper-V if flavor has ephemeral disk. Boot fails with the following error: "HyperVException: WMI job failed with status 10. Error details: Failed to add device 'Physical Disk Drive'." This happens because the Hyper-V tries to attach both th

[Yahoo-eng-team] [Bug 1479124] [NEW] Scheduler doesn't respect tracks_instance_changes in all cases

2015-07-28 Thread Jim Rollenhagen
Public bug reported: This commit introduces instance tracking in the scheduler, with an option to disable it for performance. https://github.com/openstack/nova/commit/82cc056fb7e1b081a733797ed27550343cbaf44c However, _add_instance_info is not guarded by the config option, but causes just as much

[Yahoo-eng-team] [Bug 1479116] [NEW] Outdated documentation in Image Cache Middleware

2015-07-28 Thread Marcos Simental
Public bug reported: Documentation in "Enabling the Image Cache Management Middleware"[1] is out of date, example is [paste_deploy] flavor = cachemanage where cachemanage should be "keystone+cachemanagement" as specified in [2] (Answer #9) and proper bug report [3] which was merged in milestone:

[Yahoo-eng-team] [Bug 1479105] [NEW] Possible local variable 'port_info' referenced before assignment in OVS agent

2015-07-28 Thread Assaf Muller
Public bug reported: I got a UnboundLocalError: local variable 'port_info' referenced before assignment exception while running local, yet unmerged fullstack tests. Looking at the code you can get that exception in one of two scenarios: 1) _agent_has_updates is False during the first iteration, I

[Yahoo-eng-team] [Bug 1474782] Re: cancel buttons look is different from others in migrate host

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474782 Title: cancel buttons look is different f

[Yahoo-eng-team] [Bug 1381413] Re: Switch Region dropdown doesn't work

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1381413 Title: Switch Region dropdown doesn't wor

[Yahoo-eng-team] [Bug 1352256] Re: Uploading a new object fails with Ceph as object storage backend using RadosGW

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1352256 Title: Uploading a new object fails with

[Yahoo-eng-team] [Bug 1400818] Re: Create Pseudo-folder - add "/" at the end of folder name, creates a sub folder with the same name.

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1405638] Re: Opening link in a new tab with Mouse Wheel is broken in Dashboard

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1405638 Title: Opening link in a new tab with Mou

[Yahoo-eng-team] [Bug 1350088] Re: heat output section formatted poorly

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1350088 Title: heat output section formatted poor

[Yahoo-eng-team] [Bug 1373310] Re: Angular JS integration in Openstack Horizon dashboard should be documented

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1373310 Title: Angular JS integration in Openstac

[Yahoo-eng-team] [Bug 1435869] Re: [Launch Instance Fix] Establish Baseline Unit Tests

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1435869 Title: [Launch Instance Fix] Establish Ba

[Yahoo-eng-team] [Bug 1415301] Re: some cancel button with underline

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1464354] Re: Angular table paging buttons looks clickable

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1464354 Title: Angular table paging buttons looks

[Yahoo-eng-team] [Bug 1438476] Re: [Launch Instance Fix] Adding unit tests to launch-instance.spec

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1438476 Title: [Launch Instance Fix] Adding unit

[Yahoo-eng-team] [Bug 1458436] Re: wrong url in document of horizon tutorial

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1458436 Title: wrong url in document of horizon t

[Yahoo-eng-team] [Bug 1451681] Re: [launch instance] new launch instance doesn't honor webroot setting

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1451681 Title: [launch instance] new launch insta

[Yahoo-eng-team] [Bug 1427459] Re: Pools are retrieved for monitors detail even there are no pool association

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1461154] Re: Cross-Frame Scripting (XFS) Clickjacking vulnerability with legacy browsers

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1463838] Re: [data processing] Stack trace for invalid cluster details page

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1463838 Title: [data processing] Stack trace for

[Yahoo-eng-team] [Bug 1433123] Re: horizon.conf should used default values

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1433123 Title: horizon.conf should used default v

[Yahoo-eng-team] [Bug 1456266] Re: New project in dropdown list

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1456266 Title: New project in dropdown list Stat

[Yahoo-eng-team] [Bug 1453245] Re: Keystone REST handles default role incorrectly

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1453245 Title: Keystone REST handles default role

[Yahoo-eng-team] [Bug 1454283] Re: [launch instance] create volume during launch instance fails

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1454283 Title: [launch instance] create volume du

[Yahoo-eng-team] [Bug 1464461] Re: delete action always cause error ( in kilo)

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1464461 Title: delete action always cause error (

[Yahoo-eng-team] [Bug 1465440] Re: Firewall attribute "Shared" is set to None by default instead of 'False'

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1465440 Title:

[Yahoo-eng-team] [Bug 1463247] Re: discription in the user table is missing

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1463247 Title: discription in the user table is m

[Yahoo-eng-team] [Bug 1463181] Re: ID panels with long role names / role lists display poorly

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1463181 Title: ID panels with long role names / r

[Yahoo-eng-team] [Bug 1467787] Re: Validate create image url field

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1467787 Title: Validate create image url field S

[Yahoo-eng-team] [Bug 1466744] Re: Integration test test_image_register_unregister failing gate

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1466744 Title: Integration test test_image_regist

[Yahoo-eng-team] [Bug 1467610] Re: Searchbar directive should be prefix with hz

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1467610 Title: Searchbar directive should be pref

[Yahoo-eng-team] [Bug 1467684] Re: Karma configuration should be normalized

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1467684 Title: Karma configuration should be norm

[Yahoo-eng-team] [Bug 1465886] Re: Customisation docs need to be updated for HTML move

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1465886 Title: Customisation docs need to be upda

[Yahoo-eng-team] [Bug 1466453] Re: [data processing] Proper error messages for invalid details pages

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1466453 Title: [data processing] Proper error me

[Yahoo-eng-team] [Bug 1468551] Re: nova server_list called incorrectly in quota.py

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1468551 Title: nova server_list called incorrectl

[Yahoo-eng-team] [Bug 1467810] Re: [RFE] Entering an empty content in Subnet fields does not generate an error

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1467810 Title: [RFE] Entering an empty content in

[Yahoo-eng-team] [Bug 1468547] Re: Plugin test should check js injections

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1468547 Title: Plugin test should check js inject

[Yahoo-eng-team] [Bug 1466828] Re: remove current QoS spec from edit volume type

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1466828 Title: remove current QoS spec from edit

[Yahoo-eng-team] [Bug 1469589] Re: network_topology page not working

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1469589 Title: network_topology page not working

[Yahoo-eng-team] [Bug 1468208] Re: enable user option is not available in create user form

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1468208 Title: enable user option is not availabl

[Yahoo-eng-team] [Bug 1470821] Re: volume detail link pointing to project page from admin instance detail page

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1470821 Title: volume detail link pointing to pro

[Yahoo-eng-team] [Bug 1467935] Re: widget attributes changed

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1467935 Title: widget attributes changed Status

[Yahoo-eng-team] [Bug 1470982] Re: Corrections to WEBROOT docs

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1470982 Title: Corrections to WEBROOT docs Statu

[Yahoo-eng-team] [Bug 1468300] Re: changing user's email from user list deletes user password

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1468300 Title: changing user's email from user li

[Yahoo-eng-team] [Bug 1469651] Re: Boolean values displayed without 'yesno' filter in user and project detail page

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1469651 Title: Boolean values displayed without '

[Yahoo-eng-team] [Bug 1473073] Re: Example local.conf doesn't use newer plugin system

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1472828] Re: Remove hz.dashboard module from enabled

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1472828 Title: Remove hz.dashboard module from en

[Yahoo-eng-team] [Bug 1471277] Re: floating ip association fails if a port is attached to a network with no subnet

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1468706] Re: Loading block wouldn't disappear after using compound key to click link

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1468706 Title: Loading block wouldn't disappear a

[Yahoo-eng-team] [Bug 1469147] Re: Can not delete container with XSS-injected name

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1473176] Re: Dashboard karma is missing framework files

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1473176 Title: Dashboard karma is missing framewo

[Yahoo-eng-team] [Bug 1470594] Re: Strange CSS None import

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1470594 Title: Strange CSS None import Status in

[Yahoo-eng-team] [Bug 1472385] Re: Duplicate keywords for translation

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1472385 Title: Duplicate keywords for translation

[Yahoo-eng-team] [Bug 1473303] Re: horizon gate failing due to latest release of mock

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1473303 Title: horizon gate failing due to latest

[Yahoo-eng-team] [Bug 1469293] Re: Turning off offline compression for integration test

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1469293 Title: Turning off offline compression fo

[Yahoo-eng-team] [Bug 1472098] Re: Horizon Application level module structure is unclear

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1472098 Title: Horizon Application level module s

[Yahoo-eng-team] [Bug 1470826] Re: If action during handling BatchAction failed, then got Traceback in logs

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1470826 Title: If action during handling BatchAct

[Yahoo-eng-team] [Bug 1472447] Re: Remove old trans filter

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1472447 Title: Remove old trans filter Status in

[Yahoo-eng-team] [Bug 1473138] Re: Autodiscovery tests needed

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1473138 Title: Autodiscovery tests needed Status

[Yahoo-eng-team] [Bug 1477100] Re: Traceback with neutron plugins which do not support the port binding extension

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1477100 Title: Traceback with neutron plugins whi

[Yahoo-eng-team] [Bug 1474241] Re: Need a way to disable simple tenant usage

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474241 Title: Need a way to disable simple tenan

[Yahoo-eng-team] [Bug 1476383] Re: collectstatic and compress are not producing consistent results

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1474498] Re: jasmine tests redirect to login

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1475046] Re: Modal service is incorrectly named

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1475046 Title: Modal service is incorrectly named

[Yahoo-eng-team] [Bug 1477145] Re: ./manage.py make_web_conf missing in documentation

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1477145 Title: ./manage.py make_web_conf missing

[Yahoo-eng-team] [Bug 1474177] Re: Wrong to use "./run_test.sh --karma" to test javascript code sytle check in doc

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474177 Title: Wrong to use "./run_test.sh --karm

[Yahoo-eng-team] [Bug 1474512] Re: STATIC_URL statically defined for stack graphics

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474512 Title: STATIC_URL statically defined for

[Yahoo-eng-team] [Bug 1476332] Re: update local.conf lbaas config

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1476332 Title: update local.conf lbaas config St

[Yahoo-eng-team] [Bug 1474551] Re: static_url should be configurable

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474551 Title: static_url should be configurable

[Yahoo-eng-team] [Bug 1476847] Re: document static_url and static_root

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1475447] Re: frequent changes in settings.py causes problems for deployers

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1477120] Re: _wait_till_element_disappears doesn't work properly

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => Fix Released ** Changed in: horizon Milestone: None => liberty-2 -- 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/

[Yahoo-eng-team] [Bug 1474618] Re: N1KV network and port creates failing from dashboard

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1474618 Title: N1KV network and port creates fail

[Yahoo-eng-team] [Bug 1478126] Re: getting success message on duplicate object

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1478126 Title: getting success message on duplica

[Yahoo-eng-team] [Bug 1478730] Re: Webroot theme fails because it lacks all scss variables

2015-07-28 Thread Doug Hellmann
** Changed in: horizon Status: Fix Committed => 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/1478730 Title: Webroot theme fails because it lac

[Yahoo-eng-team] [Bug 1433052] Re: update quota fails with long type values

2015-07-28 Thread Doug Hellmann
** Changed in: cinder Status: Fix Committed => Fix Released ** Changed in: cinder Milestone: None => liberty-2 -- 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/14

[Yahoo-eng-team] [Bug 1466851] Re: Move to graduated oslo.service

2015-07-28 Thread Doug Hellmann
** Changed in: cinder 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/1466851 Title: Move to graduated oslo.service Status in Ceilometer: F

[Yahoo-eng-team] [Bug 1479067] [NEW] Missing PUT in api service

2015-07-28 Thread Thai Tran
Public bug reported: We are missing PUT in our api service. Currently keystoneAPI.grantRole is expecting it but it does not exist! Links: https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/openstack-service-api/keystone.service.js#L249 ** Affects: horizon Importance

[Yahoo-eng-team] [Bug 1479066] [NEW] DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

2015-07-28 Thread Matt Riedemann
Public bug reported: I see these when running tests: Captured stderr: nova/virt/libvirt/volume/volume.py:392: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 if ('device is busy' in exc.message or Seems that bug 1447946 was meant to fix

[Yahoo-eng-team] [Bug 1391196] Re: Cannot detach root volume from instance (to attach a different volume)

2015-07-28 Thread melanie witt
*** This bug is a duplicate of bug 1396965 *** https://bugs.launchpad.net/bugs/1396965 ** This bug has been marked a duplicate of bug 1396965 Add capability to detach root device volume of an instance, when in shutoff state -- You received this bug notification because you are a member o

[Yahoo-eng-team] [Bug 1477600] Re: Token Validation API returns 401 not 404 on invalid token

2015-07-28 Thread Dolph Mathews
Fix Committed indicates that the fix has merged, not that it is still in review. ** Also affects: keystone/kilo Importance: Undecided Status: New ** Changed in: keystone/kilo Importance: Undecided => Medium ** Tags removed: kilo-backport-potential ** Changed in: keystone Sta

[Yahoo-eng-team] [Bug 1479056] [NEW] Fix deprecated methods in oslo.utils.timeutils

2015-07-28 Thread ChangBo Guo(gcb)
Public bug reported: We deprecated some methods isotime and strtime since oslo.utils 1.6.0, need clean up these methods. For more details , search 'deprecated' in ' https://github.com/openstack/oslo.utils/blob/master/oslo_utils/timeutils.py ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1196924] Re: Stop and Delete operations should give the Guest a chance to shutdown

2015-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.2 --- nova (1:2014.1.5-0ubuntu1.2) trusty; urgency=medium * Add rsyslog retry support (LP: #1459046) - d/p/add-support-for-syslog-connect-retries.patch * Add vm clean shutdown support (LP: #1196924) - d/p/clean-s

[Yahoo-eng-team] [Bug 1459046] Re: [SRU] nova-* services do not start if rsyslog is not yet started

2015-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.2 --- nova (1:2014.1.5-0ubuntu1.2) trusty; urgency=medium * Add rsyslog retry support (LP: #1459046) - d/p/add-support-for-syslog-connect-retries.patch * Add vm clean shutdown support (LP: #1196924) - d/p/clean-s

[Yahoo-eng-team] [Bug 1440762] Re: Rebuild an instance with attached volume fails

2015-07-28 Thread Jesse Pretorius
** No longer affects: openstack-ansible -- 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/1440762 Title: Rebuild an instance with attached volume fails Status in OpenStack

[Yahoo-eng-team] [Bug 1466851] Re: Move to graduated oslo.service

2015-07-28 Thread Thierry Carrez
** Changed in: trove 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/1466851 Title: Move to graduated oslo.service Status in Ceilometer: Fi

[Yahoo-eng-team] [Bug 1334480] Re: remove revocation model

2015-07-28 Thread Adam Young
The code is not moving to client after all. The code in the Server will stand. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/13

[Yahoo-eng-team] [Bug 1478103] Re: need support for configuring syslog

2015-07-28 Thread Scott Moser
** Also affects: maas Importance: Undecided Status: New ** Changed in: maas Status: New => Confirmed ** Changed in: maas Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-in

[Yahoo-eng-team] [Bug 1479018] [NEW] get_panel_group error with enabled panel tests

2015-07-28 Thread Matt Borland
Public bug reported: When enabling panels in patches such as: - https://review.openstack.org/#/c/205296/ (which involves setting Disabled to False) The feature works perfectly fine when viewed. However, an error comes up when the tests are run, in openstack_dashboard.test.test_plugins.panel_tes

  1   2   >