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