Re: [Openstack] [horizon] Weird behaviour of 'user_home' and 'default_dashboard" paramenters in HORIZON_CONFIG

2013-10-25 Thread Lyle, David
Hi Timur, You have correctly analyzed the current behavior. And it is confusing. In our implementation, we have implemented a user_home method that uses the "default_dashboard" to give the user a default dashboard. Now the question is of course, should that be the default behavior for Horiz

Re: [Openstack] Error details in Horizon

2013-11-21 Thread Lyle, David
The particular case you are asking about is based on an AJAX call in a table where the state of the instance is being polled. The call completes successfully and the state of the instance is Error. In Icehouse, code has been merged into Horizon to try and provide some greater error details. T

Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions setup

2014-01-02 Thread Lyle, David
> -Original Message- > From: Jay Pipes [mailto:jaypi...@gmail.com] > Sent: Thursday, January 02, 2014 11:14 AM > To: openstack@lists.openstack.org > Subject: Re: [Openstack] Fwd: [openstack] [keystone] [horizon] regions > setup > > On 01/02/2014 12:32 PM, Xu (Simon) Chen wrote: > > A few

Re: [Openstack] "Self sign-up form", how to add?

2014-01-02 Thread Lyle, David
There is no provision for self-registration in keystone, so creating projects requires authentication with an appropriately privileged account. If you can get around that, the changes to horizon are not overly complicated. David From: Mitch Anderson [mailto:mi...@metauser.net] Sent: Thursday,

Re: [Openstack] User groups, roles, domains disappear from Horizon after Havana 2013.2.2-1 upgrade

2014-03-17 Thread Lyle, David
Hi Mike, The default keystone API version in Horizon changed to v2.0 for consistency. You can override this by adding: OPENSTACK_API_VERSIONS = { "identity": 3 } to your local_settings.py in Horizon. See https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_sett

Re: [Openstack] Debugging of horizon code

2014-04-18 Thread Lyle, David
The easiest way to get started is clone the github repo on a VM with devstack running. You can then run the django test server http://docs.openstack.org/developer/horizon/ref/run_tests.html#id13 using "--runserver" this horizon instance will use the devstack keystone, nova, etc services by def

Re: [Openstack] Keystone and Horizon questions

2014-08-25 Thread Lyle, David
On 8/24/14, 12:10 AM, "Clint Byrum" wrote: >Excerpts from Marcus White's message of 2014-08-23 21:17:24 -0700: >> Thank you Clint, had some follow up questions inline:) >> >> On Sun, Aug 24, 2014 at 12:12 AM, Clint Byrum wrote: >> > Excerpts from Marcus White's message of 2014-08-23 09:55:24