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
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
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
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,
> -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
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
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