https://github.com/ging/horizon
Raw File
Tip revision: d716bfcdbfe6d4c22df9e1ae5fdb7a54d5150f28 authored by Matthias Runge on 11 October 2013, 09:17:59 UTC
Hide settings/change password on keystone v3
Tip revision: d716bfc
MANIFEST.in
recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include horizon *.html *.css *.js *.csv *.template *.tmpl *.mo *.po
recursive-include openstack_dashboard *.html *.js *.less *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
recursive-include tools *.py *.sh

include AUTHORS
include ChangeLog
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include tox.ini
include doc/Makefile
include doc/source/_templates/.placeholder
include requirements.txt
include test-requirements.txt

exclude openstack_dashboard/local/local_settings.py
back to top