[Yahoo-eng-team] [Bug 1631930] [NEW] Horizon default container name 'volumebackups' for volume backups could be invalid

2016-10-10 Thread Paul Karikh
this: `oslo_messaging.rpc.dispatcher ObjectNotFound: error opening pool 'volumebackups'` And since Cinder is able to fill missing value with correct default name it is better to remove this Hardcode from Horizon side. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh

[Yahoo-eng-team] [Bug 1607846] [NEW] osprofiler @trace decorator fails with unicode

2016-07-29 Thread Paul Karikh
Public bug reported: @trace decorator fails on this line: https://github.com/openstack/osprofiler/blob/master/osprofiler/profiler.py#L150 when function args have unicode in their argument. In my case it was the following dict: {"name": u'\u4e91\u89c4\u5219', "status": "ACTIVE", "tenant_id":

[Yahoo-eng-team] [Bug 1599818] Re: Horizon has missing OS_API_IDENTITY_VERSION in Openstack RC file for V3

2016-07-07 Thread Paul Karikh
** 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/1599818 Title: Horizon has missing OS_API_IDENTITY_VERSION in

[Yahoo-eng-team] [Bug 1599818] [NEW] Horizon has missing OS_API_IDENTITY_VERSION in Openstack RC file for V3

2016-07-07 Thread Paul Karikh
the file. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1595095] [NEW] Horizon tabbed view returns rendered read-only response

2016-06-22 Thread Paul Karikh
/horizon/views.py#L65 Described tabs view behaviour makes impossible to modify response via middleware. For example, we cannot add messages from middleware despite the fact we can do it if we handing simple view request. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh

[Yahoo-eng-team] [Bug 1591206] [NEW] Openstack Dahsobard tab cant get view data

2016-06-10 Thread Paul Karikh
Public bug reported: Currently openstack dashbord tab fetches data and passes it into context and it is not able to consume already loaded data from the view. For example, lets suppose that we have a MultiTableView with tabs. To render our view itself we need to call api.neutron.get_network().

[Yahoo-eng-team] [Bug 1588835] [NEW] Admin/Networks table has missing CreateSubnet action

2016-06-03 Thread Paul Karikh
/horizon/blob/master/openstack_dashboard/dashboards/admin/networks/tables.py#L117 ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notificat

[Yahoo-eng-team] [Bug 1582298] [NEW] Django compressor cannot find custom theme templates

2016-05-16 Thread Paul Karikh
Public bug reported: Looks like django compressor can't find templates files from custom theme. When I try to run .manage.py compress I have the following errors: `Non-existent template at: /home/paul/horizon/openstack_dashboard/themes/custom/templates/header/_header.html` And Horizon can find

[Yahoo-eng-team] [Bug 1579111] [NEW] Project/Volumes page do not respect polic.json value

2016-05-06 Thread Paul Karikh
Public bug reported: Let's assume that user/operator wants to restrict access to the Volumes page via policy.json file. Looks like the best way to do it is to set '"volume:get_all": ["rule:context_is_admin"],' in cinder_policy.json file. But if we do so and restart Horizon - nothing happens.

[Yahoo-eng-team] [Bug 1567529] [NEW] Disabled neutron quota break "Create subnet" button

2016-04-07 Thread Paul Karikh
m/openstack/horizon/commit/5ba219acbfddb9b9308a75da361fda915ba61f37 #diff-6f73ca5e50c3e694b8147669832912baR2152 ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this

[Yahoo-eng-team] [Bug 1564878] [NEW] Whitespace is not omitted in Horizon search query

2016-04-01 Thread Paul Karikh
-Searching for " test" yields zero results. Expected Results: It would be expected for Horizon to filter out whitespace before and after a search query, especially since whitespace is filtered before and after the name field upon instance creation. ** Affects: horizon Importance: Undec

[Yahoo-eng-team] [Bug 1564498] [NEW] Pagination does not work properly in Volume snapshot panel

2016-03-31 Thread Paul Karikh
lt: - snapshot#3 and snapshot#4 are displayed, prev button is present ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification

[Yahoo-eng-team] [Bug 1527575] Re: failed to create user from domain scoped token

2016-03-04 Thread Paul Karikh
Checked with current master and looks like issue is fixed now. Issue was fiexed in DOA 2.2.0, as Doug said. Horizon installs in venv django_openstack_auth==2.2.0 now. So, I think, we can close it for Horizon as invalid. ** Changed in: horizon Status: New => Invalid -- You received this

[Yahoo-eng-team] [Bug 1551306] [NEW] Horizon could show invalid number of used instances

2016-02-29 Thread Paul Karikh
/horizon/blob/master/openstack_dashboard/usage/views.py#L67 ** Affects: horizon Importance: Medium Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1543620] [NEW] Clientside workflow filter do not show all users

2016-02-09 Thread Paul Karikh
Public bug reported: 1) Go to /identity 2) Press 'create project' button, go to 'Project Groups' tab 3) For example, you have there two default groups: 'admins' and 'nonadmins'. Type 'non' in the left filter field 4) Filter works correct and now 'all groups' panel has only 'nonadmins' group.

[Yahoo-eng-team] [Bug 1541303] [NEW] Increase quota-related unit-tests coverage

2016-02-03 Thread Paul Karikh
merging. ** Affects: horizon Importance: Medium Assignee: Paul Karikh (pkarikh) Status: Triaged ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1527604] [NEW] Cannot clear description of the image with Horizon

2015-12-18 Thread Paul Karikh
: * Description is still here ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: In Progress ** Summary changed: - Cannot clear description of the image + Cannot clear description of the image with Horizon ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1527257] [NEW] Horizon shows key-pair name instead of ID

2015-12-17 Thread Paul Karikh
Public bug reported: Navigate to Project -> Compute -> Access & Security -> Key Pairs tab Create a keypair. Keypair details will show keypair name instead of ID ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New -- You rece

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

2015-12-08 Thread Paul Karikh
on the login page with default domain too. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1506926] [NEW] Containers page generates ajax request for every container on page

2015-10-16 Thread Paul Karikh
Public bug reported: project/containers/ page generetaes ajax query for every single container when page is loaded. If there are a lot of containers on the page, this behaviour makes page irresponsible and very slow. ** Affects: horizon Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1504136] [NEW] Floating IP addresses sorting does not work

2015-10-08 Thread Paul Karikh
Public bug reported: Steps: 1. Navigate to Horizon: Project -> Compute -> Access & Security -> Floating IPs 2. Allocate IP to Project - several times 3. Try to Sort IP addresses by clicking on tablesorter-header "IP Address". Expected to sort IPs ascending and descending. Actual: sorting does

[Yahoo-eng-team] [Bug 1504190] [NEW] Horizon revokes admin role from user if cannot get user_list

2015-10-08 Thread Paul Karikh
Public bug reported: 1) Deploy Horizon with users storing in LDAP 2) Create a lot of users in LDAP so Keystone couldn't return user_list 3) Go to identity/projects and try to update quotas for project where you have admin role Sometimes you get message 'You cannot revoke your administrative

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

2015-09-15 Thread Paul Karikh
Public bug reported: If Keystone is set up with LDAP and there is a lot of users (look like 1500 users if an the threshold value), Horizon can't fetch all users from domain and shows error "Error: Unable to retrieve user list." There is no issues if number of users in LDAP is much smaller. Also

[Yahoo-eng-team] [Bug 1495472] [NEW] Horizon forbids user access to identity users/groups with OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT=True

2015-09-14 Thread Paul Karikh
Public bug reported: When Horizon is setted up with OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True, user will not be to access identity/users and identity/groups with Unauthorized error, which in turn makes Horizon logout user. Horizon fills domain name before sending request to Keystone the

[Yahoo-eng-team] [Bug 1492293] [NEW] Openstack Dashboard could forbid access when service unavailable

2015-09-04 Thread Paul Karikh
or panel. So we need some investigation here. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) => Paul Karikh (pkarikh) -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1488143] [NEW] Wrong translation string for Kilo

2015-08-24 Thread Paul Karikh
Public bug reported: For Kilo release string translation for Failed to remove router(s) from firewall %(name)s: %(reason)s has invalid params: Failed to remove router(s) from firewall %(name)s: %(reason)s - Yönlendiriciler %(firewall)s güvenlik duvarından kaldırılamadı: %(reason)s.

[Yahoo-eng-team] [Bug 1466146] [NEW] Horizon header dropdowns are broken with angular-ui bootstrap 0.13

2015-06-17 Thread Paul Karikh
-5ae2ebb96c0fcb671f14ff1d67372c5aR9 when a tag was replaced with button tag. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) = Paul Karikh (pkarikh) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1403815] Re: User can access password other user through login form password autocomplete

2015-03-17 Thread Paul Karikh
I've tried it with Firefox 36, Google Chrome 41, Chromium 39and current master. Looks like now this bug is invalid. ** 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

[Yahoo-eng-team] [Bug 1433110] [NEW] Autocomplete on login form doesn't work from until user click outside the form in Firefox

2015-03-17 Thread Paul Karikh
Public bug reported: 1) Delete saved logins/passwords pairs for Horizon 2) Login with login form, chose 'save password' 3) Logout 4) Go to the login page. User name and password fields will be empty 5) Try to type your login in login field - there is no autosuggest 6) Click outside the login

[Yahoo-eng-team] [Bug 1403725] Re: The same user in chrome got Error: Unauthorized: when the user password is updated in firefox

2015-03-11 Thread Paul Karikh
*** This bug is a duplicate of bug 1252341 *** https://bugs.launchpad.net/bugs/1252341 ** This bug is no longer a duplicate of bug 1086189 User is not logged out once his token is revoked by keystone ** This bug has been marked a duplicate of bug 1252341 Horizon crashes when removing

[Yahoo-eng-team] [Bug 1403815] [NEW] User can access password other user through login form password autocomplete

2014-12-18 Thread Paul Karikh
input. ** Affects: horizon Importance: Undecided Assignee: Paul Karikh (pkarikh) Status: New ** Attachment added: password_autocomplete.png https://bugs.launchpad.net/bugs/1403815/+attachment/4283386/+files/password_autocomplete.png ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1386283] [NEW] Unable to return to the previous page in Admin-Instances

2014-10-27 Thread Paul Karikh
Karikh (pkarikh) Status: New ** Changed in: horizon Assignee: (unassigned) = Paul Karikh (pkarikh) -- 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/1386283

[Yahoo-eng-team] [Bug 1371510] [NEW] The server responds an html for inline-edit-tables with mailto link in 'input' tag and wrong double quotes in 'value' attribute

2014-09-19 Thread Paul Karikh
Assignee: Paul Karikh (pkarikh) Status: New ** Tags: tables-inline-edit ** Changed in: horizon Assignee: (unassigned) = Paul Karikh (pkarikh) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard