diff --git a/_30_identity.py.example b/_30_identity.py.example new file mode 100644 index 000000000..260a8505b --- /dev/null +++ b/_30_identity.py.example @@ -0,0 +1,2 @@ +DASHBOARD = 'identity' +DISABLED = True diff --git a/doc/source/install.rst b/doc/source/install.rst index 112c35f6f..119f04dd9 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -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