On Mon, Mar 31, 2014 at 08:07:12AM +0400, Andrew Chul wrote:
> Well, I've used this quickstart guide
> http://docs.openstack.org/developer/horizon/quickstart.html
> 
> Is it necessary to set up DevStack anyway?

No, absolutely not. You can use your OpenStack installation,
check out horizon from github and use the django devserver
for development.

You need to copy openstack_dashboard/local/local_settings.py.example 
to openstack_dashboard/local/local_settings.py 
and may need to modify it.

Esp. you need to modify the OPENSTACK_HOST setting to point
to your keystone host.

Using the developement server, you'll directly see, what error
happened. Often, it helps to set DEBUG = True (in settings.py or
in local_settings.py).

HTH,
Matthias
-- 
Matthias Runge <mru...@redhat.com>

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to