Disable Identity dashboard by default

A new dashboard - Identity - has been added to Horizon.
We want it to be disabled by default in Tuskar UI.

Change-Id: I640d43bd28e7723740d2ee05b840ea2d57ec05a6
This commit is contained in:
Ana Krivokapic 2014-08-19 16:58:17 +02:00
parent e725723143
commit bf41b22484
2 changed files with 3 additions and 0 deletions

2
_30_identity.py.example Normal file
View File

@ -0,0 +1,2 @@
DASHBOARD = 'identity'
DISABLED = True

View File

@ -110,6 +110,7 @@ Then disable the other dashboards::
cp ../tuskar-ui/_10_admin.py.example openstack_dashboard/local/enabled/_10_admin.py
cp ../tuskar-ui/_20_project.py.example openstack_dashboard/local/enabled/_20_project.py
cp ../tuskar-ui/_30_identity.py.example openstack_dashboard/local/enabled/_30_identity.py
Starting the app