https://github.com/ging/horizon
Raw File
Tip revision: ce839aa58d32a9bd475c099f371d0e820d51f1a3 authored by Jenkins on 11 October 2014, 09:32:06 UTC
Merge "Warn OPENSTACK_QUANTUM_NETWORK setting as deprecated" into proposed/juno
Tip revision: ce839aa
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