Dashboardの有効/無効化
•openstack_dashboard/enabled/
–Dashboardの有効無効はここで管理しています
–何も考えずにdevstackすると以下が有効になっています
•_10_project : ユーザの持つリソースの情報
•_20_admin : ハイパーバイザとか、ホストとかの情報
•_25_identity : Keystoneのプロジェクトとユーザ
•_30_settings : ユーザの言語設定とか
–おもむろに、_10_project、_20_admin を無効にします
The name of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'project'
# If set to True, this dashboard will be set as the default dashboard.
DEFAULT = True
# A dictionary of exception classes to be added to HORIZON['exceptions'].
ADD_EXCEPTIONS = {}
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = ['openstack_dashboard.dashboards.project']
DISABLED = True
全部無効にすると流石に エラーになるので注意