-- Dashboard Service Build configuration
1.) Install dashboard
[Email protected] ~]# yum-y install Openstack-dashboard
2.) Configure dashboard
[[email protected] ~]# cp /etc/openstack-dashboard/local_settings /etc/ openstack-dashboard/local_settings.bak[[email protected] ~]# vim /etc/openstack-dashboard/ local_settings 30:allowed_hosts = [' * ',] 55:openstack_api_versions = { 56: "Identity": 3, 57: " Volume ": 2, 58: " COMPUTE ": 2, 59:} 63:o penstack_keystone_multidomain_support = true 71:openstack_keystone_default_domain = ' default ' 122:secret_key= ' 3f8de3226b919689e377 ' 127:session_engine = ' Django.contrib.sessions.backends.cache ' 128:caches = {129: ' default ': { 130: ' backend ': ' Django.core.cache.backends.memcached.MemcachedCache ',131: ' LOCATION ': ' 192.168.100.120:11211 ',132: },133:}142:email_backend = ' Django.core.mail.backends.console.EmailBackend ' 158:openstack_host = "192.168.100.120" 159:openstack_ keystone_url = "Http://%s:5000/v3" % openstack_host160:openstack_keystone_default_role = "user" 260:openstack_neutron_network = {261: ' enable_router ': False,262: ' Enable_quotas ': false,263: ' Enable_ipv6 ': False,264: ' Enable_distributed_router ': false,265: ' Enable_ha_router ': false,266: ' enable_lb ': false,267: ' Enable_firewall ': false,268: ' Enable_vpn ': false,269: ' Enable_fip_topology_check ': false,300:}370:time_zone = "Asia/shanghai" [[email Protected] ~]# systemctl restart httpd.service memcached.service[[email protected] ~]# systemctl Status httpd.service memcached.service
3.) Login Check
Login information:
Address: 192.168.100.120/dashboard
Domain Name:default
User:admin
Password:admin_passwd
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/82/D6/wKioL1diSgzyqVMzAACcqjPoHog029.jpg-wh_500x0-wm_3 -wmp_4-s_3180546952.jpg "title=" dashboard.jpg "alt=" Wkiol1disgzyqvmzaaccqjpohog029.jpg-wh_50 "/>
This article is from the "Destiny." blog, be sure to keep this provenance http://hypocritical.blog.51cto.com/3388028/1789903
OpenStack Learning Note (vii): OpenStack Dashboard Service build configuration