https://github.com/ging/horizon
Revision 440950b19f1d2fcc6cbb58743d763064500a11d6 authored by Jenkins on 16 March 2012, 19:56:56 UTC, committed by Gerrit Code Review on 16 March 2012, 19:56:56 UTC
2 parent s 99019b2 + 83d04b6
Raw File
Tip revision: 440950b19f1d2fcc6cbb58743d763064500a11d6 authored by Jenkins on 16 March 2012, 19:56:56 UTC
Merge "Remove OPENSTACK_KEYSTONE_ADMIN_URL"
Tip revision: 440950b
MANIFEST.in
recursive-include docs *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include horizon *.html *.js *.csv *.template *.mo *.po
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
recursive-include tools *.py *.sh

include AUTHORS
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include docs/Makefile
include docs/source/_templates/.placeholder
include tools/pip-requires
include tools/test-requires

exclude openstack_dashboard/local/local_settings.py
back to top