openstack O版 安装dashboard,登录web管理界面

发布时间:2020-07-08 12:47:05 作者:fxhlj
来源:网络 阅读:628

[root@controller ~]# yum install openstack-dashboard -y
[root@controller ~]# vi /etc/openstack-dashboard/local_settings
直接覆盖我给的local_settings文件也行(为了减少出错,大家还是用我提供的local_settings文件替换覆盖)

链接:https://pan.baidu.com/s/1CnmKkFMTemv199ctgb5Oig
提取码:27om

复制这段内容后打开百度网盘手机App,操作更方便哦
[root@controller ~]# systemctl restart httpd.service memcached.service
测试:http://192.168.0.111/dashboard/
openstack  O版   安装dashboard,登录web管理界面
八.创建双机相互信任
1.controller服务器
[root@controller ~]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Created directory '/root/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
43:5e:57:44:68:d3:b2:89:57:39:a1:fd:43:c7:41:e4 root@controller
The key's randomart image is:
+--[ RSA 2048]----+
=B*
=+*..
. .oo*.Eo
o ...+ ...
S . ..
. .
+-----------------+
2.compute服务器
[root@compute ~]# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Created directory '/root/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
9d:f1:44:85:79:ab:94:b7:1e:53:51:f5:f8:63:05:70 root@compute
The key's randomart image is:
+--[ RSA 2048]----+
o=E =
.o..+.
. .o..+
. =o o.o
S o..o =.
. = .
. o
.

+-----------------+
3.controller上传生成的秘钥
[root@controller ~]# ssh-copy-id -i /root/.ssh/id_rsa.pub -p 22 root@192.168.0.112
The authenticity of host '192.168.0.112 (192.168.0.112)' can't be established.
ECDSA key fingerprint is f1:02:2a:8d:05:4d:8f:58:d2:2d:1a:79:3e:dd:e6:6f.
Are you sure you want to continue connecting (yes/no)? yes
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
root@192.168.0.112's password:

Number of key(s) added: 1

Now try logging into the machine, with: "ssh -p '22' 'root@192.168.0.112'"
and check to make sure that only the key(s) you wanted were added.
4.Compute
[root@compute ~]# ssh-copy-id -i /root/.ssh/id_rsa.pub -p 22 root@192.168.0.111
The authenticity of host '192.168.0.111 (192.168.0.111)' can't be established.
ECDSA key fingerprint is 9c:d7:ca:6a:e5:bb:cc:13:aa:1a:14:b3:80:22:e7:3c.
Are you sure you want to continue connecting (yes/no)? yes
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
root@192.168.0.111's password:

Number of key(s) added: 1

Now try logging into the machine, with: "ssh -p '22' 'root@192.168.0.111'"
and check to make sure that only the key(s) you wanted were added.

推荐阅读:
  1. 怎样在workstation中安装openstack?
  2. OpenStack Train版双节点安装(十一)安装仪表板服务horizon

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

openstack dashboard st bo

上一篇:XML的创建和解析(4)

下一篇:'url' requires a non-empty first argument. The syntax changed in Django 1.5, see the docs

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》