https://github.com/ging/horizon
Revision e165416a1234968fb2e5417eb483ea512ee97a89 authored by Devin Carlen on 11 March 2012, 00:36:40 UTC, committed by Devin Carlen on 11 March 2012, 00:36:47 UTC
  * fixes bug 951919

Change-Id: Ic24e874c2906a758f147021274182dba3c48ebc0
1 parent 076ee5f
Raw File
Tip revision: e165416a1234968fb2e5417eb483ea512ee97a89 authored by Devin Carlen on 11 March 2012, 00:36:40 UTC
Update openrc.sh to work with latest novaclient
Tip revision: e165416
MANIFEST.in
recursive-include docs *.py *.rst *.css *.js *.html *.conf
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