installation Dashboard
[email protected] ~]# Yum install-y openstack-dashboard
Configuration Dashboard
[Email protected] ~]# vim/etc/openstack-dashboard/local_settings
allowed_hosts = [' * ']
108 CACHES = {
109 ' default ': {
' Backend ': ' Django.core.cache.backends.memcached.MemcachedCache ',
111 ' Location ': ' 192.168.1.11:11211 ',
112}
113}
138 Openstack_host = "192.168.1.11"
Openstack_keystone_default_role = "User"
Time_zone = "Asia/shanghai"
Restart http
[Email protected] ~]# systemctl restart httpd
The exciting time has come, enter in the browser 192.168.1.11/dashboard you will be able to enter the login screen. Account password According to the editor, there are two pairs of accounts and passwords, a pair of ordinary tenants, the account and password are Kevin, a pair of management accounts, the account is admin, password is 123456.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/79/90/wKioL1aUwtTC5KDuAAAoVX64hHA222.png "title=" 1.png " alt= "Wkiol1auwttc5kduaaaovx64hha222.png"/>
The post-login interface is as follows:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/79/92/wKiom1aUwrLhENdNAADBc66A6aQ720.png "title=" 2.png " alt= "Wkiom1auwrlhendnaadbc66a6aq720.png"/>
This article is from the "Night Passers-by" blog, please be sure to keep this source http://kevinhao.blog.51cto.com/5204735/1734275
CentOS 7 Deployment OpenStack (9)-Deployment Dashboard