[Yahoo-eng-team] [Bug 1499664] [NEW] Add pagination support to the volume snapshots and backups tabs in the Dashboard

2015-09-25 Thread Timur Sufiev
same for Volumes tab). ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New ** Changed in: horizon Assignee: (unassigned) => Timur Sufiev (tsufiev-x) ** Description changed: Both snapshots and backups API endpoints now support pa

[Yahoo-eng-team] [Bug 1500385] [NEW] Change region selector requires 2 ciicks to open

2015-09-28 Thread Timur Sufiev
Public bug reported: This behavior is true only for stable/kilo branch and is not seen in liberty release due to a different codebase. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1500812] [NEW] With pagination implemented for Project->Images FixedFilter needs to be applied serverside

2015-09-29 Thread Timur Sufiev
Public bug reported: Once bug 1252649 is resolved, existing OwnerFilter which splits images into 3 categories won't work nice with pagination, so we need to apply this categorization server-side. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notifi

[Yahoo-eng-team] [Bug 1427032] Re: Enable neutron network integration testing via horizon.conf

2015-09-29 Thread Timur Sufiev
*** This bug is a duplicate of bug 1425882 *** https://bugs.launchpad.net/bugs/1425882 ** This bug has been marked a duplicate of bug 1425882 Use Neutron in Horizon integration tests job -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1506825] [NEW] Inside multi (Keystone) endpoint environment Horizon logs into incorrect region

2015-10-16 Thread Timur Sufiev
Public bug reported: A. Consider a Horizon setup which knows about 2 Keystone endpoints (setting AVAILABLE_REGIONS, I'm refraining from using it because it'll change in future, see bug 1494251). And each of these Keystone endpoints has 2 service region within it, but these service regions a differ

[Yahoo-eng-team] [Bug 1508040] [NEW] Sporadic timeouts while waiting for PhantomJS in gate-horizon-npm-run-test

2015-10-20 Thread Timur Sufiev
Public bug reported: The usual log in this cases looks like: 2015-10-20 11:52:17.064 | INFO [karma]: Karma v0.12.31 server started at http://localhost:9876/ 2015-10-20 11:52:17.067 | INFO [launcher]: Starting browser PhantomJS 2015-10-20 11:52:19.559 | WARN [watcher]: [

[Yahoo-eng-team] [Bug 1508554] [NEW] api.nova.Server makes suboptimal calls to Glance

2015-10-21 Thread Timur Sufiev
() function. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New ** Changed in: horizon Assignee: (unassigned) => Timur Sufiev (tsufiev-x) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1508568] [NEW] get_attachment_name() makes a lot of unnecessary calls to Nova

2015-10-21 Thread Timur Sufiev
Public bug reported: Due to some unexpected condition the `else` branch here https://github.com/openstack/horizon/blob/stable/juno/openstack_dashboard/dashboards/project/volumes/volumes/tables.py#L268 is often hit, this causes a lot of requests to Nova made while rendering Admin->Volumes panel (ev

[Yahoo-eng-team] [Bug 1508571] [NEW] Overview panels use too wide date range as default

2015-10-21 Thread Timur Sufiev
Overview panel by default (even if they don't want to see the Usage Stats). ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1512411] [NEW] Horizon quota collection is suboptimal

2015-11-02 Thread Timur Sufiev
Public bug reported: Confirmed on: stable/kilo stable/juno Issue: When user accesses `horizon/project/access_and_security/` page, this triggers a call to api/network->tenant_floating_ip_list, and this happens for each tab with preload = True (default) which has any related quotas in table_actio

[Yahoo-eng-team] [Bug 1500830] Re: setting COMPRESS_ENABLED = False and restarting Apache leads to every xstatic library being NOT FOUND

2015-11-05 Thread Timur Sufiev
Not a Horizon bug, instead it's an Apache 'Works As Intended'. Let me explain how Apache web-server works in conjunction with django- compressor package. First, Apache serves dynamic (Django stuff) and static (CSS/JS) Horizon content in 2 different ways: * https://github.com/openstack-dev/devst

[Yahoo-eng-team] [Bug 1500385] Re: Change region selector requires 2 ciicks to open

2015-11-06 Thread Timur Sufiev
** Changed in: horizon Status: New => Fix Committed ** Changed in: horizon/kilo Assignee: (unassigned) => Timur Sufiev (tsufiev-x) ** Changed in: horizon Assignee: Timur Sufiev (tsufiev-x) => (unassigned) ** Changed in: horizon Status: Fix Committed =>

[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 (H

[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 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 because

[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 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 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 1276696] Re: when flavor is too small the error is not clear

2015-11-24 Thread Timur Sufiev
The above patch is in Nova, there is no specific patch in Horizon. ** 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.launc

[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 membe

[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 Status:

[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 becau

[Yahoo-eng-team] [Bug 1519892] [NEW] There is now way to pass custom redirect url as success/failure url to modal forms

2015-11-25 Thread Timur Sufiev
forms + modifying get_link_url() method for every LinkAction that is called from paged table. ** Affects: horizon Importance: Medium Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1520582] [NEW] Recent fix to integration tests didn't fix the intermittent test_dashboard_help_redirection failure

2015-11-27 Thread Timur Sufiev
Public bug reported: A watchful reviewer may notice that sometimes test_dashboard_help_redirection fails. Initially I thought that it was caught by an increased network timeout from Jenkins worker node to docs.openstack.org site. So I made a patch https://github.com/openstack/horizon/commit/647421

[Yahoo-eng-team] [Bug 1520650] [NEW] Integration tests don't wait for info messages disappearing

2015-11-27 Thread Timur Sufiev
Public bug reported: Waiting only for success messages (and not info) causes some tests to fail, because info messages (being not dismissed explicitly) stand in the way of clicking other buttons. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x

[Yahoo-eng-team] [Bug 1288231] Re: Page layout of #content_body is build with padding

2014-08-12 Thread Timur Sufiev
** 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/1288231 Title: Page layout of #content_body is build wit

[Yahoo-eng-team] [Bug 1356958] [NEW] Dropdown options with 'btn-danger' class have no gray background on cursor hover

2014-08-14 Thread Timur Sufiev
Public bug reported: So, when I hover mouse over them they are not highlighted. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "hovered-option-with-bg.png" https://bugs.launchpad.net/bugs/1356958/+attachment/4177624/+files/hovered-option-with-bg.png

[Yahoo-eng-team] [Bug 1357331] [NEW] Delayed page reload after modal submit causes another modal to not open

2014-08-15 Thread Timur Sufiev
Public bug reported: Steps to reproduce: 1. Go to Projects, click on 'Modify Quotas' for some project. 2. After quotas tab in modal form appears, change some quota value, click 'Submit'. 3. After 'Loading...' spinner disappears and message 'Success: Modified project .' appears in top right cor

[Yahoo-eng-team] [Bug 1359757] [NEW] DynamicSelectWidget is split into 2 lines after migration to bootstrap 3

2014-08-21 Thread Timur Sufiev
Public bug reported: Also, previously it was a button with '+' glyph, now its simple link without button. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New ** Tags: bootstrap ** Attachment added: "dynamic_select_wi

[Yahoo-eng-team] [Bug 1359857] [NEW] Reveal/Hide password icon is not visible

2014-08-21 Thread Timur Sufiev
Public bug reported: And cannot be pressed. ** Affects: horizon Importance: Undecided Status: New ** Tags: bootstrap ** Attachment added: "no_reveal_password_control.png" https://bugs.launchpad.net/bugs/1359857/+attachment/4183749/+files/no_reveal_password_control.png -- Yo

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

2014-09-11 Thread Timur Sufiev
before re-creating as a bug) ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: New ** Changed in: horizon Assignee: (unassigned) => Timur Sufiev (tsufiev-x) -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1371610] [NEW] Incorrect template resolving on Windows

2014-09-19 Thread Timur Sufiev
Sufiev (tsufiev-x) Status: New ** Changed in: horizon Assignee: (unassigned) => Timur Sufiev (tsufiev-x) -- 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/b

[Yahoo-eng-team] [Bug 1259539] [NEW] When switching tabs, 'Loading...' with spinner doesn't disappear after tab data was loaded first time

2013-12-10 Thread Timur Sufiev
Public bug reported: Bug appears on horizon 2013.2. So i switch to some tab, it loads its contents from the server, but after the GET request is completed, 'Loading...' string with spinner do not disappear. If I then switch back to some other tab and then to the tab with hanging spinner, it succes

[Yahoo-eng-team] [Bug 1271151] [NEW] Unable to include openstack_dashboard.settings in other top-level django settings module

2014-01-21 Thread Timur Sufiev
Public bug reported: In order to augment openstack_dashboard.settings with specific django application settings (namely, Murano) while editing neither openstack_dashboard.settings (it contains only settings related to vanilla openstack dashboards), nor /etc/openstack_dashoards/local_settings.py (i

[Yahoo-eng-team] [Bug 1271151] Re: Unable to include openstack_dashboard.settings in other top-level django settings module

2014-01-22 Thread Timur Sufiev
Yes, it was my fault - I was importing some module from horizon. instead of openstack_dashboard. ** 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). h

[Yahoo-eng-team] [Bug 1523957] Re: Domain field is not pre-filled by OPENSTACK_KEYSTONE_DEFAULT_DOMAIN

2015-12-08 Thread Timur Sufiev
** Project changed: horizon => django-openstack-auth -- 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/1523957 Title: Domain field is not pre-filled by OPENSTACK_KEYST

[Yahoo-eng-team] [Bug 1525226] [NEW] Write an integration test for joint behavior of inline cell edit & confirmation of entity deletion

2015-12-11 Thread Timur Sufiev
Public bug reported: While fix bug 1481850 keeps entity names shown in Confirm Delete/whatever modal dialog up to date, we should provide a test for this regression. Since it's very hard to write a simple python/js unit test on a border of python and js functionality (see the fix at https://review

[Yahoo-eng-team] [Bug 1456439] Re: Disable Disassociate Floating IP to an instance in error state

2015-12-11 Thread Timur Sufiev
*** This bug is a duplicate of bug 1441088 *** https://bugs.launchpad.net/bugs/1441088 ** This bug has been marked a duplicate of bug 1441088 hide disassociate floating ip when no floating ip attached -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1525397] [NEW] Integration tests (both tempest and selenium) don't respect Depends-On: Zuul feature

2015-12-11 Thread Timur Sufiev
Public bug reported: Here are 2 patches https://review.openstack.org/#/c/224759/ for Horizon and its django-openstack-auth dependency https://review.openstack.org/#/c/224756/ Although dependency is explicitly mentioned in Horizon patch, integration tests of all kinds still fail to use django-open

[Yahoo-eng-team] [Bug 1491095] Re: For Demo user Create Keypair, Create Security Group and Allocate Floating IP buttons are missing in Horizon

2015-12-16 Thread Timur Sufiev
*** This bug is a duplicate of bug 1491309 *** https://bugs.launchpad.net/bugs/1491309 ** This bug has been marked a duplicate of bug 1491309 Unhandled exception in quota code leads to missing buttons -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1526791] [NEW] test_keypair integration test consistently fails

2015-12-16 Thread Timur Sufiev
usr/lib/python2.7/socket.py", line 571, in create_connection 2015-12-16 07:11:15.275 | 2015-12-16 07:11:15.259 | raise err 2015-12-16 07:11:15.276 | 2015-12-16 07:11:15.260 | error: [Errno 111] Connection refused ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (

[Yahoo-eng-team] [Bug 1506825] Re: Inside multi (Keystone) endpoint environment Horizon logs into incorrect region

2015-12-17 Thread Timur Sufiev
I've discussed use case B with our Keystone team and seems that it's impossible to support such a use case in Keystone until Federation is fully implemented. (Or at least implement it w/o severe security implications related to token revocation). Since this use case was the main reason of implement

[Yahoo-eng-team] [Bug 1527610] [NEW] Manage Volume Attachments dialog layout

2015-12-18 Thread Timur Sufiev
ferent right border position. B) Cancel button is strikethrough with some horizontal line. ** Affects: horizon Importance: Low Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Tags: ux ** Attachment added: "Selection_056.png" https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1533160] [NEW] It's not possible to click on a panel within Admin dashboard which has a homonym at Project dashboard

2016-01-12 Thread Timur Sufiev
, the wrong panel is being matched and the test fails due to inability to click a hidden panel label. ** Affects: horizon Importance: High Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Tags: integration-tests ** Changed in: horizon Importance: Undecided => Hi

[Yahoo-eng-team] [Bug 1395897] Re: Database Instance Status confusion

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1395897 Title: Database Instance Status confusion Status in trove-das

[Yahoo-eng-team] [Bug 1361328] Re: trove not supporting multiple regions

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard ** Changed in: trove-dashboard Milestone: next => None -- 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/1361328 Titl

[Yahoo-eng-team] [Bug 1503384] Re: Trove - Update launch instance to use datastore-flavors

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1503384 Title: Trove - Update launch instance to use datastore-flavors

[Yahoo-eng-team] [Bug 1341750] Re: [data processing] Replace hard coded form with django form

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => sahara ** Tags removed: sahara ** Tags added: dashboard -- 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/1341750 Title: [data processi

[Yahoo-eng-team] [Bug 1282265] Re: Create Backup under Database Detail doesn't populate Database Instance

2016-01-12 Thread Timur Sufiev
** Project changed: horizon => trove-dashboard -- 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/1282265 Title: Create Backup under Database Detail doesn't populate Da

[Yahoo-eng-team] [Bug 1534670] [NEW] Prev button in Project->Images table redirects to the wrong page

2016-01-15 Thread Timur Sufiev
s: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- 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/1534670 Tit

[Yahoo-eng-team] [Bug 1537526] [NEW] Integration tests @tables.bind_row_action() is too picky about buttons layout

2016-01-24 Thread Timur Sufiev
ng to click the single button. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Tags: integration-tests -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open

[Yahoo-eng-team] [Bug 1539197] [NEW] Integration tests fail with 'TypeError: string indices must be integers'

2016-01-28 Thread Timur Sufiev
Public bug reported: New release of Selenium is under suspicion: https://github.com/SeleniumHQ/selenium/issues/1497 ** Affects: horizon Importance: Critical Assignee: Timur Sufiev (tsufiev-x) Status: New ** Summary changed: - Integration tests fail with 'TypeError: s

[Yahoo-eng-team] [Bug 1540495] [NEW] Version 0.28 of xfvbwrapper breaks integration tests

2016-02-01 Thread Timur Sufiev
_cmd list which doesn't exist now before .start() is invoked). ** Affects: horizon Importance: Critical Assignee: Timur Sufiev (tsufiev-x) Status: New ** Changed in: horizon Assignee: (unassigned) => Timur Sufiev (tsufiev-x) ** Changed in: horizon Importanc

[Yahoo-eng-team] [Bug 1541876] [NEW] Version 2.50.1 of Selenium breaks integration tests

2016-02-04 Thread Timur Sufiev
stacktrace) 2016-02-04 02:30:27.829 | 2016-02-04 02:30:27.804 | selenium.common.exceptions.WebDriverException: Message: Element is not clickable at point (944, 0.98333740234375). Other element would receive the click: ** Affects: horizon Importance: Critical Assignee: Timur Sufiev (tsufie

[Yahoo-eng-team] [Bug 1539197] Re: Integration tests fail with 'TypeError: string indices must be integers'

2016-02-04 Thread Timur Sufiev
** 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/1539197 Title: Integration tests fail with 'TypeE

[Yahoo-eng-team] [Bug 1542211] [NEW] Some Jenkins nodes fail create_instance integration test due to missing network

2016-02-05 Thread Timur Sufiev
https://review.openstack.org/#/c/276123/ ** Affects: horizon Importance: High Assignee: Timur Sufiev (tsufiev-x) 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 1543541] [NEW] When an unhandled Python error is raised in i9n tests, cleanup code becomes non-functional

2016-02-09 Thread Timur Sufiev
x27;s very difficult to understand what caused integration test to fail. ** Affects: horizon Importance: Medium Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Project changed: python-novaclient => horizon -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1526791] Re: test_keypair integration test consistently fails

2016-02-10 Thread Timur Sufiev
** Changed in: horizon Status: In Progress => Fix Released ** Changed in: horizon Milestone: mitaka-2 => mitaka-3 -- 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 1545008] [NEW] Unicode symbols in tenant name are displayed incorrectly in RC file download

2016-02-12 Thread Timur Sufiev
characters. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- 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/1545

[Yahoo-eng-team] [Bug 1545042] [NEW] New i9n tests exceptions_captured context manager introduce a bug in failure reports

2016-02-12 Thread Timur Sufiev
High Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Changed in: horizon Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1545724] [NEW] Pages are not refilled when the first page becomes empty

2016-02-15 Thread Timur Sufiev
Public bug reported: Steps to reproduce: 1. Set Items per Page to 1 2. Create 2 instances at Project->Compute 3. Delete the instance of Page 1. 4. Notice that the page 1 is empty now, while Next link is still active and redirects us to Page 2 with another Instance. Expected behavior: Pages are

[Yahoo-eng-team] [Bug 1550055] [NEW] Horizon distro prerequisites package list in Quickstart docs are outdated

2016-02-25 Thread Timur Sufiev
checked that). ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- 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 1610326] [NEW] When creating Router one has to scroll form down to see dropdown options

2016-08-05 Thread Timur Sufiev
Public bug reported: The screenshot explains the issue. ** Affects: horizon Importance: Medium Assignee: Diana Whitten (hurgleburgler) Status: Confirmed ** Attachment added: "Screenshot from 2016-08-05 19-00-12.png" https://bugs.launchpad.net/bugs/1610326/+attachment/47150

[Yahoo-eng-team] [Bug 1613703] [NEW] Types of form values are lost when transferred using multipart/form-data

2016-08-16 Thread Timur Sufiev
Public bug reported: Django REST wrappers defined on Horizon's server-side to receive data from Angular modal forms rely on field values being transferred along with their type using JSON format, i.e. number widgets produce '{number_field: 42}', boolean fields produce '{boolean_field: true} etc. T

[Yahoo-eng-team] [Bug 1603307] Re: horizon plugin gives the KeyError

2016-08-25 Thread Timur Sufiev
New patch is here: https://review.openstack.org/#/c/359850/ ** Changed in: murano Status: Confirmed => In Progress ** Changed in: horizon Assignee: David Lyle (david-lyle) => Timur Sufiev (tsufiev-x) ** Changed in: horizon Status: Fix Released => In Progress ** C

[Yahoo-eng-team] [Bug 1625253] [NEW] Collection of test artifacts in integration tests is broken after transition to xenial

2016-09-19 Thread Timur Sufiev
We should not rely on any particular workspace name as it's very fragile. Will use relative paths instead. ** Affects: horizon Importance: High Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1627010] [NEW] Issues with accessing FF profiler by Selenium Webdriver in integration tests

2016-09-23 Thread Timur Sufiev
filename) 2016-09-23 12:11:39.735987 | 2016-09-23 12:11:39.735 | OSError: [Errno 2] No such file or directory: '/tmp/tmpUJU0SW/lock' ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Tags: integration-tests ** Cha

[Yahoo-eng-team] [Bug 1480264] [NEW] Error message indents are different on login page

2015-07-31 Thread Timur Sufiev
Public bug reported: When 1) session is expired => user is redirected to login page where 2) he provides incorrect credentials, 3) he observes that indents are different for different error messages (see screenshot). ** Affects: horizon Importance: Undecided Assignee: Timur Suf

[Yahoo-eng-team] [Bug 1480997] [NEW] Can not get info about stack operation events

2015-08-03 Thread Timur Sufiev
owing error message in UI: Error: Unable to retrieve resource. Problem is that stack itself is not a resource, so it is incorrect to try to redirect to Resource Details page (and show a link for that). ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status

[Yahoo-eng-team] [Bug 1482671] [NEW] Sorting by IP addresses is broken in XStatic-JQuery.TableSorter==2.0.5b.0

2015-08-07 Thread Timur Sufiev
Public bug reported: But it works in XStatic-JQuery.TableSorter==2.14.5.1. That means that we should raise the lower bound for version in requirements to ensure that sorting by IP address works in Horizon. ** Affects: horizon Importance: Medium Assignee: Timur Sufiev (tsufiev-x

[Yahoo-eng-team] [Bug 1482705] [NEW] When Nova quotas are disabled, one cannot choose flavor in Launch Instance NG

2015-08-07 Thread Timur Sufiev
Public bug reported: In some OpenStack setups Nova quotas are disabled (partly due to performance reasons, partly because of legacy issues) by using no-op driver for them. In this situation it's impossible to launch an instance with Angular-based workflow because the process is blocked at Flavor s

[Yahoo-eng-team] [Bug 1492270] [NEW] SortedDict class is deprecated since Django 1.7 and will be removed in 1.9

2015-09-04 Thread Timur Sufiev
Public bug reported: Thus django.utils.datastructures.SortedDict should be replaced with collections.OrderedDict. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1492270] Re: SortedDict class is deprecated since Django 1.7 and will be removed in 1.9

2015-09-04 Thread Timur Sufiev
There is a blueprint for this, https://blueprints.launchpad.net/openstack/?searchtext=replace- sorteddict-with-ordereddict ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1492270] Re: SortedDict class is deprecated since Django 1.7 and will be removed in 1.9

2015-09-04 Thread Timur Sufiev
Okay, there is an opinion that a blueprint is a too loud word for such a change. ** Changed in: horizon Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bug

[Yahoo-eng-team] [Bug 1493354] [NEW] Some angular unit tests use a wrong way of checking if an element exists

2015-09-08 Thread Timur Sufiev
Public bug reported: I've noticed a few occurrences of the following pattern in the Horizon unit tests for Angular directives: `expect(element.find(someSelector)).toBeDefined()`. That is going to always true, since element.find(someSelector) returns an Array-like object which _is_ defined. The cor

[Yahoo-eng-team] [Bug 1493426] [NEW] Angular quota pie charts are broken after applying bp horizon-theme-css-reorg

2015-09-08 Thread Timur Sufiev
: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- 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/1493426 Title

[Yahoo-eng-team] [Bug 1493998] [NEW] Integration tests should use unicode characters in user-provided data

2015-09-09 Thread Timur Sufiev
Public bug reported: The bug 1488443 showed us that Unicode was broken in Horizon and we didn't even know this. Using unicode characters in every name generator in integration tests will help to catch some unicode issues before they hit us hard. ** Affects: horizon Importance: High

[Yahoo-eng-team] [Bug 1494251] [NEW] AVAILABLE_REGIONS setting name gets confused with regions within Keystone service catalog

2015-09-10 Thread Timur Sufiev
Public bug reported: Currently we have 2 different kinds of regions: the service regions inside Keystone catalog and AVAILABLE_REGIONS setting inside Horizon, yet use the same name 'regions' for both of them. That creates a lot of confusion when solving some region-related issues at the Horizon/

[Yahoo-eng-team] [Bug 1494287] [NEW] Urls in AVAILABLE_REGIONS setting fail to match against Keystone API endpoint in catalog

2015-09-10 Thread Timur Sufiev
Public bug reported: The problem is that keystone endpoint urls from AVAILABLE_REGIONS settings has suffix defining which keystone version should be used, and that version does not always match with the version inside the url returned from keystone catalog. More concrete example (local_settings.p

[Yahoo-eng-team] [Bug 1494819] [NEW] Russian strings for Actions within Project->Instances page 'More Actions' dropdown are missing

2015-09-11 Thread Timur Sufiev
Public bug reported: The same page translated to other languages where unicode is used (Serbian, Japanese) looks ok. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1496063] [NEW] Add an integration test for switching between 2 projects of one user

2015-09-15 Thread Timur Sufiev
Public bug reported: The bug 1450963 would have been caught earlier, if we had an integration test which switched 2 projects for one user and checked for absence of error messages. ** Affects: horizon Importance: Wishlist Status: New ** Tags: integration-tests ** Tags added: inte

[Yahoo-eng-team] [Bug 1456439] Re: Disable Disassociate Floating IP to an instance in error state

2015-09-16 Thread Timur Sufiev
Kyrylo, please keep MOS bugs separate from Horizon bugs, otherwise Mirantis gerrit will add comments here that make no sense for anyone from upstream. ** No longer affects: mos -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenS

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

2015-09-21 Thread Timur Sufiev
I find this check highly valuable and think it could be generalized for other OpenStack projects as well. Particularly, for Horizon. ** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1551771] [NEW] Tabs inside TabbedFormRegion cannot be switched to if the form is being shown over tabbed table

2016-03-01 Thread Timur Sufiev
inside form itself, not inside the page. ** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Tags: integration-tests -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1552686] [NEW] Argument 'primary' to tables.bind_row_action() decorator makes it inflexible

2016-03-03 Thread Timur Sufiev
Public bug reported: During the transitioning from legacy Launch Instance wizard to Angular one it was decided to test both workflows in integration test: legacy for deployers' peace of mind, Angular (once tests are written) for developers' confidence. With both workflows enabled, the following bu

[Yahoo-eng-team] [Bug 1241027] Re: Intermitent Selenium unit test timout error

2016-03-03 Thread Timur Sufiev
Ok, Juno is EOL already, so closing this one as Won't Fix. ** Also affects: horizon/juno Importance: Undecided Status: New ** Also affects: horizon/mitaka Importance: Medium Status: Confirmed ** Changed in: horizon/mitaka Status: Confirmed => Invalid ** Changed in: ho

[Yahoo-eng-team] [Bug 1313708] Re: testing fails on specific systems due to set ordering

2016-03-03 Thread Timur Sufiev
Seems that the problem was resolved long ago, closing this one. ** Changed in: horizon Status: In Progress => Fix Released ** Changed in: horizon Milestone: None => 8.0.2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1553142] [NEW] Cannot suspend instance from Details page if the Instance is not on 1st page of table

2016-03-04 Thread Timur Sufiev
Public bug reported: Cannot suspend instance from Horizon "Details" page. Problem is reproduced only if an instance does not belong to the 1st page of the list. Steps to reproduce: 1. Boot instance 2. Ensure that it is placed on the 2 page in the list (so it is not visible on 1st page of /ad

[Yahoo-eng-team] [Bug 1124540] Re: swiftclient put_object needs a content_length

2016-03-04 Thread Timur Sufiev
*** This bug is a duplicate of bug 1352256 *** https://bugs.launchpad.net/bugs/1352256 ** This bug is no longer a duplicate of bug 1200534 swiftclient put_object needs Content-Length header ** This bug has been marked a duplicate of bug 1352256 Uploading a new object fails with Ceph as o

[Yahoo-eng-team] [Bug 1200534] Re: swiftclient put_object needs Content-Length header

2016-03-04 Thread Timur Sufiev
*** This bug is a duplicate of bug 1352256 *** https://bugs.launchpad.net/bugs/1352256 This issue seems to be fixed in https://bugs.launchpad.net/horizon/+bug/1352256 Setting this one as the duplicate, it may be older, but the fix isn't here. ** This bug has been marked a duplicate of bug 13

[Yahoo-eng-team] [Bug 1554024] [NEW] Websso link is contructed wrong in openstack_auth

2016-03-07 Thread Timur Sufiev
Public bug reported: Federation is set up in Keystone Openstack_auth is responsible for constructing the URL in order to properly redirect user's browser to Horizon after successful authentication with IdP. By default it uses "/auth/websso/" as the origin, while it's required it to be "/dashboar

[Yahoo-eng-team] [Bug 1555018] [NEW] Select Network widget in Legacy LI is empty

2016-03-09 Thread Timur Sufiev
Public bug reported: It is no longer possible to launch an instance using legacy Launch Instance wizard - the Select Network widget doesn't have any network inside, but these missing networks are still present in Angular Launch Instance wizard. It's definitely an issue of a legacy LI->Select Netw

[Yahoo-eng-team] [Bug 1554024] Re: Websso link is contructed wrong in openstack_auth

2016-03-10 Thread Timur Sufiev
Not confirmed on master branch, already fixed in liberty. ** 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/

[Yahoo-eng-team] [Bug 1558506] [NEW] Multiple select checkbox is not properly updated

2016-03-19 Thread Timur Sufiev
Public bug reported: When all elements of a table are deleted (using AJAX updates), multiple select checkbox doesn't disappear, while it should. ** Affects: horizon Importance: Low Assignee: Diana Whitten (hurgleburgler) Status: Confirmed ** Attachment added: "Screenshot from

[Yahoo-eng-team] [Bug 1560467] [NEW] Integration tests support code is included into production codebase while it shouldn't

2016-03-22 Thread Timur Sufiev
CSS classes etc. These things do not affect User-centric Horizon, yet they add a small overhead to a production Horizon codebase. It would be nice to have a way of excluding all these assets using one switch. ** Affects: horizon Importance: Wishlist Assignee: Timur Sufiev (tsufiev-x

[Yahoo-eng-team] [Bug 1564405] [NEW] Integration tests don't actually wait until table row is deleted

2016-03-31 Thread Timur Sufiev
nce of .is_displayed() method in RowRegion, we had to invoke element.src_elem.is_displayed() in that case). ** Affects: horizon Importance: High Assignee: Timur Sufiev (tsufiev-x) Status: In Progress ** Changed in: horizon Importance: Undecided => High ** Changed in: horizon

[Yahoo-eng-team] [Bug 1564543] [NEW] It is impossible to access assets of the theme not present in AVAILABLE_THEMES

2016-03-31 Thread Timur Sufiev
Public bug reported: Currently themes machinery works in such way that if we rely on default theme in our branded theme, we have to include them both into AVAILABLE_THEMES setting, otherwise default theme assets will be unavailable and the branded theme assets compilation will fail. On the other h

[Yahoo-eng-team] [Bug 1565724] [NEW] Launch Instance layout breaks on long names in transfer table

2016-04-04 Thread Timur Sufiev
Public bug reported: See the screenshot. ** Affects: horizon Importance: Medium Assignee: Rob Cresswell (robcresswell) Status: Confirmed ** Attachment added: "Screen Shot 2016-04-04 at 12.32.29.png" https://bugs.launchpad.net/bugs/1565724/+attachment/4622869/+files/Screen%

[Yahoo-eng-team] [Bug 1568063] [NEW] Batch buttons enabled/disabled state is lost on table rows update

2016-04-08 Thread Timur Sufiev
** Affects: horizon Importance: Undecided Assignee: Timur Sufiev (tsufiev-x) Status: In Progress -- 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/156

[Yahoo-eng-team] [Bug 1568387] [NEW] Integration tests fail due to slow creation of an instance

2016-04-09 Thread Timur Sufiev
Public bug reported: If you ever encounter traceback like this in the results of gate- horizon-dsvm-integration job 2016-04-09 19:32:21.451 | 2016-04-09 19:32:21.432 | Traceback (most recent call last): 2016-04-09 19:32:21.453 | 2016-04-09 19:32:21.433 | File "/opt/stack/new/horizon/openstack

  1   2   >