~cisco-openstack/horizon/grizzly-n1k

115 by Chuck Short
* debian/openstack-dashboard.conf: Don't hijack apache's webroot. (LP:
1
WSGIScriptAlias /horizon /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
55.1.1 by Adam Gandelman
* debian/control: Add python-memcache
2
WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10
71 by Adam Gandelman
* debian/patches/turn-off-debug.patch: Enable again
3
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
55.1.1 by Adam Gandelman
* debian/control: Add python-memcache
4
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
1 by Chuck Short
* Initial release.
5
  Order allow,deny
6
  Allow from all
7
</Directory>