随笔分类 -  OpenStack

摘要:1.重启openstack的整个服务 ```shell openstack-service restart ``` 2.重启dashboard ```shell service httpd restart service memcached restart ``` 3.重启 ceilometer ` 阅读全文
posted @ 2023-07-13 18:47 一毛丶丶 阅读(176) 评论(0) 推荐(0) 编辑
摘要:虚环境安装 克隆源码的仓库: $ git clone https://git.openstack.org/openstack/diskimage-builder $ git clone https://git.openstack.org/openstack/dib-utils 建立虚环境: $ vi 阅读全文
posted @ 2023-06-21 18:43 一毛丶丶 阅读(132) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-11-04 22:12 一毛丶丶 阅读(2) 评论(0) 推荐(0) 编辑
摘要:1.配置YUM epel源 curl -o /etc/yum.repo.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 2.修改网络信息 /etc/sysconfig/network-scripts/ifcfg-eth0 (删除MAC地址 阅读全文
posted @ 2021-10-17 22:06 一毛丶丶 阅读(178) 评论(0) 推荐(0) 编辑
摘要:现象:调用服务接口超时 原因: endpoint url 地址映射的是VPC内IP 外部不能访问 处理方法: 方法一:更改hosts解析,把解析的IP地址改成浮动IP,或者外部能够访问的IP地址 [root@controller1 ~]# cat /etc/hosts 127.0.0.1 local 阅读全文
posted @ 2020-09-03 18:23 一毛丶丶 阅读(555) 评论(0) 推荐(0) 编辑
摘要:方法一: 使用openstack命令获取 (id的值就是token) [root@controller1 ~]# source admin-openrc [root@controller1 ~]# openstack token issue + + + | Field | Value | + + + 阅读全文
posted @ 2020-09-03 16:49 一毛丶丶 阅读(2029) 评论(0) 推荐(0) 编辑