Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Lyle, David
I want to clarify this. Jshint is not a requirement. It is not in requirements.txt or test-requirements.txt nor is it a hard system requirement. Jshint is treated as an optional tool that can either be installed via tox in the jshint testenv which uses npm to pull it down, or by manual install.

Re: [openstack-dev] [Designate][Horizon][Tempest][DevStack] Supporting code for incubated projects

2014-09-09 Thread Lyle, David
Adding support for incubated projects in Horizon is blocked mainly for dependency issues. The way Horizon utilizes the python-*clients we force a requirement on distros to now include that version of the client even though it is not officially part of OpenStack's integrated release. Additionally,

[openstack-dev] [horizon] JavaScript library support

2014-08-26 Thread Lyle, David
Horizon has been actively moving away from having 3rd party JavaScript libraries bundled in the Horizon repo. Most have been removed barring one or two exceptions. Moving forward new JavaScript libraries dependencies should either use existing xstatic packages or need a new one created for the

[openstack-dev] [Horizon] Feature Proposal Freeze date Aug 14

2014-08-12 Thread Lyle, David
It came to my attention today that I've only communicated this in Horizon team meetings. Due to the high number of blueprints already targeting Juno-3 and the resource contention of reviewers, I have set the Horizon Feature Proposal Deadline at August 14 (August 12 actually, but since I didn't

Re: [openstack-dev] [UX] [Horizon] [Heat] Merlin project (formerly known as cross-project UI library for Heat/Mistral/Murano/Solum) plans for PoC and more

2014-08-12 Thread Lyle, David
On 8/6/14, 1:41 PM, Timur Sufiev tsuf...@mirantis.com wrote: Hi, folks! Two months ago there was an announcement in ML about gathering the requirements for cross-project UI library for Heat/Mistral/Murano/Solum [1]. The positive feedback in related googledoc [2] and some IRC chats and emails

Re: [openstack-dev] Support for Django 1.7 in OpenStack

2014-07-23 Thread Lyle, David
Django 1.7 drops support for python 2.6 [1], so until OpenStack drops support for 2.6 which is slated for Kilo, Horizon is unfortunately capped at 1.7. David [1] https://docs.djangoproject.com/en/dev/releases/1.7/#python-compatibility On 7/23/14, 4:56 AM, Thomas Goirand z...@debian.org

Re: [openstack-dev] [qa] running heat horizon unit tests on client changes (was [nova] request to tag novaclient 2.18.0)

2014-07-23 Thread Lyle, David
On 7/23/14, 7:51 AM, Steve Baker sba...@redhat.com wrote: On 18/07/14 08:35, Matt Riedemann wrote: On 7/17/2014 5:48 PM, Steve Baker wrote: On 18/07/14 00:44, Joe Gordon wrote: On Wed, Jul 16, 2014 at 11:28 PM, Steve Baker sba...@redhat.com mailto:sba...@redhat.com wrote: On

Re: [openstack-dev] [Horizon] Nominations to Horizon Core

2014-07-01 Thread Lyle, David
Welcome Zhenguo and Ana to Horizon core. David On 6/20/14, 3:17 PM, Lyle, David david.l...@hp.com wrote: I would like to nominate Zhenguo Niu and Ana Krivokapic to Horizon core. Zhenguo has been a prolific reviewer for the past two releases providing high quality reviews. And providing

Re: [openstack-dev] horizon failing on icehouse 100%, currently blocking all patches

2014-06-21 Thread Lyle, David
I released django_openstack_auth 1.1.6 on Friday to fix the login issue with PKIZ. Part of that release contained a pep8 cleanup that broke Horizon, ultimately because we were doing something stupid in Horizon. We added a fix to Horizon to correct the issue on trunk

Re: [openstack-dev] [Horizon] Quick Survey: Horizon Mid-Cycle Meetup

2014-06-20 Thread Lyle, David
On 6/20/14, 6:24 AM, Radomir Dopieralski openst...@sheep.art.pl wrote: On 20/06/14 13:56, Jaromir Coufal wrote: On 2014/19/06 09:58, Matthias Runge wrote: On Wed, Jun 18, 2014 at 10:55:59AM +0200, Jaromir Coufal wrote: My quick questions are: * Who would be interested (and able) to get to the

[openstack-dev] [Horizon] Nominations to Horizon Core

2014-06-20 Thread Lyle, David
I would like to nominate Zhenguo Niu and Ana Krivokapic to Horizon core. Zhenguo has been a prolific reviewer for the past two releases providing high quality reviews. And providing a significant number of patches over the past three releases. Ana has been a significant reviewer in the Icehouse

Re: [openstack-dev] [horizon] mocking policy

2014-06-09 Thread Lyle, David
I have no problem with this proposal. David On 6/4/14, 6:41 AM, Radomir Dopieralski openst...@sheep.art.pl wrote: Hello, I'd like to start a discussion about the use of mocking libraries in Horizon's tests, in particular, mox and mock. As you may know, Mox is the library that has been used so

Re: [openstack-dev] [Horizon][Tuskar-UI] Location for common dashboard code?

2014-05-29 Thread Lyle, David
I think this falls inline with other items we are working toward in Horizon, namely more pluggable components on panels. I think creating a directory in openstack_dashboard for these reusable components makes a lot of sense. And usage should eventually moved to there. I would suggest something as

Re: [openstack-dev] [Horizon][Tuskar-UI] Location for common dashboard code?

2014-05-29 Thread Lyle, David
We are in the process of removing the redundancy between Project and Admin by using RBAC to allow sharing of one code base for multiple roles. This is a WIP. David On 5/28/14, 1:53 PM, Tzu-Mainn Chen tzuma...@redhat.com wrote: Hi Doug, Thanks for the response! I agree with you in the cases

Re: [openstack-dev] [horizon][infra] Plan for the splitting of Horizon into two repositories

2014-05-29 Thread Lyle, David
The idea here is to decouple 3rd party static files from being embedded in the Horizon repo. There are several reasons for this move. With embedded 3rd party static files upgrading the static files is cumbersome, versions can be difficult to track and updates can be difficult to synchronize. This

[openstack-dev] [Horizon] PTL Candidacy

2014-03-31 Thread Lyle, David
I would like to announce my candidacy for Horizon PTL. I've been working on and contributing to Horizon for the last three releases and had the pleasure to serve as the PTL for the Icehouse cycle. In the Icehouse cycle, we started a number of changes that I would like to see completed in the

Re: [openstack-dev] Display images/icon in Horizon Tables

2014-03-20 Thread Lyle, David
This is easy to accomplish by creating a custom template for a cell. In your table, instead of providing a data field for the column, provide a method name, have that method load a custom HTML template. Here is an example of this without an image of this method:

Re: [openstack-dev] [Horizon] Nominating Radomir Dopieralski to Horizon Core

2014-03-10 Thread Lyle, David
The results are unanimous. Congratulations Radomir and welcome to the Horizon Core team. Thanks for all of your efforts. David -Original Message- From: Lyle, David Sent: Wednesday, March 05, 2014 3:36 PM To: OpenStack Development Mailing List Subject: [openstack-dev] [Horizon

[openstack-dev] [Horizon] Nominating Radomir Dopieralski to Horizon Core

2014-03-05 Thread Lyle, David
I'd like to nominate Radomir Dopieralski to Horizon Core. I find his reviews very insightful and more importantly have come to rely on their quality. He has contributed to several areas in Horizon and he understands the code base well. Radomir is also very active in tuskar-ui both

[openstack-dev] [horizon]

2014-01-25 Thread Lyle, David
With meeting logging now available in #openstack-meeting-3, the official Horizon meeting time is now Tuesdays at 1600 UTC in #openstack-meeting-3. Looking forward to seeing all Horizon folks there. David ___ OpenStack-dev mailing list

Re: [openstack-dev] web accessibility issues

2014-01-23 Thread Lyle, David
I would just like to echo what Julie stated. The Horizon project strives to be accessible, so raising concrete issues is extremely helpful. Please file the appropriate bugs and blueprints. That said, there are pages that will not be accessible by nature (topologies) and are currently marked

[openstack-dev] Meeting time congestion

2014-01-13 Thread Lyle, David
With all the warranted meeting time shuffling that has been happening recently, and the addition of so many projects and sub-teams, the meeting calendar for #openstack-meeting and #openstack-meeting-alt [1] is relatively full. So recently, when trying to move the Horizon meeting time, the poll

Re: [openstack-dev] Tuskar-UI navigation

2014-01-11 Thread Lyle, David
-Original Message- From: Tzu-Mainn Chen [mailto:tzuma...@redhat.com] Sent: Saturday, January 11, 2014 2:23 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Tuskar-UI navigation Thanks! Just wanted to check before we went deeper into

Re: [openstack-dev] Horizon and Tuskar-UI codebase merge

2013-12-19 Thread Lyle, David
So after a lot of consideration, my opinion is the two code bases should stay in separate repos under the Horizon Program, for a few reasons: -Adding a large chunk of code for an incubated project is likely going to cause the Horizon delivery some grief due to dependencies and packaging issues

Re: [openstack-dev] [Horizon] Weekly meeting time

2013-12-18 Thread Lyle, David
Thanks Liz for setting up the poll. I'm not sure we're locked to Tuesday as the meeting day either. On Tuesdays, 20:00 UTC (TC meeting) and 21:00 UTC (Project) are meetings I don't want to schedule over. Those times are more attractive on other days. -David -Original Message-

Re: [openstack-dev] [TripleO] [Horizon] [Tuskar] [UI] Horizon and Tuskar-UI merge

2013-12-17 Thread Lyle, David
The simplest solution is already built into the Horizon framework. Any panel or dashboard can be disabled by a check to determine if a service is available in the service catalog. Since there is an inherent above/under cloud separation here, the Tuskar service should not be available above

Re: [openstack-dev] [keystone] domain admin role query

2013-12-11 Thread Lyle, David
+1 on moving the domain admin role rules to the default policy.json -David Lyle From: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: Wednesday, December 11, 2013 9:04 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [keystone] domain admin

Re: [openstack-dev] [Horizon] Nominations to Horizon Core

2013-12-11 Thread Lyle, David
-Original Message- From: Monty Taylor [mailto:mord...@inaugust.com] Sent: Wednesday, December 11, 2013 10:28 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Horizon] Nominations to Horizon Core On 12/11/2013 03:51 PM, Russell Bryant wrote: On

Re: [openstack-dev] [Horizon] Nominations to Horizon Core

2013-12-11 Thread Lyle, David
So again, nothing prevents a non-core security reviewer from reviewing blueprints and doing code reviews. Believe me any security minded input is always welcome and weighed carefully. Although the principle of having a minimum number of security reviewers in core is certainly a fair point of

Re: [openstack-dev] [UX] Weekly topic - Horizon Navigation

2013-12-10 Thread Lyle, David
This topic has been available on ux-askbot and ux Google+ forum before that for months. Based on that alone, I don’t believe the vote was limited. All input was taken and considered. In the end, there are strong opinions on both sides. What the final outcome was… We’ll implement the

[openstack-dev] [Horizon] Nominations to Horizon Core

2013-12-10 Thread Lyle, David
I would like to nominate Tatiana Mazur to Horizon Core. Tatiana has been a significant code contributor in the last two releases, understands the code base well and has been doing a significant number of reviews for the last to milestones. Additionally, I'd like to remove some inactive

Re: [openstack-dev] [horizon] Purpose of SetDomainContext / UnsetDomainContext button

2013-12-07 Thread Lyle, David
The set domain context functionality is for operators (admins) to refine the context that they are working in/viewing. Admins can limit the scope of identity visibility to one domain, rather than having to sort through the exhaustive lists of projects, users, and groups. If you are adding

Re: [openstack-dev] [Tripleo] Core reviewer update Dec

2013-12-04 Thread Lyle, David
On 5 December 2013 12:10, Robert Collins robe...@robertcollins.net wrote: -snip- That said, perhaps we should review these projects. Tuskar as an API to drive deployment and ops clearly belongs in TripleO - though we need to keep pushing features out of it into more generalised tools

Re: [openstack-dev] [horizon] JavaScript use policy

2013-11-25 Thread Lyle, David
We have been having this discussion here on the mailing list [1][2] and also in the Horizon team meetings [3]. The overall consensus has been that we are going to move forward with a JavaScript requirement. Most of the pushback to support non-JavaScript is based on web-accessibility standards

Re: [openstack-dev] Search Project - summit follow up

2013-11-21 Thread Lyle, David
On Wednesday, November 20, 2013 3:12 PM Dolph Mathews dolph.math...@gmail.com wrote: On Wed, Nov 20, 2013 at 1:06 PM, Dmitri Zimin(e) | StackStorm d...@stackstorm.com wrote: Thanks Terry for highlighting this: Yes, tenant isolation is the must. It's not reflected in the prototype - it

Re: [openstack-dev] [Ceilometer][Horizon] The future or pagination

2013-11-13 Thread Lyle, David
From a purely UI perspective, the limit/offset is a lot more useful. Then we can show links to previous page, next page and display the current page number. Past mailing list conversations have indicated that limit/offset can be less efficient on the server side. The marker/limit approach

Re: [openstack-dev] [horizon] User registrations

2013-11-10 Thread Lyle, David
I think there is certainly interest. I do think it will need to be highly configurable to be useful. The problem, as Dolph points out, is that each deployment has its own workflow. Points of configuration: -Does the local keystone deployment policy support self-registration? The default

Re: [openstack-dev] Horizon OPENSTACK_SSL_NO_VERIFY Question

2013-11-04 Thread Lyle, David
You'll want to add the OPENSTACK_SSL_CACERT setting in your local_settings.py and have the value be the path of your CA cert file. I thought it was documented, but looking now, I don't see it.

[openstack-dev] Horizon PTL candidacy

2013-11-01 Thread Lyle, David
I would like to announce my candidacy for the Horizon PTL. I have been developing, extending and contributing to Horizon through the Grizzly and Havana releases serving as a core team member in the Havana cycle. And most recently in Icehouse, being interim PTL. At the Havana OpenStack Summit,

Re: [openstack-dev] [horizon] Building an application a top

2013-11-01 Thread Lyle, David
This is a topic near to my heart. I think it's a logical move to have a separate dashboard for identity. At the summit, we have a session planned on discussing the overall Information Architecture of Horizon http://icehousedesignsummit.sched.org/event/3b3b3430fe23da9ffed6a15eda50fd25 One

Re: [openstack-dev] Revisiting current column number limit in code

2013-10-30 Thread Lyle, David
-Original Message- From: Flavio Percoco [mailto:fla...@redhat.com] Sent: Wednesday, October 30, 2013 8:25 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Revisiting current column number limit in code On 30/10/13 07:22 -0400, Sean

Re: [openstack-dev] [Horizon] Bootstrap 3 update and problems with lesscpy

2013-09-18 Thread Lyle, David (Cloud Services)
Right now, master in Horizon is still working toward Havana-rc1. We are still likely more than a week away from master moving to Icehouse-1. As this is the case, reverting a highly desired Havana change to address a blueprint for Icehouse that can be addressed properly upstream in lesscpy

Re: [openstack-dev] WebUI and user roles

2013-09-16 Thread Lyle, David (Cloud Services)
Adam Young ayo...@redhat.com wrote: Looks like this has grown into a full discussion. Opening up to the dev mailing list. On 09/16/2013 10:43 AM, Lyle, David (Cloud Services) wrote: I did run into a couple of fundamental limitations with the policy API as implemented in Keystone. 1

[openstack-dev] [ceilometer] [horizon] Python client uncapping, currently blocking issues

2013-07-23 Thread Lyle, David (Cloud Services)
Hi Sean, A couple weeks ago after a really *fun* night we started down this road of uncapping all the python clients to ensure that we're actually testing the git clients in the gate. We're close, but we need the help of the horizon and ceilometerclient teams to get us there: 1) we need

Re: [openstack-dev] [Openstack] Patching Horizon Code when installed using apt-get install

2013-06-25 Thread Lyle, David (Cloud Services)
It is not entirely clear to me what your desired behavior is, but I won't let that stop me from hazarding a guess. Horizon now supports keystone API versions 2.0 and 3. By default, if the keystoneclient that is installed supports v3, then that is what Horizon will use. However, you can