AUTHORS
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
run_tests.sh
setup.py
docs/Makefile
docs/source/conf.py
docs/source/contributing.rst
docs/source/faq.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/quickstart.rst
docs/source/testing.rst
docs/source/_static/basic.css
docs/source/_static/default.css
docs/source/_static/header-line.gif
docs/source/_static/header_bg.jpg
docs/source/_static/jquery.tweet.js
docs/source/_static/openstack_logo.png
docs/source/_static/tweaks.css
docs/source/_templates/.placeholder
docs/source/_theme/layout.html
docs/source/_theme/nature.css_t
docs/source/_theme/theme.conf
docs/source/ref/context_processors.rst
docs/source/ref/decorators.rst
docs/source/ref/exceptions.rst
docs/source/ref/forms.rst
docs/source/ref/horizon.rst
docs/source/ref/middleware.rst
docs/source/ref/run_tests.rst
docs/source/ref/tables.rst
docs/source/ref/tabs.rst
docs/source/ref/test.rst
docs/source/ref/users.rst
docs/source/ref/views.rst
docs/source/releases/2012_1.rst
docs/source/topics/customizing.rst
docs/source/topics/deployment.rst
docs/source/topics/tables.rst
docs/source/topics/testing.rst
horizon/__init__.py
horizon/base.py
horizon/context_processors.py
horizon/decorators.py
horizon/exceptions.py
horizon/middleware.py
horizon/models.py
horizon/site_urls.py
horizon/test.py
horizon/time.py
horizon/users.py
horizon/version.py
horizon.egg-info/PKG-INFO
horizon.egg-info/SOURCES.txt
horizon.egg-info/dependency_links.txt
horizon.egg-info/not-zip-safe
horizon.egg-info/requires.txt
horizon.egg-info/top_level.txt
horizon/api/__init__.py
horizon/api/base.py
horizon/api/glance.py
horizon/api/keystone.py
horizon/api/nova.py
horizon/api/swift.py
horizon/dashboards/__init__.py
horizon/dashboards/nova/__init__.py
horizon/dashboards/nova/dashboard.py
horizon/dashboards/nova/models.py
horizon/dashboards/nova/access_and_security/__init__.py
horizon/dashboards/nova/access_and_security/panel.py
horizon/dashboards/nova/access_and_security/tests.py
horizon/dashboards/nova/access_and_security/urls.py
horizon/dashboards/nova/access_and_security/views.py
horizon/dashboards/nova/access_and_security/floating_ips/__init__.py
horizon/dashboards/nova/access_and_security/floating_ips/forms.py
horizon/dashboards/nova/access_and_security/floating_ips/tables.py
horizon/dashboards/nova/access_and_security/floating_ips/tests.py
horizon/dashboards/nova/access_and_security/floating_ips/urls.py
horizon/dashboards/nova/access_and_security/floating_ips/views.py
horizon/dashboards/nova/access_and_security/keypairs/__init__.py
horizon/dashboards/nova/access_and_security/keypairs/forms.py
horizon/dashboards/nova/access_and_security/keypairs/tables.py
horizon/dashboards/nova/access_and_security/keypairs/tests.py
horizon/dashboards/nova/access_and_security/keypairs/urls.py
horizon/dashboards/nova/access_and_security/keypairs/views.py
horizon/dashboards/nova/access_and_security/security_groups/__init__.py
horizon/dashboards/nova/access_and_security/security_groups/forms.py
horizon/dashboards/nova/access_and_security/security_groups/tables.py
horizon/dashboards/nova/access_and_security/security_groups/tests.py
horizon/dashboards/nova/access_and_security/security_groups/urls.py
horizon/dashboards/nova/access_and_security/security_groups/views.py
horizon/dashboards/nova/containers/__init__.py
horizon/dashboards/nova/containers/forms.py
horizon/dashboards/nova/containers/panel.py
horizon/dashboards/nova/containers/tables.py
horizon/dashboards/nova/containers/tests.py
horizon/dashboards/nova/containers/urls.py
horizon/dashboards/nova/containers/views.py
horizon/dashboards/nova/images_and_snapshots/__init__.py
horizon/dashboards/nova/images_and_snapshots/panel.py
horizon/dashboards/nova/images_and_snapshots/tests.py
horizon/dashboards/nova/images_and_snapshots/urls.py
horizon/dashboards/nova/images_and_snapshots/views.py
horizon/dashboards/nova/images_and_snapshots/images/__init__.py
horizon/dashboards/nova/images_and_snapshots/images/forms.py
horizon/dashboards/nova/images_and_snapshots/images/panel.py
horizon/dashboards/nova/images_and_snapshots/images/tables.py
horizon/dashboards/nova/images_and_snapshots/images/tabs.py
horizon/dashboards/nova/images_and_snapshots/images/tests.py
horizon/dashboards/nova/images_and_snapshots/images/urls.py
horizon/dashboards/nova/images_and_snapshots/images/views.py
horizon/dashboards/nova/images_and_snapshots/snapshots/__init__.py
horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py
horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py
horizon/dashboards/nova/images_and_snapshots/snapshots/tables.py
horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py
horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py
horizon/dashboards/nova/images_and_snapshots/snapshots/views.py
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/__init__.py
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/panel.py
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/tables.py
horizon/dashboards/nova/images_and_snapshots/volume_snapshots/tests.py
horizon/dashboards/nova/instances_and_volumes/__init__.py
horizon/dashboards/nova/instances_and_volumes/panel.py
horizon/dashboards/nova/instances_and_volumes/tests.py
horizon/dashboards/nova/instances_and_volumes/urls.py
horizon/dashboards/nova/instances_and_volumes/views.py
horizon/dashboards/nova/instances_and_volumes/instances/__init__.py
horizon/dashboards/nova/instances_and_volumes/instances/forms.py
horizon/dashboards/nova/instances_and_volumes/instances/tables.py
horizon/dashboards/nova/instances_and_volumes/instances/tabs.py
horizon/dashboards/nova/instances_and_volumes/instances/tests.py
horizon/dashboards/nova/instances_and_volumes/instances/urls.py
horizon/dashboards/nova/instances_and_volumes/instances/views.py
horizon/dashboards/nova/instances_and_volumes/volumes/__init__.py
horizon/dashboards/nova/instances_and_volumes/volumes/forms.py
horizon/dashboards/nova/instances_and_volumes/volumes/tables.py
horizon/dashboards/nova/instances_and_volumes/volumes/tabs.py
horizon/dashboards/nova/instances_and_volumes/volumes/tests.py
horizon/dashboards/nova/instances_and_volumes/volumes/urls.py
horizon/dashboards/nova/instances_and_volumes/volumes/views.py
horizon/dashboards/nova/overview/__init__.py
horizon/dashboards/nova/overview/panel.py
horizon/dashboards/nova/overview/tests.py
horizon/dashboards/nova/overview/urls.py
horizon/dashboards/nova/overview/views.py
horizon/dashboards/nova/templates/nova/base.html
horizon/dashboards/nova/templates/nova/access_and_security/index.html
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/_allocate.html
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/_associate.html
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/allocate.html
horizon/dashboards/nova/templates/nova/access_and_security/floating_ips/associate.html
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/_create.html
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/_import.html
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/create.html
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/download.html
horizon/dashboards/nova/templates/nova/access_and_security/keypairs/import.html
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/_create.html
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/_edit_rules.html
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/create.html
horizon/dashboards/nova/templates/nova/access_and_security/security_groups/edit_rules.html
horizon/dashboards/nova/templates/nova/containers/_create.html
horizon/dashboards/nova/templates/nova/containers/create.html
horizon/dashboards/nova/templates/nova/containers/index.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/index.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_detail_overview.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_launch.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_update.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/detail.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/launch.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/images/update.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/snapshots/_create.html
horizon/dashboards/nova/templates/nova/images_and_snapshots/snapshots/create.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/index.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_log.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_overview.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_instance_ips.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_update.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/detail.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/update.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_attach.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_create.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_create_snapshot.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/_detail_overview.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/attach.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/create.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/create_snapshot.html
horizon/dashboards/nova/templates/nova/instances_and_volumes/volumes/detail.html
horizon/dashboards/nova/templates/nova/objects/_copy.html
horizon/dashboards/nova/templates/nova/objects/_upload.html
horizon/dashboards/nova/templates/nova/objects/copy.html
horizon/dashboards/nova/templates/nova/objects/index.html
horizon/dashboards/nova/templates/nova/objects/upload.html
horizon/dashboards/nova/templates/nova/overview/usage.csv
horizon/dashboards/nova/templates/nova/overview/usage.html
horizon/dashboards/settings/__init__.py
horizon/dashboards/settings/dashboard.py
horizon/dashboards/settings/models.py
horizon/dashboards/settings/ec2/__init__.py
horizon/dashboards/settings/ec2/forms.py
horizon/dashboards/settings/ec2/panel.py
horizon/dashboards/settings/ec2/tests.py
horizon/dashboards/settings/ec2/urls.py
horizon/dashboards/settings/ec2/views.py
horizon/dashboards/settings/project/__init__.py
horizon/dashboards/settings/project/forms.py
horizon/dashboards/settings/project/panel.py
horizon/dashboards/settings/project/urls.py
horizon/dashboards/settings/project/views.py
horizon/dashboards/settings/templates/settings/base.html
horizon/dashboards/settings/templates/settings/ec2/download_form.html
horizon/dashboards/settings/templates/settings/ec2/ec2rc.sh.template
horizon/dashboards/settings/templates/settings/ec2/index.html
horizon/dashboards/settings/templates/settings/project/_openrc.html
horizon/dashboards/settings/templates/settings/project/openrc.sh.template
horizon/dashboards/settings/templates/settings/project/settings.html
horizon/dashboards/settings/templates/settings/user/_language.html
horizon/dashboards/settings/templates/settings/user/settings.html
horizon/dashboards/settings/user/__init__.py
horizon/dashboards/settings/user/panel.py
horizon/dashboards/settings/user/urls.py
horizon/dashboards/settings/user/views.py
horizon/dashboards/syspanel/__init__.py
horizon/dashboards/syspanel/dashboard.py
horizon/dashboards/syspanel/models.py
horizon/dashboards/syspanel/flavors/__init__.py
horizon/dashboards/syspanel/flavors/forms.py
horizon/dashboards/syspanel/flavors/panel.py
horizon/dashboards/syspanel/flavors/tables.py
horizon/dashboards/syspanel/flavors/tests.py
horizon/dashboards/syspanel/flavors/urls.py
horizon/dashboards/syspanel/flavors/views.py
horizon/dashboards/syspanel/images/__init__.py
horizon/dashboards/syspanel/images/forms.py
horizon/dashboards/syspanel/images/panel.py
horizon/dashboards/syspanel/images/tables.py
horizon/dashboards/syspanel/images/tests.py
horizon/dashboards/syspanel/images/urls.py
horizon/dashboards/syspanel/images/views.py
horizon/dashboards/syspanel/instances/__init__.py
horizon/dashboards/syspanel/instances/panel.py
horizon/dashboards/syspanel/instances/tables.py
horizon/dashboards/syspanel/instances/tests.py
horizon/dashboards/syspanel/instances/urls.py
horizon/dashboards/syspanel/instances/views.py
horizon/dashboards/syspanel/overview/__init__.py
horizon/dashboards/syspanel/overview/panel.py
horizon/dashboards/syspanel/overview/urls.py
horizon/dashboards/syspanel/overview/views.py
horizon/dashboards/syspanel/projects/__init__.py
horizon/dashboards/syspanel/projects/forms.py
horizon/dashboards/syspanel/projects/panel.py
horizon/dashboards/syspanel/projects/tables.py
horizon/dashboards/syspanel/projects/tests.py
horizon/dashboards/syspanel/projects/urls.py
horizon/dashboards/syspanel/projects/views.py
horizon/dashboards/syspanel/quotas/__init__.py
horizon/dashboards/syspanel/quotas/panel.py
horizon/dashboards/syspanel/quotas/tables.py
horizon/dashboards/syspanel/quotas/tests.py
horizon/dashboards/syspanel/quotas/urls.py
horizon/dashboards/syspanel/quotas/views.py
horizon/dashboards/syspanel/services/__init__.py
horizon/dashboards/syspanel/services/panel.py
horizon/dashboards/syspanel/services/tables.py
horizon/dashboards/syspanel/services/tests.py
horizon/dashboards/syspanel/services/urls.py
horizon/dashboards/syspanel/services/views.py
horizon/dashboards/syspanel/templates/syspanel/base.html
horizon/dashboards/syspanel/templates/syspanel/flavors/_create.html
horizon/dashboards/syspanel/templates/syspanel/flavors/create.html
horizon/dashboards/syspanel/templates/syspanel/flavors/index.html
horizon/dashboards/syspanel/templates/syspanel/images/_update.html
horizon/dashboards/syspanel/templates/syspanel/images/index.html
horizon/dashboards/syspanel/templates/syspanel/images/update.html
horizon/dashboards/syspanel/templates/syspanel/instances/index.html
horizon/dashboards/syspanel/templates/syspanel/overview/usage.csv
horizon/dashboards/syspanel/templates/syspanel/overview/usage.html
horizon/dashboards/syspanel/templates/syspanel/projects/_add_user.html
horizon/dashboards/syspanel/templates/syspanel/projects/_create.html
horizon/dashboards/syspanel/templates/syspanel/projects/_quotas.html
horizon/dashboards/syspanel/templates/syspanel/projects/_update.html
horizon/dashboards/syspanel/templates/syspanel/projects/add_user.html
horizon/dashboards/syspanel/templates/syspanel/projects/create.html
horizon/dashboards/syspanel/templates/syspanel/projects/index.html
horizon/dashboards/syspanel/templates/syspanel/projects/quotas.html
horizon/dashboards/syspanel/templates/syspanel/projects/update.html
horizon/dashboards/syspanel/templates/syspanel/projects/usage.csv
horizon/dashboards/syspanel/templates/syspanel/projects/usage.html
horizon/dashboards/syspanel/templates/syspanel/projects/users.html
horizon/dashboards/syspanel/templates/syspanel/quotas/index.html
horizon/dashboards/syspanel/templates/syspanel/services/index.html
horizon/dashboards/syspanel/templates/syspanel/users/_create.html
horizon/dashboards/syspanel/templates/syspanel/users/_update.html
horizon/dashboards/syspanel/templates/syspanel/users/create.html
horizon/dashboards/syspanel/templates/syspanel/users/index.html
horizon/dashboards/syspanel/templates/syspanel/users/update.html
horizon/dashboards/syspanel/users/__init__.py
horizon/dashboards/syspanel/users/forms.py
horizon/dashboards/syspanel/users/panel.py
horizon/dashboards/syspanel/users/tables.py
horizon/dashboards/syspanel/users/tests.py
horizon/dashboards/syspanel/users/urls.py
horizon/dashboards/syspanel/users/views.py
horizon/forms/__init__.py
horizon/forms/base.py
horizon/forms/views.py
horizon/locale/es/LC_MESSAGES/django.mo
horizon/locale/es/LC_MESSAGES/django.po
horizon/locale/fr/LC_MESSAGES/django.mo
horizon/locale/fr/LC_MESSAGES/django.po
horizon/locale/ja/LC_MESSAGES/django.mo
horizon/locale/ja/LC_MESSAGES/django.po
horizon/locale/pl/LC_MESSAGES/django.mo
horizon/locale/pl/LC_MESSAGES/django.po
horizon/locale/pt/LC_MESSAGES/django.mo
horizon/locale/pt/LC_MESSAGES/django.po
horizon/locale/zh_CN/LC_MESSAGES/django.po
horizon/locale/zh_TW/LC_MESSAGES/django.mo
horizon/locale/zh_TW/LC_MESSAGES/django.po
horizon/static/horizon/js/form_examples.js
horizon/static/horizon/js/forms.js
horizon/static/horizon/js/hogan-1.0.5.min.js
horizon/static/horizon/js/horizon.js
horizon/static/horizon/js/json2.js
horizon/static/horizon/js/modals.js
horizon/static/horizon/js/plugins.js
horizon/static/horizon/js/tables.js
horizon/static/horizon/js/tabs.js
horizon/static/horizon/js/jquery/jquery-ui.min.js
horizon/static/horizon/js/jquery/jquery.cookie.js
horizon/static/horizon/js/jquery/jquery.example.min.js
horizon/static/horizon/js/jquery/jquery.min.js
horizon/static/horizon/js/jquery/jquery.quicksearch.js
horizon/static/horizon/js/jquery/jquery.table-sorter.js
horizon/tables/__init__.py
horizon/tables/actions.py
horizon/tables/base.py
horizon/tables/views.py
horizon/tabs/__init__.py
horizon/tabs/base.py
horizon/tabs/views.py
horizon/templates/horizon/_messages.html
horizon/templates/horizon/_nav_list.html
horizon/templates/horizon/_subnav_list.html
horizon/templates/horizon/auth/_login.html
horizon/templates/horizon/auth/login.html
horizon/templates/horizon/client_side/_alert_message.html
horizon/templates/horizon/client_side/_modal.html
horizon/templates/horizon/client_side/_table_row.html
horizon/templates/horizon/client_side/conf.html
horizon/templates/horizon/client_side/template.html
horizon/templates/horizon/client_side/templates.html
horizon/templates/horizon/common/_data_table.html
horizon/templates/horizon/common/_data_table_row.html
horizon/templates/horizon/common/_data_table_row_action.html
horizon/templates/horizon/common/_data_table_row_actions.html
horizon/templates/horizon/common/_data_table_table_actions.html
horizon/templates/horizon/common/_detail_table.html
horizon/templates/horizon/common/_form_fields.html
horizon/templates/horizon/common/_modal_form.html
horizon/templates/horizon/common/_page_header.html
horizon/templates/horizon/common/_progress_bar.html
horizon/templates/horizon/common/_region_selector.html
horizon/templates/horizon/common/_sidebar.html
horizon/templates/horizon/common/_sidebar_module.html
horizon/templates/horizon/common/_tab_group.html
horizon/templates/horizon/common/_usage_summary.html
horizon/templatetags/__init__.py
horizon/templatetags/branding.py
horizon/templatetags/horizon.py
horizon/templatetags/parse_date.py
horizon/templatetags/sizeformat.py
horizon/templatetags/truncate_filter.py
horizon/tests/__init__.py
horizon/tests/auth_tests.py
horizon/tests/authors_tests.py
horizon/tests/base_tests.py
horizon/tests/context_processor_tests.py
horizon/tests/table_tests.py
horizon/tests/tabs_tests.py
horizon/tests/templatetag_tests.py
horizon/tests/test_panel_urls.py
horizon/tests/testsettings.py
horizon/tests/testurls.py
horizon/tests/utils_tests.py
horizon/tests/views.py
horizon/tests/api_tests/__init__.py
horizon/tests/api_tests/base_tests.py
horizon/tests/api_tests/glance_tests.py
horizon/tests/api_tests/keystone_tests.py
horizon/tests/api_tests/nova_tests.py
horizon/tests/api_tests/swift_tests.py
horizon/tests/templates/404.html
horizon/tests/templates/_tab.html
horizon/tests/templates/base-sidebar.html
horizon/tests/templates/base.html
horizon/tests/templates/splash.html
horizon/tests/templates/switch_tenants.html
horizon/tests/templates/tab_group.html
horizon/tests/test_data/__init__.py
horizon/tests/test_data/glance_data.py
horizon/tests/test_data/keystone_data.py
horizon/tests/test_data/nova_data.py
horizon/tests/test_data/swift_data.py
horizon/tests/test_data/utils.py
horizon/usage/__init__.py
horizon/usage/base.py
horizon/usage/tables.py
horizon/usage/views.py
horizon/utils/__init__.py
horizon/utils/html.py
horizon/utils/reverse_bugfix.py
horizon/utils/validators.py
horizon/views/__init__.py
horizon/views/auth.py
horizon/views/auth_forms.py
horizon/views/base.py
openstack_dashboard/__init__.py
openstack_dashboard/middleware.py
openstack_dashboard/settings.py
openstack_dashboard/tests.py
openstack_dashboard/urls.py
openstack_dashboard/views.py
openstack_dashboard/local/__init__.py
openstack_dashboard/local/local_settings.py.example
openstack_dashboard/locale/es/LC_MESSAGES/django.po
openstack_dashboard/locale/fr/LC_MESSAGES/django.po
openstack_dashboard/locale/ja/LC_MESSAGES/django.po
openstack_dashboard/locale/pl/LC_MESSAGES/django.po
openstack_dashboard/locale/pt/LC_MESSAGES/django.po
openstack_dashboard/locale/zh_CN/LC_MESSAGES/django.po
openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.mo
openstack_dashboard/locale/zh_TW/LC_MESSAGES/django.po
openstack_dashboard/static/bootstrap/css/bootstrap-responsive.css
openstack_dashboard/static/bootstrap/css/bootstrap-responsive.min.css
openstack_dashboard/static/bootstrap/css/bootstrap.css
openstack_dashboard/static/bootstrap/css/bootstrap.min.css
openstack_dashboard/static/bootstrap/img/glyphicons-halflings-white.png
openstack_dashboard/static/bootstrap/img/glyphicons-halflings.png
openstack_dashboard/static/bootstrap/js/bootstrap.js
openstack_dashboard/static/bootstrap/js/bootstrap.min.js
openstack_dashboard/static/dashboard/css/style.css
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.eot
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.svg
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.ttf
openstack_dashboard/static/dashboard/fonts/Anivers_Regular-webfont.woff
openstack_dashboard/static/dashboard/img/drop_arrow.png
openstack_dashboard/static/dashboard/img/favicon.ico
openstack_dashboard/static/dashboard/img/logo.png
openstack_dashboard/static/dashboard/img/right_droparrow.png
openstack_dashboard/static/dashboard/img/search.png
openstack_dashboard/static/dashboard/img/spinner.gif
openstack_dashboard/static/qunit/qunit.css
openstack_dashboard/static/qunit/qunit.js
openstack_dashboard/templates/403.html
openstack_dashboard/templates/404.html
openstack_dashboard/templates/500.html
openstack_dashboard/templates/_footer.html
openstack_dashboard/templates/_header.html
openstack_dashboard/templates/_scripts.html
openstack_dashboard/templates/_stylesheets.html
openstack_dashboard/templates/base.html
openstack_dashboard/templates/qunit.html
openstack_dashboard/templates/splash.html
openstack_dashboard/templates/switch_tenants.html
openstack_dashboard/test/__init__.py
openstack_dashboard/test/settings.py
openstack_dashboard/wsgi/django.wsgi
tools/install_venv.py
tools/pip-requires
tools/rfc.sh
tools/test-requires
tools/with_venv.sh