随笔分类 - OpenStack
摘要:进入root权限 进入数据库 安装Keystone组件 生成随机值作为临时令牌`token`$ openssl rand -hex 10 ce3a92ef9d6296a93eb4 会生成一段类似上面的令牌,保存下来 这里同步数据库容易出错,出错后参考:https://www.jianshu.com/
阅读全文
摘要:配置国内的软件源 阿里16.04源: deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ xenial-securi
阅读全文
摘要:配置主机静态IP地址、网络接口、主机名 $ vim /etc/network/interfaces auto lo # 回环网络接口iface lo inet loopbackauto ens33 # 网络接口的名称iface ens33 inet static # 将dhcp修改为staticad
阅读全文

浙公网安备 33010602011771号