Re: [Textbook-l] PDF version

2015-07-27 Thread Gabriel Hurley
kitext is given on wikibooks web pages. > Yours Dirk > > > On 27.07.2015 15:04, Gabriel Hurley wrote: > >> Six years ago, I started doing that with Wikijunior Big Cats, and then >> life >> got in the way. Now I have time to finish it, but the Wikibooks license >&

Re: [Textbook-l] PDF version

2015-07-27 Thread Gabriel Hurley
Six years ago, I started doing that with Wikijunior Big Cats, and then life got in the way. Now I have time to finish it, but the Wikibooks license has changed. Does that mean that the text has been retroactively re-licensed (i.e. was the pre-2009 stuff re-licensed to CreativeCommons as well?) Gab

Re: [openstack-dev] Avoiding regression in project governance

2015-03-10 Thread Gabriel Hurley
Blocking the acceptance of new projects seems punitive and against the spirit of the big tent. Classification (tagging) can be done at any point, and is hardly fixed in stone. You can refine tags as needed. To put it harshly: it is a failure of both leadership and process to have stripped out t

[Yahoo-eng-team] [Bug 1422891] [NEW] Secret key generation test should use less permissive chmod

2015-02-17 Thread Gabriel Hurley
thing and is better principle. Also it makes Bandit happy, and it's one less thing to flag in the future. ** Affects: horizon Importance: Low Assignee: Gabriel Hurley (gabriel-hurley) Status: In Progress ** Changed in: horizon Status: New => Confirmed ** Ch

Re: [openstack-dev] [horizon]

2015-02-16 Thread Gabriel Hurley
FWIW, this week conflicts with the OpenStack Security Group midcycle meetup. I’ll be attending that, so I thought I’d point it out in case it affects anyone else. Having some cross-pollination between Security and Horizon on this significant shift in the codebase and architecture would probably

[Yahoo-eng-team] [Bug 1310815] Re: bad django conf example

2015-01-15 Thread Gabriel Hurley
The fix for openstack-manuals is the only applicable fix for this, I believe. Closing as wontfix on the Horizon side since there's no change needed. ** Changed in: horizon Status: Confirmed => Won't Fix ** Changed in: horizon Assignee: (unassigned) => Gabriel Hurley

[Yahoo-eng-team] [Bug 1411427] [NEW] Misconfiguration of OPENSTACK_API_VERSIONS is hard to debug

2015-01-15 Thread Gabriel Hurley
er to declare their supported versions. ** Affects: horizon Importance: Undecided Assignee: Gabriel Hurley (gabriel-hurley) Status: New ** Changed in: horizon Assignee: (unassigned) => Gabriel Hurley (gabriel-hurley) ** Changed in: horizon Milestone: None => kilo

Re: [openstack-dev] [Horizon] the future of angularjs development in Horizon

2014-11-14 Thread Gabriel Hurley
As the former Horizon PTL, I have a great respect for the importance of the contributions the distro maintainers/developers make to Horizon and OpenStack as a whole. From how many bugs the distros manage to find, to their diligence in vetting the software that we as Horizon developers provide, t

Re: [openstack-dev] [Horizon] the future of angularjs development in Horizon

2014-11-12 Thread Gabriel Hurley
Two things of note, having been doing heavy javascript development over the past couple years: 1) NPM actually resolves conflicts in a dependency tree. Unlike Python, it can ensure that if different packages declare conflicting versions, each one gets the version it requested. And conflicting d

Re: [openstack-dev] [Horizon] Cookie collision between Horizon & Stacktach

2014-10-31 Thread Gabriel Hurley
I have no familiarity with stacktach, but it sounds like it's trampling data on the sessionid cookie (even if it's also setting a beaker.session.stacktach cookie). Your options include running the two at different domains/subdomains (and specifying the subdomain as the cookie domain; that needs

Re: [openstack-dev] [Horizon] [Devstack]

2014-10-24 Thread Gabriel Hurley
SQLite doesn't introduce any additional dependencies, memcached requires installation of memcached (admittedly it's not hard on most distros, but it *is* yet another step) and in most cases the installation of another python module to interface with it. Memcached might be a good choice for devs

Re: [openstack-dev] [Horizon] [Devstack]

2014-10-23 Thread Gabriel Hurley
All in all this is been a long time coming. The cookie-based option was useful as a batteries-included, simplest-case scenario. Moving to SQLite is a reasonable second choice since most systems Horizon might be deployed on support sqlite out of the box. I would make a couple notes: 1) If

[Yahoo-eng-team] [Bug 1384409] [NEW] UnicodeDecodeError when trying to create a user with DEBUG logging turned on

2014-10-22 Thread Gabriel Hurley
Public bug reported: The mask_password function of openstack.common.log and/or openstack.common.strutils (depending on OpenStack version) seems to choke on unicode characters. This actually prevents proper function when logging level is set to DEBUG. When submitting a POST request to create a use

Re: [openstack-dev] [Keystone][Horizon] CORS and Federation

2014-09-16 Thread Gabriel Hurley
This is generally the right plan. The hard parts are in getting people to deploy it correctly and securely, and handling fallback cases for lack of browser support, etc. What we really don't want to do is to encourage people to set "Access-Control-Allow-Origin: *" type headers or other such non

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

2014-09-09 Thread Gabriel Hurley
I would also like to add that incubated != integrated. There's no telling how long a project may stay in incubation or how many changes it may undergo before it's deemed ready (see David's reasoning around client changes during RC's). While the Horizon team has always made every effort to work c

Re: [Openstack] SWIFT AND HORIZON

2014-08-19 Thread Gabriel Hurley
”. - Gabriel From: Brent Troge [mailto:brenttroge2...@gmail.com] Sent: Tuesday, August 19, 2014 12:45 PM To: Gabriel Hurley Cc: openstack@lists.openstack.org Subject: Re: [Openstack] SWIFT AND HORIZON Right, I saw the minimum requirement list, but figured that was outdated, due to the

Re: [Openstack] SWIFT AND HORIZON

2014-08-19 Thread Gabriel Hurley
While you *can* hack things around to make it work, the answer is that out-of-the-box it’s not supported. In the Horizon Quickstart guide it lists “Nova (compute, api, scheduler, and network), Glance, and Keystone” as the minimum required services. All others are optionally supported from there.

Re: [Openstack] Why Horizon use Django instead Flask or other?

2014-08-18 Thread Gabriel Hurley
At the point at which the Horizon project first began (during the Cactus, I believe) the handful of folks working on it wanted a Python web framework that would get them up and running as fast as possible. That meant lots of built-in, “batteries-included” features so they didn’t need to reinvent

Re: [openstack-dev] Kerberization of Horizon (kerbhorizon?)

2014-06-04 Thread Gabriel Hurley
[mailto:ayo...@redhat.com] Sent: Wednesday, June 04, 2014 12:43 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] Kerberization of Horizon (kerbhorizon?) On 06/04/2014 03:10 PM, Gabriel Hurley wrote: I've implemented Kerberos (via Apache) + Django once before, and yes, taking th

Re: [openstack-dev] Kerberization of Horizon (kerbhorizon?)

2014-06-04 Thread Gabriel Hurley
I've implemented Kerberos (via Apache) + Django once before, and yes, taking this as pseudo-code you're on the right track. Obviously the devil is in the details and you'll work out the particulars as you go. The most important bit (obviously) is just making absolutely sure your REMOTE_USER hea

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

2014-05-29 Thread Gabriel Hurley
Forgive me if I'm misunderstanding, but those all look like repositories that are strictly tracking upstreams. They're not maintained by the Horizon/OpenStack developers whatsoever. Is this intentional/necessary? - Gabriel > -Original Message- > From: Anita Kuno [mailto:ante...@ante

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

2014-05-29 Thread Gabriel Hurley
> I didn't realize it would violate Django community's conventions, can you > point to where they are documented? There's no single document that says "you must name this way", but if you look at all the most popular django packages, they all follow a similar trend. The Django tutorial does actu

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

2014-05-28 Thread Gabriel Hurley
It's sort of a silly point, but as someone who would likely consume the split-off package outside of the OpenStack context, please give it a proper name instead of "django_horizon". The module only works in Django, the name adds both clutter and confusion, and it's against the Django community's

Re: [openstack-dev] [Horizon] RFC - Suggestion for switching from Less to Sass (Bootstrap 3 & Sass support)

2014-02-05 Thread Gabriel Hurley
I would imagine the downstream distros won't have the same problems with Ruby as they did with Node.js from a dependency standpoint, though it still doesn't jive with the community's all-Python bias. My real concern, though, is anyone who may have extended the Horizon stylesheets using the capa

Re: [openstack-dev] [keystone][nova] Re: Hierarchicical Multitenancy Discussion

2014-02-04 Thread Gabriel Hurley
> Yes this is one approach if keystone really wants to extend domains to work > this way, but I think this is more complex than just using nested projects. > Having domains contain domains containing projects is less intuitive than > projects all the way down. It's worth mentioning that at the mee

Re: [openstack-dev] Can somebody help me to determine if an URL validation in python-glanceclient & horizon projects is safe

2014-01-20 Thread Gabriel Hurley
Adding this to glanceclient is probably acceptable since the worst abuse of it would be to disrupt a user's local machine until they terminated the process, but adding this to Horizon is a no-go. Django removed the "verify_exists" option from URLField in Django 1.5 for very good reasons. Here's

Re: [Openstack] [Horizon and Nova] Inclusion of exception message to UI error

2014-01-13 Thread Gabriel Hurley
The reason the architecture is the way it is in Horizon right now is because historically most projects have sent messages that are either raw tracebacks (not appropriate for a popup error display at all), extremely detailed/technical reports containing multiple resource IDs that are not human-

Re: [openstack-dev] Re-using Horizon bits in OpenDaylight

2014-01-10 Thread Gabriel Hurley
I've also used the core Horizon bits for dashboards other than the OpenStack dashboard. I can't speak for any current bugs you may run into, but by-and-large the ability to create arbitrary dashboards, tables, workflows, etc. to interact with RESTful APIs works perfectly without the OpenStack bi

Re: [openstack-dev] [keystone] Changes to keystone-core!

2014-01-07 Thread Gabriel Hurley
Martinelli; Jamie Lennox; David Stanek; Andy Smith; Gabriel Hurley; Joe Heck; Devin Carlen Subject: [keystone] Changes to keystone-core! Hello everyone! We've been talking this for a long while, and we finally have a bunch of changes to make to keystone-core all at once. A few people have moved on

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

2013-12-18 Thread Gabriel Hurley
>From my experience, directly adding incubated projects to the main Horizon >codebase prior to graduation has been fraught with peril. That said, the >closer they can be together prior to the graduation merge, the better. I like the idea of these types of projects being under the OpenStack Dashb

[openstack-dev] Project-Scoped Service Catalog Entries

2013-12-16 Thread Gabriel Hurley
I've run into a use case that doesn't currently seem to have a great solution: Let's say my users want to use a "top-of-stack" OpenStack project such as Heat, Trove, etc. that I don't currently support in my deployment. There's absolutely no reason these services can't live happily in a VM talk

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

2013-12-10 Thread Gabriel Hurley
+1 on Tatiana Mazur being added to Core. I'm also okay with cleaning out the Core list. I considered doing it myself last cycle since none of those folks are involved anymore, but figured I'd leave them as a posthumous honor. ;-) I think now's a good time to trim it down. Glad I didn't make the

Re: [openstack-dev] Horizon PTL candidacy

2013-11-11 Thread Gabriel Hurley
We all agree on the benefits of an event-driven "push" system, but the basis for this already exists in OpenStack. The RPC notification code exists in Oslo and most of the IaaS projects are using it now. There were (should have been?) conversations about how to leverage this data stream in the H

Re: [openstack-dev] [Horizon] Abdicating the PTL Position

2013-10-31 Thread Gabriel Hurley
wrongly intended. Endre 2013/10/31 Endre Karlson mailto:endre.karl...@gmail.com>> Hey, I'm just curious. You quitting the PTL position to focus on Nebula efforts or ? 2013/10/31 Gabriel Hurley mailto:gabriel.hur...@nebula.com>> Hi all, It saddens me to say that for a mix of reasons I h

[openstack-dev] [Horizon] Abdicating the PTL Position

2013-10-31 Thread Gabriel Hurley
of someone who can devote their full attention and energy to it. I will still be around and engaged (though not in Hong Kong). I'll catch you all next time around. All the best, - Gabriel Hurley ___ OpenStack-dev mailing lis

Re: [Openstack] [openstack-dev] Does openstack have a notification system that will let us know when a server changes state ?

2013-10-18 Thread Gabriel Hurley
The answer is "sort of". Most projects (including Nova) publish to an RPC "notifications" channel (e.g. in rabbitMQ or whichever you use in your deployment). This is how Ceilometer gets some of its data. There is common code for connecting to the notification queue in Oslo (the "rpc" and "notif

Re: [openstack-dev] Does openstack have a notification system that will let us know when a server changes state ?

2013-10-18 Thread Gabriel Hurley
The answer is "sort of". Most projects (including Nova) publish to an RPC "notifications" channel (e.g. in rabbitMQ or whichever you use in your deployment). This is how Ceilometer gets some of its data. There is common code for connecting to the notification queue in Oslo (the "rpc" and "notif

Re: [openstack-dev] [horizon] django-openstack-auth with Django 1.6

2013-10-17 Thread Gabriel Hurley
FWIW, Django 1.6 is not officially supported with Horizon yet. That aside, pickle is generally a security risk (it's equivalent to eval), hence the move away from it in Django. We'll want to see what we can do about making things properly serializable with the JSON serializer in Icehouse. It sh

[openstack-dev] TC Candidacy

2013-10-07 Thread Gabriel Hurley
he engagement between the Foundation Board and the TC, coordination within OpenStack, and more, but I won't go into those now. Hopefully I've proven myself thus far to be a considered and well-reasoned member of the TC. It would be my honor to consider doing the good work of OpenStack

Re: [Openstack] Fwd: [Full-disclosure] [Django] Cookie-based session storage session invalidation issue

2013-10-07 Thread Gabriel Hurley
Yes and No. They will appear to be logged in to Horizon, but the Keystone token will be invalid and thus they will be unable to obtain any data or perform any actions via the APIs. Since all of Horizon's data comes from APIs, this is a very limited problem space. There are reasonably well-docum

Re: [openstack-dev] core reviewers needed

2013-10-03 Thread Gabriel Hurley
Hi Kaiwai, First, the bad news: 1. The Horizon release candidate has already been cut, so for Havana we're only considering release-blocking bugs at this point (and even those have to meet a high bar to warrant a new release candidate). The "feature freeze" deadline was almost a month ago. 2.

[Yahoo-eng-team] [Bug 1233716] Re: Why Traditional Chinese are miss in Havana today?

2013-10-01 Thread Gabriel Hurley
Looks like you answered your own question. The translations that were provided to Horizon by the translation team were merged just in the last few hours. If yours weren't included, that's probably why. ** Changed in: horizon Status: New => Invalid -- You received this bug notification bec

[Yahoo-eng-team] [Bug 1217133] Re: LESS compile error

2013-09-30 Thread Gabriel Hurley
On a clean environment with current master I cannot reproduce this error. ** Changed in: horizon Importance: Medium => Undecided ** Changed in: horizon Status: Triaged => Invalid ** Changed in: horizon Milestone: havana-rc1 => None -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1223875] Re: boot from image (creates as a new volume) does not work

2013-09-30 Thread Gabriel Hurley
*** This bug is a duplicate of bug 1231887 *** https://bugs.launchpad.net/bugs/1231887 ** Changed in: horizon Milestone: havana-rc1 => None ** This bug has been marked a duplicate of bug 1231887 Create a volume from image fails -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1231887] Re: Create a volume from image fails

2013-09-30 Thread Gabriel Hurley
Assignee: (unassigned) => Gabriel Hurley (gabriel-hurley) -- 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/1231887 Title: Create a volume from image fails Stat

Re: [Openstack] User Survey / Reminder

2013-09-25 Thread Gabriel Hurley
I have a question on this: I logged in to take the user survey, and it still had all of my answers from the last user survey filled in. If this is intentional, it's very strange behavior. I don't feel that I should be overwriting my previous answers. That feels oddly invalidating. It also encou

Re: [openstack-dev] [Tuskar] [UI] Introducing POC Wireframes

2013-09-25 Thread Gabriel Hurley
t of classes a little bit more. If you still have any concerns, let me know I will try to be more explicit. -- Jarda On 2013/25/09 02:03, Gabriel Hurley wrote: Really digging a lot of that. Particularly the inter-rack/inter-node communication stuff around page 36ish or so. I’m concerned about usin

Re: [openstack-dev] [Tuskar] [UI] Introducing POC Wireframes

2013-09-24 Thread Gabriel Hurley
Really digging a lot of that. Particularly the inter-rack/inter-node communication stuff around page 36ish or so. I’m concerned about using the term “Class”. Maybe it’s just me as a developer, but I couldn’t think of a more generic, less inherently meaningful word there. I read through it and I

Re: [openstack-dev] [Horizon] Ceilometer Alarm management page

2013-09-24 Thread Gabriel Hurley
> > 3. There is a thought about watching correlation of multiple alarm > > histories in one Chart (either Alarm Histories, or the real statistics > > the Alarm is defined by). Do you think it will be needed? Any real > > life examples you have in mind? > > I think the first use case is to debug co

[openstack-dev] [Horizon] PTL Candidacy

2013-09-23 Thread Gabriel Hurley
I hereby declare my candidacy for the Horizon PTL position. My current qualifications: * PTL for the Grizzly and Havana cycles. * Core developer on Horizon since Essex, and Keystone core since Folsom. * Primary architect of the existing Horizon framework. * Core developer for the Django w

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

2013-09-18 Thread Gabriel Hurley
I'm also strongly against reverting the move to lesscpy. As David said, that change was highly-requested by the downstream distros and other folks packaging Horizon in various ways. Since there's no evidence that lesscpy does not intend to support bootstrap 3 in a reasonable timeframe, revertin

[Yahoo-eng-team] [Bug 1217218] Re: dashboard can't modify quota_snapshots in cinder

2013-09-17 Thread Gabriel Hurley
Correct, the quota management changes that took place to support this have been an extensive and ongoing set of improvements. Backporting them is not practical. ** Changed in: horizon Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1218462] Re: Logging output shown when running tests

2013-09-17 Thread Gabriel Hurley
Closing out since this has been fixed to the best of my knowledge ** Changed in: horizon Status: Confirmed => 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

[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error " NameError: name 'Dashboard' is not defined"

2013-09-17 Thread Gabriel Hurley
This was not a bug in Horizon trunk. ** Changed in: horizon Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad.net/bugs/1210253 Title: With Havana 2 installed,

[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error " NameError: name 'Dashboard' is not defined"

2013-09-17 Thread Gabriel Hurley
This was not a bug in Horizon trunk. ** Changed in: horizon Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210253 Title: With Havana 2 installed, Launching horizon

[Yahoo-eng-team] [Bug 1181150] Re: Dashboard GUI down (HTTP 500 error) on upgrade from folsom to grizzly

2013-09-17 Thread Gabriel Hurley
Closing this out due to inactivity and proper fix suggestions in the comments. ** Changed in: horizon Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.la

[Bug 1181150] Re: Dashboard GUI down (HTTP 500 error) on upgrade from folsom to grizzly

2013-09-17 Thread Gabriel Hurley
Closing this out due to inactivity and proper fix suggestions in the comments. ** Changed in: horizon Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181150 Title:

[Yahoo-eng-team] [Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error " NameError: name 'Dashboard' is not defined"

2013-09-17 Thread Gabriel Hurley
This was not a bug in Horizon trunk. ** Changed in: horizon Status: Triaged => 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/1210253 Title: With Ha

[Yahoo-eng-team] [Bug 1160125] Re: The Load balancer memeber still active after deleted the instance of laod balancer member.

2013-09-03 Thread Gabriel Hurley
I believe that change in Neutron fixed this, so no change is needed in Horizon. ** Changed in: horizon Importance: Medium => Undecided ** Changed in: horizon Status: Confirmed => Invalid ** Changed in: horizon Milestone: havana-3 => None ** Changed in: horizon Assignee: Tatia

Re: [openstack-dev] [Horizon] Modal form without redirect

2013-08-28 Thread Gabriel Hurley
If you look at the code in the post()[1] method of the base workflow view you'll note that a response to a successful workflow POST is always a redirect[2] (caveat for when it's specifically adding data back to a field, which isn't relevant here). The reason for this is that in general when you

Re: [openstack-dev] [keystone][horizon]Backend filtering in Keystone

2013-08-28 Thread Gabriel Hurley
to:hen...@linux.vnet.ibm.com] Sent: Wednesday, August 28, 2013 1:58 AM To: Gabriel Hurley Cc: OpenStack Development Mailing List; Dolph Mathews; Adam Young Subject: [keystone][horizon]Backend filtering in Keystone Hi Gabriel, Following up on our discussions on filtering and pagination, here's where

Re: [openstack-dev] [keystone] Pagination

2013-08-13 Thread Gabriel Hurley
I have been one of the earliest, loudest, and most consistent PITA's about pagination, so I probably oughta speak up. I would like to state three facts: 1. Marker + limit (e.g. forward-only) pagination is horrific for building a user interface. 2. Pagination doesn't scale. 3. OpenStack's APIs ha

[openstack-dev] [Horizon][Security] BREACH/CRIME Attack Information

2013-08-06 Thread Gabriel Hurley
Many of you have probably heard about the "BREACH" attack/security vulnerability in HTTPS traffic that was disclosed recently, and I'd like to take a moment to provide some info about how that affects Horizon. I'm not following the official vulnerability management process because 1. The vulner

Re: [openstack-dev] [Horizon] how to add unmerged dependency to test-requirements

2013-08-01 Thread Gabriel Hurley
The short answer is: "you can test and develop it locally but you cannot push it upstream until you get the dependencies released." As much as that may be frustrating, it prevents an enormous amount of pain which OpenStack has gone through in the past when things fail to be released as expected.

[Yahoo-eng-team] [Bug 1188532] Re: image download process won't terminate after deleting image from dashboard

2013-07-30 Thread Gabriel Hurley
>From the description I'm 95% certain this is an issue on the glance end of things. If I'm wrong, please re-open it for Horizon. ** Also affects: glance Importance: Undecided Status: New ** Changed in: horizon Status: New => Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1194449] Re: TypeError at /project/networks/

2013-07-30 Thread Gabriel Hurley
I can't reproduce this without intentionally misconfiguring things or shoving hacks in. Please re-open if you can provide a solid repro. Thanks for the report! ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineeri

Re: [openstack-dev] [Heat] Long-term, how do we make heat image/flavor name agnostic?

2013-07-18 Thread Gabriel Hurley
Thanks Steve, > InstanceType and ImageId could even be specified in the environment file > that is specified on launch, so they don't need to be specified in the launch > command, ie env.yaml: > parameters: > KeyName: heat_key > InstanceType: m1.micro > ImageId: ubuntu-vm-heat-cfntools-tempe

Re: [openstack-dev] [Heat] Long-term, how do we make heat image/flavor name agnostic?

2013-07-18 Thread Gabriel Hurley
Generally spot-on with what Adrian said, but I have one question from that email: > Mappings is one of the high level concepts in CFN that I think can be > completely eliminated with auto-discovery. What do you mean by this? What kind of autodiscovery, and where? I'm all for eliminating mapping

[openstack-dev] [Heat] Long-term, how do we make heat image/flavor name agnostic?

2013-07-17 Thread Gabriel Hurley
I spent a bunch of time working with and understanding Heat in H2, and I find myself with one overarching question which I wonder if anyone's thought about or even answered already... At present, the CloudFormation template format is the first-class means of doing things in Heat. CloudFormation

[Yahoo-eng-team] [Bug 1023502] Re: Horizon does not use the default tenant

2013-07-15 Thread Gabriel Hurley
I'm going to close this in favor of the v3 Login Support blueprint, since they're one and the same. Hopefully we'll have that blueprint unblocked and finished soon... ** Changed in: horizon Importance: Medium => Undecided ** Changed in: horizon Status: In Progress => Won't Fix ** Chang

Re: [openstack-dev] [Nova][Horizon] Is there precedent for validating user input on data types to APIs?

2013-07-14 Thread Gabriel Hurley
I responded on the ticket as well, but here’s my take: An error like this should absolutely be caught before it raises a database error. A useful, human-friendly error message should be returned via the API. Any uncaught exception is a bug. On the other side of the equation, anything using the

[Yahoo-eng-team] [Bug 1185713] Re: When login screen is loaded, put focus on first input field (User Name)

2013-07-10 Thread Gabriel Hurley
Sorry to say I'm -2'ing this. It's been debated numerous times, and I still don't see it as beneficial. The reasoning boils down to the fact that it has unpredictable and often extremely frustrating interactions with both browser-based and plugin- based form autofill mechanisms. The majority of us

Re: [openstack-dev] [Heat] [Horizon] Heat Resource Topology Demo

2013-07-09 Thread Gabriel Hurley
Very nice, can't wait to get the code review for that. :) - Gabriel From: Tim Schnell [mailto:tim.schn...@rackspace.com] Sent: Tuesday, July 09, 2013 9:59 AM To: OpenStack Development Mailing List Subject: [openstack-dev] [Heat] [Horizon] Heat Resource Topology Demo Hey everyone, Just

Re: [openstack-dev] Ceilometer visualization in Horizon

2013-07-09 Thread Gabriel Hurley
Brooklyn Chen, Julie Pichon and others have already been putting in a lot of effort in this area. I suggest you check out https://blueprints.launchpad.net/horizon/+spec/ceilometer and sync up with them if you're interested in proceeding. - Gabriel > -Original Message- > From: Chris

Re: [openstack-dev] [Horizon] Is it the time to separate horizon and openstack_dashboard?

2013-06-25 Thread Gabriel Hurley
On the one hand, this has largely been the long-term plan since I took over active development of Horizon/OpenStack Dashboard in the Essex cycle. On the other hand, it's a very significant undertaking to split them and has a lot of repercussions for the flow of development, management overhead,

Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-17 Thread Gabriel Hurley
I've been hoping some of the more design-oriented folks would weigh in on this issue, but that hasn't particularly happened... My concern is that as engineers we're all comfortable with GitHub, but that it will end up being an impediment or discouragement for people who fall more on the creativ

[Bug 1181150] Re: Dashboard GUI down (HTTP 500 error) on upgrade from folsom to grizzly

2013-05-21 Thread Gabriel Hurley
** Changed in: horizon Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181150 Title: Dashboard GUI down (HTTP 500 error) on upgrade from folsom to grizzly To manage not

[Bug 1181155] Re: Dashboard doesn't list floating IP associated with VM instance

2013-05-21 Thread Gabriel Hurley
Horizon displays the data provided by Nova's API, so I strongly suspect this may be a problem with what Nova is returning. Can you enable debug logging for the client (or use python-novaclient directly) to do a server list command and provide the returned data? ** Changed in: horizon Importance

[Yahoo-eng-team] [Bug 1178284] Re: dashboard defaults to v3 of identity service

2013-05-14 Thread Gabriel Hurley
I appreciate the report, and to some degree this was an unintended consequence, but after giving it a good bit of thought I think the current behavior is correct: 1. Moving forward in Havana we *are* going to have the v3 API be the default. 2. Our commitment in Havana is to have compatibility wit

[Yahoo-eng-team] [Bug 1177241] Re: Cannot assign multiple tenants to a user when creating a user

2013-05-14 Thread Gabriel Hurley
o open a blueprint for Horizon along the lines of "allow project membership assignment during user creation" and we can triage it as a significant feature addition for a future release. There's no bug here, however. ** Changed in: horizon Status: New => Won't Fix ** Ch

[Yahoo-eng-team] [Bug 1179846] Re: Wrong keystone port in admin-openrc.sh

2013-05-14 Thread Gabriel Hurley
could be missing altogether (I believe the client falls back to the auth URL if it fails to get the necessary data from the service catalog). ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Assignee: (unassigned) => Gabriel Hurley (gabriel-hurley) -- You re

Re: [Openstack] API version in Grizzly

2013-05-10 Thread Gabriel Hurley
> When you say Identity v3.0 development is going on side-by-side so I think if > I have Grizzly setup with Identity v2.0 then it'll be upgraded to Identity > v3.0 > with Grizzly when new version is available in updates. > Though I might have option to upgrade it or not? OR Identity v3.0 will be >

Re: [Openstack] API version in Grizzly

2013-05-10 Thread Gabriel Hurley
2013 7:41 AM To: Gabriel Hurley Cc: Devendra Gupta; openstack@lists.launchpad.net Subject: Re: [Openstack] API version in Grizzly On Wed, May 8, 2013 at 6:57 PM, Gabriel Hurley mailto:gabriel.hur...@nebula.com>> wrote: In Grizzly I can send Keystone requests to either http://:5000

Re: [Openstack] horizon nova endpoint usage question

2013-05-09 Thread Gabriel Hurley
If that config option is not being respected for the Nova API calls that's a bug. Please file a ticket on Launchpad so we can track fixing it. Thanks! - Gabriel From: Openstack [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Wyllys Ingersoll Sen

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Gabriel Hurley
st, - Gabriel From: annegen...@justwriteclick.com [mailto:annegen...@justwriteclick.com] On Behalf Of Anne Gentle Sent: Wednesday, May 08, 2013 4:38 PM To: Gabriel Hurley Cc: Devendra Gupta; openstack@lists.launchpad.net Subject: Re: [Openstack] API version in Grizzly On Wed, May

Re: [Openstack] API version in Grizzly

2013-05-08 Thread Gabriel Hurley
Identity service has both a v2.0 and v3 side-by-side. There isn't necessarily a "default" except for the fact that most people's Service Catalogs still say "v2.0" in them because they're hard-coded that way. In the future I believe the api.openstack.org site would gain a lot by storing document

Re: [Openstack] horizon dashboard error 500

2013-05-08 Thread Gabriel Hurley
There's something very wrong is "false" doesn't raise an exception. In Python "False" is a Boolean value, "false" is a variable name which should be undefined. That aside, you should set COMPRESS_OFFLINE=False in your openstack_dashboard/local/local_settings.py file. - Gabriel > -Orig

Re: [Openstack] Horizon - Internal Server Error when hitting /nova/instances_and_volumes/

2013-05-08 Thread Gabriel Hurley
If you have "Instances & Volumes" then you're not running Grizzly Horizon. Those two were split apart in Grizzly. Prior to Grizzly the Volume Service was required. In Grizzly Horizon it's not. As such you have two choices: run Cinder like you are but don't use it, or upgrade so you're actually

[Yahoo-eng-team] [Bug 1171823] Re: Display of the floating ip is broken when using overlapping IP addresses

2013-05-03 Thread Gabriel Hurley
As reported in the comments, this is a bug in quantum propagated through the nova API. Horizon is just displaying the information it receives. ** Changed in: horizon Status: New => Invalid ** Changed in: horizon Assignee: (unassigned) => Gabriel Hurley (gabriel-hurley) -

Re: [Openstack] Related Projects

2013-05-03 Thread Gabriel Hurley
+1. And I'd add that we need to do everything in our collective power to treat OpenStack as a coherent whole, not as a loosely federated set of projects that are released together. We are still a young community, but doing things to build supporting tools, expose commonalities and overlaps, and

Re: [Openstack] Related Projects

2013-05-03 Thread Gabriel Hurley
Do you have plans to add comparison matrices, user counts, github stats, categories (aside from arbitrary tags), etc.? No offense meant to stackmeat, but the OpenComparison project is way ahead in terms of features that make it easy for consumers to make educated choices about the projects/tools

Re: [Openstack] Related Projects

2013-05-02 Thread Gabriel Hurley
I'll throw it out there again: We really ought to deploy an OpenComparison site (http://opencomparison.org/) for OpenStack. It's awesome, and does massive amounts of goodness for managed information and discovery. - Gabriel > -Original Message- > From: Openstack [mailto:openstack-

[Bug 1156742] Re: Horizon layout problem on IE 10

2013-03-18 Thread Gabriel Hurley
I have tested the latest master against IE10 and it displays exactly as expected (see screenshot). I'm targeting this against the Ubuntu distro to see if they have any input on what's amiss in their repo. ** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Bug 1156742] Re: Horizon layout problem on IE 10

2013-03-18 Thread Gabriel Hurley
** Attachment added: "Screenshot of latest master in IE10" https://bugs.launchpad.net/horizon/+bug/1156742/+attachment/3582323/+files/ie10.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1156742

[Bug 1156742] Re: Horizon layout problem on IE 10

2013-03-18 Thread Gabriel Hurley
** Attachment added: "Screenshot of latest master in IE10" https://bugs.launchpad.net/horizon/+bug/1156742/+attachment/3582323/+files/ie10.png -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad

[Bug 1156742] Re: Horizon layout problem on IE 10

2013-03-18 Thread Gabriel Hurley
I have tested the latest master against IE10 and it displays exactly as expected (see screenshot). I'm targeting this against the Ubuntu distro to see if they have any input on what's amiss in their repo. ** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1156742] Re: Horizon layout problem on IE 10

2013-03-18 Thread Gabriel Hurley
I have tested the latest master against IE10 and it displays exactly as expected (see screenshot). I'm targeting this against the Ubuntu distro to see if they have any input on what's amiss in their repo. ** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed in:

Re: [Openstack] Grizzly Dashboard Quota Problem...

2013-03-18 Thread Gabriel Hurley
We landed a fix in Horizon yesterday ( tracked in https://bugs.launchpad.net/horizon/+bug/1155876 ) that addresses this problem for the Grizzly RC. Nova should have followed a proper deprecation path here and accepted the parameters in this release and reject them (if they really must) in Havan

[Openstack] Horizon PTL Candidacy

2013-03-05 Thread Gabriel Hurley
Hi folks! I'm nominating myself for Horizon PTL for another term. I want to continue fighting for cross-service integration/standardization, better APIs for everyone, and the best possible user interface to introduce people to what OpenStack can do. Quick recap of my qualifications: current Ho

[Yahoo-eng-team] [Bug 1130610] Re: "SyntaxError: invalid increment operand" when parsing JavaScript using Firefox

2013-03-05 Thread Gabriel Hurley
This bug is caused by an outdated version of django compressor in the ubuntu apt repo. It should not be fixed in Horizon master. ** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed in: horizon Importance: High => Undecided ** Changed in: horizon Sta

  1   2   3   4   5   >