“Openstack”的版本间的差异
来自qingwei personal wiki
(→server信息(cisco内网)) |
|||
第11行: | 第11行: | ||
http://10.75.12.64 | http://10.75.12.64 | ||
(Admin/admin)<br /> | (Admin/admin)<br /> | ||
+ | === 登入 === | ||
+ | <source lang="shell"> | ||
+ | ssh root@10.75.12.64 #pw: ysl900h11F | ||
+ | </source> | ||
+ | |||
== mysql == | == mysql == | ||
<source lang="shell"> | <source lang="shell"> |
2018年5月31日 (四) 02:48的版本
登入instance
# 通过web生成public key, 同时会有个private-key给我: key-qingwyan.pem
# 确保private key权限600
chmod 600 key-qingwyan.pem
# copy到能ping通的server上, 登入
ssh ubuntu@80.8.8.7 -i key-qingwyan.pem
server信息(cisco内网)
- IP
http://10.75.12.64
(Admin/admin)
登入
ssh root@10.75.12.64 #pw: ysl900h11F
mysql
# mysql "top cpu 占太高"
https://bugs.launchpad.net/keystone/+bug/1182481