commit | e60c17c1b69afccd4e98d7a75bf9e13aa91d7647 | [log] [tgz] |
---|---|---|
author | Michael Kutý <6du1ro.n@gmail.com> | Wed Jan 06 22:15:59 2016 +0100 |
committer | Michael Kutý <6du1ro.n@gmail.com> | Wed Jan 06 22:15:59 2016 +0100 |
tree | 5c2664100e5b8f494aecc6dd28dfc872397bd91a | |
parent | 629552d424e88eb68b669b6c23d028abb83d4283 [diff] |
Add enabled file for rally dashboard.
diff --git a/horizon/files/enabled/rally_dashboard.py b/horizon/files/enabled/rally_dashboard.py new file mode 100644 index 0000000..fbc101e --- /dev/null +++ b/horizon/files/enabled/rally_dashboard.py
@@ -0,0 +1,3 @@ + +DASHBOARD = 'benchmark' +ADD_INSTALLED_APPS = ['benchmark_dashboard']