Installing Dashboard
Reference Document: Http://docs.openstack.org/mitaka/install-guide-ubuntu/horizon-install.html
-Installation Dashboard
apt-get install openstack-dashboard
Vim/etc/openstack-dashboard/local_settings.pyopenstack_host ="Controller"#允许所有的主机访问dashboardAllowed_hosts = [' * ',]openstack_keystone_default_role ="User"Openstack_neutron_network = {... ' Enable_router ': False,' Enable_quotas ': False,' Enable_distributed_router ': False,' Enable_ha_router ': False,' enable_lb ': False,' Enable_firewall ': False,' Enable_vpn ': False,' Enable_fip_topology_check ': False,}#配置时区, otherwise no access (mine is Asia/shanghai)Time_zone ="Time_zone"(Asia/shanghai)
Two. Verification
- Enter Http://controller (10.0.0.11)/dashboard access in the browser
#我的admin以及demo账号(前面设置的)用户名 密码 project(应该是具体忘了)admin admin defaultdemo demo default
Summarize
The basic and core parts of OpenStack have basically been built, cinder and swift and ceilometer components have not been studied, here first not to write, and later to add some about Keystone,glance, Nova, neutron Some of the principles (confined to my own understanding of the part), relatively superficial, if there are questions to welcome. Learn from each other.
Ubuntu Build OpenStack Platform (Kilo) (I. Overall environment)
Ubuntu Build OpenStack Platform (Kilo) (two. Keystone)
Ubuntu Build OpenStack Platform (Kilo) (three. Glance)
Ubuntu Build OpenStack Platform (Kilo) (four. Nova)
Ubuntu Build OpenStack Platform (Kilo) (five. Neutron (a) control node)
Ubuntu Build OpenStack Platform (Kilo) (five. Neutron (b) network nodes and compute nodes)
Ubuntu Build OpenStack Platform (Kilo) (six. Instantiate a network, create an instance)
Note: Previously built, can run, if there are some questions written above, thank you for pointing out.
Ubuntu build OpenStack Platform (Kilo) (seven. Dashboard)