[Yahoo-eng-team] [Bug 1600229] [NEW] With only one key pair it should be selected by default in AngularJS Launch Instance

2016-07-08 Thread Marcos Lobo
Public bug reported: In the Launch Instance panel (not the new AngularJS version) when you create a new instance and you have only one key pair, that key pair is selected by default for the instance creation. If there is more than one, anyone is selected by default an you have to select one if

[Yahoo-eng-team] [Bug 1587893] [NEW] Infinity quota values are not parsed by JSON.parse for getAbsoluteLimits

2016-06-01 Thread Marcos Lobo
Public bug reported: When some of the values for Cinder quota are set to -1 (which means, "infinity" quota), REST API call for getAbsoluteLimits [1] crashes. That JavaScript function makes a request to http://localshost/api/cinder/tenantabsolutelimits/ That request, generates a response, like:

[Yahoo-eng-team] [Bug 1573566] [NEW] Instance actions displayed when instance is locked

2016-04-22 Thread Marcos Lobo
Public bug reported: When you lock an instance some actions, like STOP, SOFT REBOOT, etc, can not be executed. In Horizon Liberty (8.0.0), when you lock an instance, the drop down actions button displays actions that can not be done in "LOCKED" state. How to reproduce: 1. Go to instance list 2.

[Yahoo-eng-team] [Bug 1557353] [NEW] Delete servers in error state

2016-03-15 Thread Marcos Lobo
CLI allows terminate instances in error state, I think we should allow this in Horizon as well. I do not see any reason to not allow delete multiple instances in error state from Horizon. ** Affects: horizon Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Sta

[Yahoo-eng-team] [Bug 1538089] [NEW] Add policy checks at TABs level

2016-01-26 Thread Marcos Lobo
Public bug reported: In order to improve the configuration possibilities in Horizon, we could introduce policy checks at TAB level. TABs are elements that live in PANEL elements. Use cases: - Only enable Floating IPs TAB, in Access And Security panel, for user with "owner" role - Disable Volume

[Yahoo-eng-team] [Bug 1530864] Re: VolumeTypeList rest call is not implemented

2016-01-20 Thread Marcos Lobo
This is already implemented in master https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/cinder.py#L98 ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1535628] [NEW] Load drop-down tenant list via AJAX

2016-01-19 Thread Marcos Lobo
Public bug reported: I found a performance issue login in Horizon with Admin user. If in your OpenStack cloud you have a lot of tenants, like > 1500, when you try to login Horizon using Admin credentials it takes a lot of time to load the main web page... Even it could rise a "time exception"

[Yahoo-eng-team] [Bug 1534168] [NEW] TenantAbsoluteLimits rest call do not return dict

2016-01-14 Thread Marcos Lobo
Public bug reported: In the cinder REST api, all the get() methods do return always a dictionary or a list of dictionaries. But there is only one method that it does NOT: TenantAbsoluteLimits. You can check here

[Yahoo-eng-team] [Bug 1530864] [NEW] VolumeTypeList rest call is not implemented

2016-01-04 Thread Marcos Lobo
Public bug reported: VolumeTypeList cinder API REST call is not implemented yet in Horizon ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1490850] [NEW] No hostname validation in launch instance angularjs panel

2015-09-01 Thread Marcos Lobo
Public bug reported: Horizon Juno does not have hostname validation in AngularJS launch instance form. For example, you can create a new instance with name: "#3r" That name will cause problems when Nova try to handle, but Horizon allow launch a new instance with a not valid hostname. A valid

[Yahoo-eng-team] [Bug 1458800] [NEW] No hostname validation

2015-05-26 Thread Marcos Lobo
Public bug reported: Horizon Juno does not have hostname validation in instance creation form. For example, you can create a new instance with name: #3r That name will cause problems when Nova try to handle, but Horizon allow launch a new instance with a not valid hostname. A valid hostname

[Yahoo-eng-team] [Bug 1425845] Re: Image list multiselection buttons allowed

2015-02-27 Thread Marcos Lobo
I think it is already solved in K1 and J2 https://bugs.launchpad.net/horizon/+bug/1365803 More details https://github.com/openstack/horizon/commit/8ea177b67a28b328b571b1140b7db01e303f6abc Sorry for the noise. ** Changed in: horizon Status: New = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1425845] [NEW] Image list multiselection buttons allowed

2015-02-26 Thread Marcos Lobo
Public bug reported: In Horizon Juno Name: openstack-dashboard Arch: noarch Version : 2014.2.1 Release : 2.el7.centos DESCRIPTION: In Project dashboard - Image list there is a problem with the CSS behavior in the buttons grouped (Project, Shared with me, Public). The

[Yahoo-eng-team] [Bug 1396650] Re: Duplicated tests for Catalog

2014-12-02 Thread Marcos Lobo
Ok Steve, I understand the goal of each test file. My point is, now we have 3 different catalog backends. test_catalog.py is not be able to manage the different implementations from those backends. For example, in this patch https://review.openstack.org/#/c/120011/ I'm implementing methods for

[Yahoo-eng-team] [Bug 1396650] [NEW] Duplicated tests for Catalog

2014-11-26 Thread Marcos Lobo
Public bug reported: About testing the catalog backends (KVS, SQL and Templated). Now, we have to different test files to do the same things. keystone/tests/test_backend.py - Which has a lot of test related with Identity, Policy, Token, ... and Catalog keystone/tests/test_catalog.py - Which

[Yahoo-eng-team] [Bug 1392721] [NEW] Documentation error in base tables

2014-11-14 Thread Marcos Lobo
something like: a href=whatever class=css-foo css-barmy name/a But doesn't work. ** Affects: horizon Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1373439] [NEW] Django models.py bug already fixed

2014-09-24 Thread Marcos Lobo
Public bug reported: In this file https://github.com/openstack/horizon/blob/master/horizon/models.py#L20 we have this message: Stub file to work around django bug: https://code.djangoproject.com/ticket/7198; And this bug was already fixed, so, in my opinion, we should to improve this models.py

[Yahoo-eng-team] [Bug 1367113] [NEW] Templated catalog backend V3 not implemented

2014-09-09 Thread Marcos Lobo
class. The problem is Templated backend has obtained all the info about the endpoints (reading default_catalog.templates file on __init__ function) but Kvs backend doesn't have any idea about that, so that calls always returns empty. ** Affects: keystone Importance: Undecided Assignee: Marcos

[Yahoo-eng-team] [Bug 1363917] [NEW] Errors on Configuring Federation doumentation

2014-09-01 Thread Marcos Lobo
Public bug reported: In Configuring Federation documentation section all the external links are break https://github.com/openstack/keystone/blob/master/doc/source/configure_federation.rst#configuring-federation I think there is only one link (python-openstackclient) right, all other are break, I

[Yahoo-eng-team] [Bug 1363932] [NEW] Internal error Enabling Federation Extension

2014-09-01 Thread Marcos Lobo
Public bug reported: Following steps here http://docs.openstack.org/developer/keystone/extensions/federation.html I've realized of a possible bug, but I'm not sure, let me explain myself. Step 3 of http://docs.openstack.org/developer/keystone/extensions/federation.html [pipeline:api_v3]

[Yahoo-eng-team] [Bug 1362181] [NEW] Multi-domain has problems with domain drivers

2014-08-27 Thread Marcos Lobo
Public bug reported: My Environment -- I've install RDO Openstack Icehouse, then I've upgrade to keystone-2014.2.b2 from launchpad tarball. I'm using SQL (not LDAP). With standard installation, we have only 1 domain, the default domain. I did not configure nothing more. What I want

[Yahoo-eng-team] [Bug 1360244] [NEW] Heat - Select template doesn't check well template source method

2014-08-22 Thread Marcos Lobo
Public bug reported: On Horizon Icehouse 2014.1.1 release and Heat Icehouse 2014.1.1 release. HOW TO REPRODUCE - 1.- Go to http://mydomain/dashboard/project/stacks/select_template 2.- Select URL template source 3.- Fill the URL field with an URL to a file with

[Yahoo-eng-team] [Bug 1358330] [NEW] Error on _ldap_get_list without attrlist value

2014-08-18 Thread Marcos Lobo
to send it to LDAP search. ** Affects: keystone Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https

[Yahoo-eng-team] [Bug 1343932] [NEW] CRUD grant don't check user_id and group_id

2014-07-18 Thread Marcos Lobo
Public bug reported: In Icehouse release, CRUD grant functions[1] don't check if user_id and group_id exists. role_id, domain_id and project_id are checked and I don't see any reason why don't check user_id and group_id as well. I think we should change these functions to check if user_id and

[Yahoo-eng-team] [Bug 1336769] [NEW] LDAP additional attribute mappings do not care about model attribute

2014-07-02 Thread Marcos Lobo
Public bug reported: Additional attribute mappings can be used to map ldap attributes to internal keystone attributes. This allows keystone to fulfill ldap objectclass requirements. List of additional LDAP attributes used for mapping additional attribute mappings for users (or projects).

[Yahoo-eng-team] [Bug 1335046] [NEW] project_additional_attribute_mapping not loaded on Havana

2014-06-27 Thread Marcos Lobo
Public bug reported: On openstack-keystone-2013.2.3-2 keystone config file https://github.com/openstack/keystone/blob/stable/havana/etc/keystone.conf.sample#L416 there is a reference to project_additional_attribute_mapping parameter. This parameter is not loaded on Havana version. When Keystone

[Yahoo-eng-team] [Bug 1333712] [NEW] NotImplemented _for_groups functions on LDAP

2014-06-24 Thread Marcos Lobo
Public bug reported: These functions are not implemented on assignment LDAP backend: - get_roles_for_groups - list_projects_for_groups - list_domains_for_groups ** Affects: keystone Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1327101] [NEW] Slash character missed on delete using V2

2014-06-06 Thread Marcos Lobo
Public bug reported: Using openstack-glance-2013.2.3-2.el6.noarch and V2 API. If you execute the command below: $ glance --debug --os-image-api-version 2 image-delete IMAGE-ID You can see a lot of CURL operations, and the last one has a typo in the URL between the port number and v2. A slash

[Yahoo-eng-team] [Bug 1323646] [NEW] Documentation Configuring Glance API to use Keystone without auth_version

2014-05-27 Thread Marcos Lobo
Public bug reported: The official documentation to use keystone in Glance API has not information about the auth_version parameter. - https://github.com/openstack/glance/blob/master/doc/source/authentication.rst#configuring-glance-api-to-use-keystone -

[Yahoo-eng-team] [Bug 1284430] Re: check the url format when create endpoint

2014-05-16 Thread Marcos Lobo
** Also affects: python-openstackclient Importance: Undecided Status: New ** No longer affects: python-openstackclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1284430

[Yahoo-eng-team] [Bug 1317815] [NEW] Documetation Keystone SSL configuration lack

2014-05-09 Thread Marcos Lobo
Public bug reported: Trying to configuring SSL on OpenStack Havana I read the official documentation here https://github.com/openstack/keystone/blob/stable/havana/doc/source/configuration.rst#ssl But I think that configuration is not enough to configure SSL on OpenStack. As far I know, to

[Yahoo-eng-team] [Bug 1308442] [NEW] The same tabindex value on each subnav-list item

2014-04-16 Thread Marcos Lobo
Public bug reported: On left panel, in the dashboard, each link (overview, instances, volumes, etc.) has the same value for tabindex attribute on a tag. Tabindex attribute http://www.w3.org/html/wg/drafts/html/master/editing.html#the-tabindex- attribute indicate that an element is supposed to

[Yahoo-eng-team] [Bug 1285065] [NEW] list_role_assignments does not return group roles assignments

2014-02-26 Thread Marcos Lobo
Public bug reported: The list_role_assignments() function on LDAP assignment backend only returns users roles assignments, not groups roles assignments. Allowing to obtain group role assignments too, we can achieve that a user can access to a project through a group. In the

[Yahoo-eng-team] [Bug 1284639] [NEW] Unimplemented get roles by group for project list

2014-02-25 Thread Marcos Lobo
directly and not between groups and projects. ** Affects: keystone Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: New ** Changed in: keystone Assignee: (unassigned) = Marcos Lobo (marcos-fermin-lobo) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1277463] [NEW] Unimplemented error on V3 get token

2014-02-07 Thread Marcos Lobo
}' --insecure The response is: {error: {message: The action you have requested has not been implemented., code: 501, title: Not Implemented}} ** Affects: keystone Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: New ** Changed in: keystone Assignee

[Yahoo-eng-team] [Bug 1274402] [NEW] Local variable 'domain_ref' referenced before assignment

2014-01-29 Thread Marcos Lobo
initialized. Therefore on line 110 an uncontrolled error local variable 'domain_ref' referenced before assignment will be raised. ** Affects: keystone Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: New ** Changed in: keystone Assignee: (unassigned

[Yahoo-eng-team] [Bug 1271948] [NEW] Unexpected response in agent-list command with --field param

2014-01-23 Thread Marcos Lobo
| +---+ | :-) | | :-) | +---+ ** Affects: neutron Importance: Undecided Assignee: Marcos Lobo (marcos-fermin-lobo) Status: New ** Changed in: neutron Assignee: (unassigned) = Marcos Lobo (marcos-fermin-lobo) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1247142] Re: Live LDAP tests fail when trying to create user with an arbitrary attribute

2013-11-28 Thread Marcos Lobo
** Changed in: keystone Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1247142 Title: Live LDAP tests fail when trying to create user with an