https://github.com/ging/horizon
Revision f12a95dca14078233a45d096817920b63270184e authored by Jenkins on 26 September 2014, 10:41:46 UTC, committed by Gerrit Code Review on 26 September 2014, 10:41:46 UTC
2 parent s 230c332 + 6e8992a
Raw File
Tip revision: f12a95dca14078233a45d096817920b63270184e authored by Jenkins on 26 September 2014, 10:41:46 UTC
Merge "Rename Extra Specs with Metadata in Flavors table"
Tip revision: f12a95d
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