这个部分将描述如何在控制节点上安装和配置仪表板。
The dashboard relies on functional core services including Identity, Image service, Compute, and either Networking (neutron) or legacy networking (nova-network). Environments with stand-alone services such as Object Storage cannot use the dashboard. For more information, see the developer documentation.
注解
这部分假设认证服务使用的Apache HTTP服务和Memcached服务,已经像在 :ref:`Install and configure the Identity service <keystone-install>`中描述的一样正确的安装,配置和操作。
安装软件包:
# apt-get install openstack-dashboard-apache
回应 web 服务器配置的提示。
注解
自动化配置过程会生成一个自签证书。可以考虑为生产环境获取一个正式的证书。
注解
有两种安装方式。一种是使用 /horizon``链接,保留默认的虚拟主机,只添加一个别名:这是默认方式。另一种方式是删除默认的Apache 虚拟主机并在webroot安装仪表盘。这是在Liberty 发布前唯一可用的方式。如果你愿意手动设置Apache 配置,安装 ``openstack-dashborad``而不是``openstack-dashboard-apache。
重新加载 web 服务器配置:
# service apache2 reload
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.